What is the CMYK code for muted purple?
The CSS color muted purple in CMYK format is cmyk(5.2%, 32.6%, 0%, 47.1%). Use this value directly in CSS, SVG, and most design tools.
How do I use muted purple in CSS?
To apply muted purple in CSS:
- Text color: color: cmyk(5.2%, 32.6%, 0%, 47.1%);
- Background: background-color: cmyk(5.2%, 32.6%, 0%, 47.1%);
- Border: border-color: cmyk(5.2%, 32.6%, 0%, 47.1%);
What are all the color format values for muted purple?
| Format | Value |
|---|---|
| HEX | #805b87 |
| RGB | rgb(128, 91, 135) |
| HSL | hsl(290.5, 19.5%, 44.3%) |
| CMYK | cmyk(5.2%, 32.6%, 0%, 47.1%) |
How do I convert muted purple to CMYK?
Select muted purple from the color name list in our color converter. The CMYK value — cmyk(5.2%, 32.6%, 0%, 47.1%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does muted purple belong to?
muted purple belongs to the pink color family. It is a medium, muted color with HSL values: hue 290.5°, saturation 19.5%, lightness 44.3%.
How do I create lighter and darker shades of muted purple?
Lighter variant (lightness 59.3%): #a583ab. Darker variant (lightness 29.299999999999997%): #553c59. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.