Шесть калькуляторов процентов в одном. Введите значение — ответ и шаги мгновенно.
This free tool wraps six percentage workflows — what is X% of Y, X is what % of Y, percentage change, increase/decrease, tip & split, and margin/markup/tax — into a single, locale-aware, browser-only calculator that shows the worked-out steps for every answer.
Pick a tab — % of value, % change, tip, margin or tax — fill in the numbers, and the result with its derivation appears instantly. Everything is computed locally; nothing is sent to a server.
Choose the tab that matches your problem, type the inputs, and the answer updates live. Open Show the steps to see exactly how the result was derived.
Markup is profit divided by cost; margin is profit divided by selling price. A 50% markup on a $10 cost yields a $15 price, which is a 33.3% margin — they are not the same number.
Percentage change = (new − old) / |old| × 100. Going from 80 to 100 is +25%; going from 100 back to 80 is −20%. The two values are not the same because the denominator changes.
Yes. You can type 1.234,56 or 1,234.56 — the parser auto-detects the format and the result is shown in your preferred locale.
No. The whole tool runs in your browser; numbers and results never leave your device.
Formulas follow standard arithmetic: P × V / 100 for percent-of, (new − old) / |old| × 100 for change, profit/price for margin, profit/cost for markup. Edge cases (division by zero, blank fields) are handled silently.