#9233E2
A medium, vivid purple closely aligning with Blueviolet.
About #9233E2
Visually, #9233E2 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 51, and 226.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 35% C, 77% M, 0% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#9233E2
RGB146, 51, 226
HSL272.6°, 75.1%, 54.3%
CMYK35%, 77%, 0%, 11%
HSV272.6°, 77.4%, 88.6%
LAB44.2, 68.3, -71.5
XYZ26.8, 14.0, 73.2
Decimal9581538
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.54:1
Text on #FFFFFF
AA
3.79:1
Text on #000000
AA Large
5.29:1
Text on #F8FAFC
AA
3.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9233E2;
}
.text-color {
color: #9233E2;
}
.border-color {
border: 2px solid #9233E2;
}