#831D57
A dark, moderate magenta closely aligning with Mediumvioletred.
About #831D57
The hex code #831D57 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Mediumvioletred. Its digital footprint relies on 131 parts red, 29 parts green, and 87 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 78% M, 34% Y, and 49% K. 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#831D57
RGB131, 29, 87
HSL325.9°, 63.7%, 31.4%
CMYK0%, 78%, 34%, 49%
HSV325.9°, 77.9%, 51.4%
LAB30.4, 47.5, -9.2
XYZ11.5, 6.4, 9.6
Decimal8592727
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.22:1
Text on #FFFFFF
AAA
2.28:1
Text on #000000
FAIL
8.81:1
Text on #F8FAFC
AAA
1.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #831D57;
}
.text-color {
color: #831D57;
}
.border-color {
border: 2px solid #831D57;
}