#831D5F
A dark, moderate magenta closely aligning with Purple.
About #831D5F
At its core, #831D5F is a dark and moderate hue. Its closest recognized web color is Purple. This translates to an RGB value of rgb(131, 29, 95).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 78% magenta, 27% yellow, and 49% black. The HSL representation is 321.2° hue, 63.7% saturation, and 31.4% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#831D5F
RGB131, 29, 95
HSL321.2°, 63.7%, 31.4%
CMYK0%, 78%, 27%, 49%
HSV321.2°, 77.9%, 51.4%
LAB30.7, 48.5, -13.9
XYZ11.9, 6.5, 11.5
Decimal8592735
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.11:1
Text on #FFFFFF
AAA
2.31:1
Text on #000000
FAIL
8.70:1
Text on #F8FAFC
AAA
1.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #831D5F;
}
.text-color {
color: #831D5F;
}
.border-color {
border: 2px solid #831D5F;
}