Grey purple to RGB — Color Code

#826d8c
Format Value
HEX #826d8c
RGB rgb(130, 109, 140)
HSL hsl(280.6, 12.4%, 48.8%)
CMYK cmyk(7.1%, 22.1%, 0%, 45.1%)
HSV hsv(280.6, 22.1%, 54.9%)

grey purple color harmonies

Tints & shades of grey purple

Tints (lighter)

#8d7a96 #9988a1 #a495ab #afa2b6 #bbafc0 #c6bdcb #d2cad5 #ddd7e0 #e8e4ea #f4f2f5

Shades (darker)

#76637f #6a5973 #5f4f66 #534559 #473b4c #3b3240 #2f2833 #231e26 #181419 #0c0a0d

Contrast & accessibility

The quick brown fox

On white · 4.65:1 · AA

The quick brown fox

On black · 4.52:1 · AA

Recommended text color: #ffffff

Use grey purple in code

CSS color: #826d8c;
SCSS $color: #826d8c;
Tailwind bg-[#826d8c]
Swift UIColor(red: 0.510, green: 0.427, blue: 0.549, alpha: 1)
Android Color.parseColor("#826d8c")
Flutter Color(0xFF826D8C)

Colors similar to grey purple

Browse all Purple colors →

What is the RGB code for grey purple?

The CSS color grey purple in RGB format is rgb(130, 109, 140). Use this value directly in CSS, SVG, and most design tools.

How do I use grey purple in CSS?

To apply grey purple in CSS:

  • Text color: color: rgb(130, 109, 140);
  • Background: background-color: rgb(130, 109, 140);
  • Border: border-color: rgb(130, 109, 140);

What are all the color format values for grey purple?

FormatValue
HEX#826d8c
RGBrgb(130, 109, 140)
HSLhsl(280.6, 12.4%, 48.8%)
CMYKcmyk(7.1%, 22.1%, 0%, 45.1%)

How do I convert grey purple to RGB?

Select grey purple from the color name list in our color converter. The RGB value — rgb(130, 109, 140) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does grey purple belong to?

grey purple belongs to the purple color family. It is a medium, muted color with HSL values: hue 280.6°, saturation 12.4%, lightness 48.8%.

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

Lighter variant (lightness 63.8%): #a797ae. Darker variant (lightness 33.8%): #5a4c61. 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.