#830733
A dark, vivid magenta closely aligning with Brown.
About #830733
The hex code #830733 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Brown. In the RGB color space, it consists of 131 red, 7 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 95% M, 61% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#830733
RGB131, 7, 51
HSL338.7°, 89.9%, 27.1%
CMYK0%, 95%, 61%, 49%
HSV338.7°, 94.7%, 51.4%
LAB27.3, 49.5, 10.5
XYZ10.0, 5.2, 3.6
Decimal8587059
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.28:1
Text on #FFFFFF
AAA
2.04:1
Text on #000000
FAIL
9.82:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #830733;
}
.text-color {
color: #830733;
}
.border-color {
border: 2px solid #830733;
}