#922CFF
A medium, vivid purple closely aligning with Blueviolet.
About #922CFF
When working with digital screens, the color #922CFF is rendered by mixing light. Designers often compare it to the standard color Blueviolet. This translates to an RGB value of rgb(146, 44, 255).
If you are designing for print, the four-color process is what matters most. The color uses 43% Cyan, 83% Magenta, 0% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#922CFF
RGB146, 44, 255
HSL269.0°, 100.0%, 58.6%
CMYK43%, 83%, 0%, 0%
HSV269.0°, 82.7%, 100.0%
LAB45.8, 77.0, -85.1
XYZ30.8, 15.1, 95.9
Decimal9579775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.22:1
Text on #FFFFFF
AA
4.03:1
Text on #000000
AA Large
4.98:1
Text on #F8FAFC
AA
3.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #922CFF;
}
.text-color {
color: #922CFF;
}
.border-color {
border: 2px solid #922CFF;
}