#835092
A medium, muted magenta closely aligning with Darkslateblue.
About #835092
When working with digital screens, the color #835092 is rendered by mixing light. It is closely associated with the named CSS color Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 80, and 146.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 10% Cyan, 45% Magenta, 0% Yellow, and 43% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#835092
RGB131, 80, 146
HSL286.4°, 29.2%, 44.3%
CMYK10%, 45%, 0%, 43%
HSV286.4°, 45.2%, 57.3%
LAB42.2, 33.1, -27.9
XYZ17.4, 12.6, 28.7
Decimal8605842
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.95:1
Text on #FFFFFF
AA
3.53:1
Text on #000000
AA Large
5.69:1
Text on #F8FAFC
AA
3.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #835092;
}
.text-color {
color: #835092;
}
.border-color {
border: 2px solid #835092;
}