Shades of Blue Violet #9036FE
Tints of Blue Violet #9036FE
RGB
CMYK
RGB Variations
Color information
#9036FE (or 0x9036FE) is known color: Blue Violet. HEX triplet: 90, 36 and FE. RGB value is (144,54,254). Sum of RGB (Red+Green+Blue) = 144+54+254=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #9036FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9036FE is #6FC901. Grayscale: #676767. Windows color (decimal): -7325954 or 16660112. OLE color: 16660112.
HSL color Cylindrical-coordinate representation of color #9036FE: hue angle of 267º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9036FE is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 54 | 254 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.00 |
| HSL | 267º | 0.99% | 0.6% | - |
| HSV(B) | 267º | 0.79% | 1% | - |
| XYZ | 30.71 | 15.72 | 95.18 | - |
| YUV | 103.71 | 212.82 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 254 | 0.43 | 0.79 | 0 | 0.00 | 267 | 0.99 | 0.6 |
| Hex | 90 | 36 | FE | 2B | 4F | 0 | 0 | 10B | 63 | 3C |
| Octal | 220 | 66 | 376 | 53 | 117 | 0 | 0 | 413 | 143 | 74 |
| Binary | 10010000 | 110110 | 11111110 | 101011 | 1001111 | 0 | 0 | 100001011 | 1100011 | 111100 |
Color Harmonies of #9036FE
Complementary color
Monochromatic Colors of #9036FE
Black with #9036FE
Text Example
Text Example
White with #9036FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9036FE; }
p { color: rgb(144,54,254); }
H1.HeaderClassName
{
color: #9036FE;
}
.AnyTagClassName
{
color: #9036FE;
}
</style>
background-color css
<style>
a { background-color: #9036FE; }
a { background-color: rgb(144,54,254); }
div.DivClassName
{
background-color: #9036FE;
}
.BgClassName
{
background-color: #9036FE;
}
</style>
border-color css
<style>
span { border-color: #9036FE; }
span { border-color: rgb(144,54,254); }
td.TdClassName
{
border-color: #9036FE;
}
.TagClassName
{
border-color: #9036FE;
}
</style>