Shades of Blue Violet #9036E0
Tints of Blue Violet #9036E0
RGB
CMYK
RGB Variations
Color information
#9036E0 (or 0x9036E0) is known color: Blue Violet. HEX triplet: 90, 36 and E0. RGB value is (144,54,224). Sum of RGB (Red+Green+Blue) = 144+54+224=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #9036E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9036E0 is #6FC91F. Grayscale: #636363. Windows color (decimal): -7325984 or 14694032. OLE color: 14694032.
HSL color Cylindrical-coordinate representation of color #9036E0: hue angle of 271.76º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9036E0 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 54 | 224 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.12 |
| HSL | 271.76º | 0.73% | 0.55% | - |
| HSV(B) | 271.76º | 0.76% | 0.88% | - |
| XYZ | 26.28 | 13.95 | 71.83 | - |
| YUV | 100.29 | 197.82 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 224 | 0.36 | 0.76 | 0 | 0.12 | 271.76 | 0.73 | 0.55 |
| Hex | 90 | 36 | E0 | 24 | 4C | 0 | C | 110 | 49 | 37 |
| Octal | 220 | 66 | 340 | 44 | 114 | 0 | 14 | 420 | 111 | 67 |
| Binary | 10010000 | 110110 | 11100000 | 100100 | 1001100 | 0 | 1100 | 100010000 | 1001001 | 110111 |
Color Harmonies of #9036E0
Complementary color
Monochromatic Colors of #9036E0
Black with #9036E0
Text Example
Text Example
White with #9036E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9036E0; }
p { color: rgb(144,54,224); }
H1.HeaderClassName
{
color: #9036E0;
}
.AnyTagClassName
{
color: #9036E0;
}
</style>
background-color css
<style>
a { background-color: #9036E0; }
a { background-color: rgb(144,54,224); }
div.DivClassName
{
background-color: #9036E0;
}
.BgClassName
{
background-color: #9036E0;
}
</style>
border-color css
<style>
span { border-color: #9036E0; }
span { border-color: rgb(144,54,224); }
td.TdClassName
{
border-color: #9036E0;
}
.TagClassName
{
border-color: #9036E0;
}
</style>