What is the HEX code for grey purple?
The CSS color grey purple in HEX format is #826d8c. Use this value directly in CSS, SVG, and most design tools.
How do I use grey purple in CSS?
To apply grey purple in CSS:
- Text color: color: #826d8c;
- Background: background-color: #826d8c;
- Border: border-color: #826d8c;
What are all the color format values for grey purple?
| Format | Value |
|---|---|
| HEX | #826d8c |
| RGB | rgb(130, 109, 140) |
| HSL | hsl(280.6, 12.4%, 48.8%) |
| CMYK | cmyk(7.1%, 22.1%, 0%, 45.1%) |
How do I convert grey purple to HEX?
Select grey purple from the color name list in our color converter. The HEX value — #826d8c — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does grey purple belong to?
grey purple belongs to the purple color family. It is a medium, muted color with HSL values: hue 280.6°, saturation 12.4%, lightness 48.8%.
How do I create lighter and darker shades of grey purple?
Lighter variant (lightness 63.8%): #a797ae. Darker variant (lightness 33.8%): #5a4c61. 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.