What is the HEX code for muted purple?
The CSS color muted purple in HEX format is #805b87. 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: #805b87;
- Background: background-color: #805b87;
- Border: border-color: #805b87;
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 HEX?
Select muted purple from the color name list in our color converter. The HEX value — #805b87 — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.