Shades of Blue Violet #9E22FF
Tints of Blue Violet #9E22FF
RGB
CMYK
RGB Variations
Color information
#9E22FF (or 0x9E22FF) is known color: Blue Violet. HEX triplet: 9E, 22 and FF. RGB value is (158,34,255). Sum of RGB (Red+Green+Blue) = 158+34+255=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 34 (13.67% from 255 or 7.61% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E22FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E22FF is #61DD00. Grayscale: #5F5F5F. Windows color (decimal): -6413569 or 16720542. OLE color: 16720542.
HSL color Cylindrical-coordinate representation of color #9E22FF: hue angle of 273.67º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E22FF is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 34 | 255 | - |
| CMYK | 0.38 | 0.87 | 0 | 0 |
| HSL | 273.67º | 1% | 0.57% | - |
| HSV(B) | 273.67º | 0.87% | 1% | - |
| XYZ | 32.72 | 15.63 | 95.9 | - |
| YUV | 96.27 | 217.58 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 34 | 255 | 0.38 | 0.87 | 0 | 0 | 273.67 | 1 | 0.57 |
| Hex | 9E | 22 | FF | 26 | 57 | 0 | 0 | 112 | 64 | 39 |
| Octal | 236 | 42 | 377 | 46 | 127 | 0 | 0 | 422 | 144 | 71 |
| Binary | 10011110 | 100010 | 11111111 | 100110 | 1010111 | 0 | 0 | 100010010 | 1100100 | 111001 |
Color Harmonies of #9E22FF
Complementary color
Monochromatic Colors of #9E22FF
Black with #9E22FF
Text Example
Text Example
White with #9E22FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E22FF; }
p { color: rgb(158,34,255); }
H1.HeaderClassName
{
color: #9E22FF;
}
.AnyTagClassName
{
color: #9E22FF;
}
</style>
background-color css
<style>
a { background-color: #9E22FF; }
a { background-color: rgb(158,34,255); }
div.DivClassName
{
background-color: #9E22FF;
}
.BgClassName
{
background-color: #9E22FF;
}
</style>
border-color css
<style>
span { border-color: #9E22FF; }
span { border-color: rgb(158,34,255); }
td.TdClassName
{
border-color: #9E22FF;
}
.TagClassName
{
border-color: #9E22FF;
}
</style>