Shades of Blue Violet #9922EA
Tints of Blue Violet #9922EA
RGB
CMYK
RGB Variations
Color information
#9922EA (or 0x9922EA) is known color: Blue Violet. HEX triplet: 99, 22 and EA. RGB value is (153,34,234). Sum of RGB (Red+Green+Blue) = 153+34+234=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #9922EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9922EA is #66DD15. Grayscale: #5B5B5B. Windows color (decimal): -6741270 or 15344281. OLE color: 15344281.
HSL color Cylindrical-coordinate representation of color #9922EA: hue angle of 275.7º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9922EA is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 34 | 234 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.08 |
| HSL | 275.7º | 0.83% | 0.53% | - |
| HSV(B) | 275.7º | 0.85% | 0.92% | - |
| XYZ | 28.56 | 13.86 | 79.01 | - |
| YUV | 92.38 | 207.92 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 34 | 234 | 0.35 | 0.85 | 0 | 0.08 | 275.7 | 0.83 | 0.53 |
| Hex | 99 | 22 | EA | 23 | 55 | 0 | 8 | 114 | 53 | 35 |
| Octal | 231 | 42 | 352 | 43 | 125 | 0 | 10 | 424 | 123 | 65 |
| Binary | 10011001 | 100010 | 11101010 | 100011 | 1010101 | 0 | 1000 | 100010100 | 1010011 | 110101 |
Color Harmonies of #9922EA
Complementary color
Monochromatic Colors of #9922EA
Black with #9922EA
Text Example
Text Example
White with #9922EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9922EA; }
p { color: rgb(153,34,234); }
H1.HeaderClassName
{
color: #9922EA;
}
.AnyTagClassName
{
color: #9922EA;
}
</style>
background-color css
<style>
a { background-color: #9922EA; }
a { background-color: rgb(153,34,234); }
div.DivClassName
{
background-color: #9922EA;
}
.BgClassName
{
background-color: #9922EA;
}
</style>
border-color css
<style>
span { border-color: #9922EA; }
span { border-color: rgb(153,34,234); }
td.TdClassName
{
border-color: #9922EA;
}
.TagClassName
{
border-color: #9922EA;
}
</style>