#992CFF
A medium, vivid purple closely aligning with Blueviolet.
About #992CFF
Visually, #992CFF is defined as a vivid purple. Its closest recognized web color is Blueviolet. In the RGB color space, it consists of 153 red, 44 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 40% C, 83% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#992CFF
RGB153, 44, 255
HSL271.0°, 100.0%, 58.6%
CMYK40%, 83%, 0%, 0%
HSV271.0°, 82.7%, 100.0%
LAB46.7, 77.9, -83.6
XYZ32.1, 15.8, 96.0
Decimal10038527
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.05:1
Text on #FFFFFF
AA
4.16:1
Text on #000000
AA Large
4.83:1
Text on #F8FAFC
AA
3.54:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #992CFF;
}
.text-color {
color: #992CFF;
}
.border-color {
border: 2px solid #992CFF;
}