Shades of Blue Violet #9020EB
Tints of Blue Violet #9020EB
RGB
CMYK
RGB Variations
Color information
#9020EB (or 0x9020EB) is known color: Blue Violet. HEX triplet: 90, 20 and EB. RGB value is (144,32,235). Sum of RGB (Red+Green+Blue) = 144+32+235=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #9020EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9020EB is #6FDF14. Grayscale: #575757. Windows color (decimal): -7331605 or 15409296. OLE color: 15409296.
HSL color Cylindrical-coordinate representation of color #9020EB: hue angle of 273.1º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9020EB is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 32 | 235 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.08 |
| HSL | 273.1º | 0.84% | 0.52% | - |
| HSV(B) | 273.1º | 0.86% | 0.92% | - |
| XYZ | 27.01 | 12.96 | 79.68 | - |
| YUV | 88.63 | 210.61 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 235 | 0.39 | 0.86 | 0 | 0.08 | 273.1 | 0.84 | 0.52 |
| Hex | 90 | 20 | EB | 27 | 56 | 0 | 8 | 111 | 54 | 34 |
| Octal | 220 | 40 | 353 | 47 | 126 | 0 | 10 | 421 | 124 | 64 |
| Binary | 10010000 | 100000 | 11101011 | 100111 | 1010110 | 0 | 1000 | 100010001 | 1010100 | 110100 |
Color Harmonies of #9020EB
Complementary color
Monochromatic Colors of #9020EB
Black with #9020EB
Text Example
Text Example
White with #9020EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9020EB; }
p { color: rgb(144,32,235); }
H1.HeaderClassName
{
color: #9020EB;
}
.AnyTagClassName
{
color: #9020EB;
}
</style>
background-color css
<style>
a { background-color: #9020EB; }
a { background-color: rgb(144,32,235); }
div.DivClassName
{
background-color: #9020EB;
}
.BgClassName
{
background-color: #9020EB;
}
</style>
border-color css
<style>
span { border-color: #9020EB; }
span { border-color: rgb(144,32,235); }
td.TdClassName
{
border-color: #9020EB;
}
.TagClassName
{
border-color: #9020EB;
}
</style>