Dull purple to RGB — Color Code

RGB

rgb(132, 89, 126)

Format Value
HEX #84597e
RGB rgb(132, 89, 126)
HSL hsl(308.4, 19.5%, 43.3%)
CMYK cmyk(0%, 32.6%, 4.5%, 48.2%)

What is the RGB code for dull purple?

The CSS color dull purple in RGB format is rgb(132, 89, 126). Use this value directly in CSS, SVG, and most design tools.

How do I use dull purple in CSS?

To apply dull purple in CSS:

  • Text color: color: rgb(132, 89, 126);
  • Background: background-color: rgb(132, 89, 126);
  • Border: border-color: rgb(132, 89, 126);

What are all the color format values for dull purple?

FormatValue
HEX#84597e
RGBrgb(132, 89, 126)
HSLhsl(308.4, 19.5%, 43.3%)
CMYKcmyk(0%, 32.6%, 4.5%, 48.2%)

How do I convert dull purple to RGB?

Select dull purple from the color name list in our color converter. The RGB value — rgb(132, 89, 126) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dull purple belong to?

dull purple belongs to the pink color family. It is a medium, muted color with HSL values: hue 308.4°, saturation 19.5%, lightness 43.3%.

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

Lighter variant (lightness 58.3%): #a980a4. Darker variant (lightness 28.299999999999997%): #563a52. 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.