#836DAF
A medium, muted purple closely aligning with Darkslateblue.
About #836DAF
Visually, #836DAF is defined as a muted purple. It is closely associated with the named CSS color Darkslateblue. This translates to an RGB value of rgb(131, 109, 175).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 25% cyan, 38% magenta, 0% yellow, and 31% black. With a hue angle of 260.0 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#836DAF
RGB131, 109, 175
HSL260.0°, 29.2%, 55.7%
CMYK25%, 38%, 0%, 31%
HSV260.0°, 37.7%, 68.6%
LAB50.5, 22.9, -32.1
XYZ22.6, 18.9, 43.0
Decimal8613295
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.40:1
Text on #FFFFFF
AA Large
4.77:1
Text on #000000
AA
4.21:1
Text on #F8FAFC
AA Large
4.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #836DAF;
}
.text-color {
color: #836DAF;
}
.border-color {
border: 2px solid #836DAF;
}