Shades of Blue Violet #9022EF
Tints of Blue Violet #9022EF
RGB
CMYK
RGB Variations
Color information
#9022EF (or 0x9022EF) is known color: Blue Violet. HEX triplet: 90, 22 and EF. RGB value is (144,34,239). Sum of RGB (Red+Green+Blue) = 144+34+239=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #9022EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9022EF is #6FDD10. Grayscale: #595959. Windows color (decimal): -7331089 or 15671952. OLE color: 15671952.
HSL color Cylindrical-coordinate representation of color #9022EF: hue angle of 272.2º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9022EF is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 34 | 239 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.06 |
| HSL | 272.2º | 0.86% | 0.54% | - |
| HSV(B) | 272.2º | 0.86% | 0.94% | - |
| XYZ | 27.65 | 13.31 | 82.77 | - |
| YUV | 90.26 | 211.94 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 239 | 0.40 | 0.86 | 0 | 0.06 | 272.2 | 0.86 | 0.54 |
| Hex | 90 | 22 | EF | 28 | 56 | 0 | 6 | 110 | 56 | 36 |
| Octal | 220 | 42 | 357 | 50 | 126 | 0 | 6 | 420 | 126 | 66 |
| Binary | 10010000 | 100010 | 11101111 | 101000 | 1010110 | 0 | 110 | 100010000 | 1010110 | 110110 |
Color Harmonies of #9022EF
Complementary color
Monochromatic Colors of #9022EF
Black with #9022EF
Text Example
Text Example
White with #9022EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9022EF; }
p { color: rgb(144,34,239); }
H1.HeaderClassName
{
color: #9022EF;
}
.AnyTagClassName
{
color: #9022EF;
}
</style>
background-color css
<style>
a { background-color: #9022EF; }
a { background-color: rgb(144,34,239); }
div.DivClassName
{
background-color: #9022EF;
}
.BgClassName
{
background-color: #9022EF;
}
</style>
border-color css
<style>
span { border-color: #9022EF; }
span { border-color: rgb(144,34,239); }
td.TdClassName
{
border-color: #9022EF;
}
.TagClassName
{
border-color: #9022EF;
}
</style>