Shades of Blue Violet #9011EF
Tints of Blue Violet #9011EF
RGB
CMYK
RGB Variations
Color information
#9011EF (or 0x9011EF) is known color: Blue Violet. HEX triplet: 90, 11 and EF. RGB value is (144,17,239). Sum of RGB (Red+Green+Blue) = 144+17+239=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #9011EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9011EF is #6FEE10. Grayscale: #4F4F4F. Windows color (decimal): -7335441 or 15667600. OLE color: 15667600.
HSL color Cylindrical-coordinate representation of color #9011EF: hue angle of 274.32º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9011EF is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 17 | 239 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.06 |
| HSL | 274.32º | 0.87% | 0.5% | - |
| HSV(B) | 274.32º | 0.93% | 0.94% | - |
| XYZ | 27.28 | 12.56 | 82.65 | - |
| YUV | 80.28 | 217.58 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 239 | 0.40 | 0.93 | 0 | 0.06 | 274.32 | 0.87 | 0.5 |
| Hex | 90 | 11 | EF | 28 | 5D | 0 | 6 | 112 | 57 | 32 |
| Octal | 220 | 21 | 357 | 50 | 135 | 0 | 6 | 422 | 127 | 62 |
| Binary | 10010000 | 10001 | 11101111 | 101000 | 1011101 | 0 | 110 | 100010010 | 1010111 | 110010 |
Color Harmonies of #9011EF
Complementary color
Monochromatic Colors of #9011EF
Black with #9011EF
Text Example
Text Example
White with #9011EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9011EF; }
p { color: rgb(144,17,239); }
H1.HeaderClassName
{
color: #9011EF;
}
.AnyTagClassName
{
color: #9011EF;
}
</style>
background-color css
<style>
a { background-color: #9011EF; }
a { background-color: rgb(144,17,239); }
div.DivClassName
{
background-color: #9011EF;
}
.BgClassName
{
background-color: #9011EF;
}
</style>
border-color css
<style>
span { border-color: #9011EF; }
span { border-color: rgb(144,17,239); }
td.TdClassName
{
border-color: #9011EF;
}
.TagClassName
{
border-color: #9011EF;
}
</style>