What is the RGB code for dusky purple?
The CSS color dusky purple in RGB format is rgb(137, 91, 123). Use this value directly in CSS, SVG, and most design tools.
How do I use dusky purple in CSS?
To apply dusky purple in CSS:
- Text color: color: rgb(137, 91, 123);
- Background: background-color: rgb(137, 91, 123);
- Border: border-color: rgb(137, 91, 123);
What are all the color format values for dusky purple?
| Format | Value |
|---|---|
| HEX | #895b7b |
| RGB | rgb(137, 91, 123) |
| HSL | hsl(318.3, 20.2%, 44.7%) |
| CMYK | cmyk(0%, 33.6%, 10.2%, 46.3%) |
How do I convert dusky purple to RGB?
Select dusky purple from the color name list in our color converter. The RGB value — rgb(137, 91, 123) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dusky purple belong to?
dusky purple belongs to the pink color family. It is a medium, muted color with HSL values: hue 318.3°, saturation 20.2%, lightness 44.7%.
How do I create lighter and darker shades of dusky purple?
Lighter variant (lightness 59.7%): #ad83a0. Darker variant (lightness 29.700000000000003%): #5b3c52. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.