What is the HSL code for purpley grey?
The CSS color purpley grey in HSL format is hsl(300, 9.3%, 53.7%). 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: hsl(300, 9.3%, 53.7%);
- Background: background-color: hsl(300, 9.3%, 53.7%);
- Border: border-color: hsl(300, 9.3%, 53.7%);
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 HSL?
Select purpley grey from the color name list in our color converter. The HSL value — hsl(300, 9.3%, 53.7%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.