Faded purple to RGB — Color Code

RGB

rgb(145, 110, 153)

Format Value
HEX #916e99
RGB rgb(145, 110, 153)
HSL hsl(288.8, 17.4%, 51.6%)
CMYK cmyk(5.2%, 28.1%, 0%, 40%)

What is the RGB code for faded purple?

The CSS color faded purple in RGB format is rgb(145, 110, 153). Use this value directly in CSS, SVG, and most design tools.

How do I use faded purple in CSS?

To apply faded purple in CSS:

  • Text color: color: rgb(145, 110, 153);
  • Background: background-color: rgb(145, 110, 153);
  • Border: border-color: rgb(145, 110, 153);

What are all the color format values for faded purple?

FormatValue
HEX#916e99
RGBrgb(145, 110, 153)
HSLhsl(288.8, 17.4%, 51.6%)
CMYKcmyk(5.2%, 28.1%, 0%, 40%)

How do I convert faded purple to RGB?

Select faded purple from the color name list in our color converter. The RGB value — rgb(145, 110, 153) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does faded purple belong to?

faded purple belongs to the purple color family. It is a medium, muted color with HSL values: hue 288.8°, saturation 17.4%, lightness 51.6%.

How do I create lighter and darker shades of faded purple?

Lighter variant (lightness 66.6%): #b39bb9. Darker variant (lightness 36.6%): #684d6e. 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.