What is the HEX code for purpley grey?
The CSS color purpley grey in HEX format is #947e94. Use this value directly in CSS, SVG, and most design tools.
How do I use purpley grey in CSS?
To apply purpley grey in CSS:
- Text color: color: #947e94;
- Background: background-color: #947e94;
- Border: border-color: #947e94;
What are all the color format values for purpley grey?
| Format | Value |
|---|---|
| HEX | #947e94 |
| RGB | rgb(148, 126, 148) |
| HSL | hsl(300, 9.3%, 53.7%) |
| CMYK | cmyk(0%, 14.9%, 0%, 42%) |
How do I convert purpley grey to HEX?
Select purpley grey from the color name list in our color converter. The HEX value — #947e94 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does purpley grey belong to?
purpley grey belongs to the pink color family. It is a medium, muted color with HSL values: hue 300°, saturation 9.3%, lightness 53.7%.
How do I create lighter and darker shades of purpley grey?
Lighter variant (lightness 68.7%): #b7a8b7. Darker variant (lightness 38.7%): #6c5a6c. 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.