What is the HEX code for dusty purple?
The CSS color dusty purple in HEX format is #825f87. Use this value directly in CSS, SVG, and most design tools.
How do I use dusty purple in CSS?
To apply dusty purple in CSS:
- Text color: color: #825f87;
- Background: background-color: #825f87;
- Border: border-color: #825f87;
What are all the color format values for dusty purple?
| Format | Value |
|---|---|
| HEX | #825f87 |
| RGB | rgb(130, 95, 135) |
| HSL | hsl(292.5, 17.4%, 45.1%) |
| CMYK | cmyk(3.7%, 29.6%, 0%, 47.1%) |
How do I convert dusty purple to HEX?
Select dusty purple from the color name list in our color converter. The HEX value — #825f87 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dusty purple belong to?
dusty purple belongs to the pink color family. It is a medium, muted color with HSL values: hue 292.5°, saturation 17.4%, lightness 45.1%.
How do I create lighter and darker shades of dusty purple?
Lighter variant (lightness 60.1%): #a788ab. Darker variant (lightness 30.1%): #573f5a. 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.