#9233A8
A medium, moderate magenta closely aligning with Darkmagenta.
About #9233A8
Visually, #9233A8 is defined as a moderate magenta. Its closest recognized web color is Darkmagenta. In the RGB color space, it consists of 146 red, 51 green, and 168 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 13% cyan, 70% magenta, 0% yellow, and 34% black. With a hue angle of 288.7 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#9233A8
RGB146, 51, 168
HSL288.7°, 53.4%, 42.9%
CMYK13%, 70%, 0%, 34%
HSV288.7°, 69.6%, 65.9%
LAB40.1, 56.1, -44.3
XYZ20.1, 11.3, 38.2
Decimal9581480
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.44:1
Text on #FFFFFF
AA
3.26:1
Text on #000000
AA Large
6.15:1
Text on #F8FAFC
AA
2.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9233A8;
}
.text-color {
color: #9233A8;
}
.border-color {
border: 2px solid #9233A8;
}