#923A83
A medium, moderate magenta closely aligning with Purple.
About #923A83
The hex code #923A83 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(146, 58, 131).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 60% Magenta, 10% Yellow, and 43% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#923A83
RGB146, 58, 131
HSL310.2°, 43.1%, 40.0%
CMYK0%, 60%, 10%, 43%
HSV310.2°, 60.3%, 57.3%
LAB39.2, 46.3, -23.3
XYZ17.5, 10.8, 22.6
Decimal9583235
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.66:1
Text on #FFFFFF
AA
3.16:1
Text on #000000
AA Large
6.36:1
Text on #F8FAFC
AA
2.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #923A83;
}
.text-color {
color: #923A83;
}
.border-color {
border: 2px solid #923A83;
}