What is the HEX code for dull purple?
The CSS color dull purple in HEX format is #84597e. Use this value directly in CSS, SVG, and most design tools.
How do I use dull purple in CSS?
To apply dull purple in CSS:
- Text color: color: #84597e;
- Background: background-color: #84597e;
- Border: border-color: #84597e;
What are all the color format values for dull purple?
| Format | Value |
|---|---|
| HEX | #84597e |
| RGB | rgb(132, 89, 126) |
| HSL | hsl(308.4, 19.5%, 43.3%) |
| CMYK | cmyk(0%, 32.6%, 4.5%, 48.2%) |
How do I convert dull purple to HEX?
Select dull purple from the color name list in our color converter. The HEX value — #84597e — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dull purple belong to?
dull purple belongs to the pink color family. It is a medium, muted color with HSL values: hue 308.4°, saturation 19.5%, lightness 43.3%.
How do I create lighter and darker shades of dull purple?
Lighter variant (lightness 58.3%): #a980a4. Darker variant (lightness 28.299999999999997%): #563a52. 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.