#831D50
A dark, moderate magenta closely aligning with Mediumvioletred.
About #831D50
The precise color #831D50 is an excellent choice for modern design projects. Its closest recognized web color is Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 29, and 80.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 78% magenta, 39% yellow, and 49% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#831D50
RGB131, 29, 80
HSL330.0°, 63.7%, 31.4%
CMYK0%, 78%, 39%, 49%
HSV330.0°, 77.9%, 51.4%
LAB30.1, 46.7, -5.0
XYZ11.2, 6.3, 8.2
Decimal8592720
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.31:1
Text on #FFFFFF
AAA
2.26:1
Text on #000000
FAIL
8.89:1
Text on #F8FAFC
AAA
1.92:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #831D50;
}
.text-color {
color: #831D50;
}
.border-color {
border: 2px solid #831D50;
}