#835F99
A medium, muted purple closely aligning with Darkslateblue.
About #835F99
When working with digital screens, the color #835F99 is rendered by mixing light. Its closest recognized web color is Darkslateblue. In the RGB color space, it consists of 131 red, 95 green, and 153 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 14% Cyan, 38% Magenta, 0% Yellow, and 40% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#835F99
RGB131, 95, 153
HSL277.2°, 23.4%, 48.6%
CMYK14%, 38%, 0%, 40%
HSV277.2°, 37.9%, 60.0%
LAB46.1, 25.9, -26.1
XYZ19.2, 15.3, 32.1
Decimal8609689
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.17:1
Text on #FFFFFF
AA
4.06:1
Text on #000000
AA Large
4.94:1
Text on #F8FAFC
AA
3.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #835F99;
}
.text-color {
color: #835F99;
}
.border-color {
border: 2px solid #835F99;
}