#9233FF
A light, vivid purple closely aligning with Blueviolet.
About #9233FF
Visually, #9233FF is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 146 red, 51 green, and 255 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 43% C, 80% M, 0% Y, and 0% 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#9233FF
RGB146, 51, 255
HSL267.9°, 100.0%, 60.0%
CMYK43%, 80%, 0%, 0%
HSV267.9°, 80.0%, 100.0%
LAB46.6, 74.8, -83.9
XYZ31.1, 15.7, 96.0
Decimal9581567
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.07:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9233FF;
}
.text-color {
color: #9233FF;
}
.border-color {
border: 2px solid #9233FF;
}