Shades of Blue Violet #9011EB
Tints of Blue Violet #9011EB
RGB
CMYK
RGB Variations
Color information
#9011EB (or 0x9011EB) is known color: Blue Violet. HEX triplet: 90, 11 and EB. RGB value is (144,17,235). Sum of RGB (Red+Green+Blue) = 144+17+235=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #9011EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9011EB is #6FEE14. Grayscale: #4F4F4F. Windows color (decimal): -7335445 or 15405456. OLE color: 15405456.
HSL color Cylindrical-coordinate representation of color #9011EB: hue angle of 274.95º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9011EB is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 17 | 235 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.08 |
| HSL | 274.95º | 0.87% | 0.49% | - |
| HSV(B) | 274.95º | 0.93% | 0.92% | - |
| XYZ | 26.7 | 12.33 | 79.57 | - |
| YUV | 79.83 | 215.58 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 235 | 0.39 | 0.93 | 0 | 0.08 | 274.95 | 0.87 | 0.49 |
| Hex | 90 | 11 | EB | 27 | 5D | 0 | 8 | 113 | 57 | 31 |
| Octal | 220 | 21 | 353 | 47 | 135 | 0 | 10 | 423 | 127 | 61 |
| Binary | 10010000 | 10001 | 11101011 | 100111 | 1011101 | 0 | 1000 | 100010011 | 1010111 | 110001 |
Color Harmonies of #9011EB
Complementary color
Monochromatic Colors of #9011EB
Black with #9011EB
Text Example
Text Example
White with #9011EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9011EB; }
p { color: rgb(144,17,235); }
H1.HeaderClassName
{
color: #9011EB;
}
.AnyTagClassName
{
color: #9011EB;
}
</style>
background-color css
<style>
a { background-color: #9011EB; }
a { background-color: rgb(144,17,235); }
div.DivClassName
{
background-color: #9011EB;
}
.BgClassName
{
background-color: #9011EB;
}
</style>
border-color css
<style>
span { border-color: #9011EB; }
span { border-color: rgb(144,17,235); }
td.TdClassName
{
border-color: #9011EB;
}
.TagClassName
{
border-color: #9011EB;
}
</style>