Faded purple to RGB — Color Code

#916e99
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%)
HSV hsv(288.8, 28.1%, 60%)

faded purple color harmonies

Tints & shades of faded purple

Tints (lighter)

#9b7ba2 #a588ac #af96b5 #b9a3be #c3b0c7 #cdbdd1 #d7cada #e1d7e3 #ebe5ec #f5f2f6

Shades (darker)

#84648b #775a7d #69506f #5c4661 #4f3c53 #423246 #352838 #281e2a #1a141c #0d0a0e

Contrast & accessibility

The quick brown fox

On white · 4.29:1 · AA Large

The quick brown fox

On black · 4.89:1 · AA

Recommended text color: #000000

Use faded purple in code

CSS color: #916e99;
SCSS $color: #916e99;
Tailwind bg-[#916e99]
Swift UIColor(red: 0.569, green: 0.431, blue: 0.600, alpha: 1)
Android Color.parseColor("#916e99")
Flutter Color(0xFF916E99)

Colors similar to faded purple

Browse all Purple colors →

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.