#835099
A medium, moderate purple closely aligning with Darkslateblue.
About #835099
When working with digital screens, the color #835099 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 131 red, 80 green, and 153 blue.
If you are designing for print, the four-color process is what matters most. The color uses 14% Cyan, 48% Magenta, 0% Yellow, and 40% Black. With a hue angle of 281.9 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#835099
RGB131, 80, 153
HSL281.9°, 31.3%, 45.7%
CMYK14%, 48%, 0%, 40%
HSV281.9°, 47.7%, 60.0%
LAB42.6, 34.6, -31.6
XYZ18.0, 12.9, 31.7
Decimal8605849
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.88:1
Text on #FFFFFF
AA
3.57:1
Text on #000000
AA Large
5.62:1
Text on #F8FAFC
AA
3.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #835099;
}
.text-color {
color: #835099;
}
.border-color {
border: 2px solid #835099;
}