Shades of Blue Violet #9016EE
Tints of Blue Violet #9016EE
RGB
CMYK
RGB Variations
Color information
#9016EE (or 0x9016EE) is known color: Blue Violet. HEX triplet: 90, 16 and EE. RGB value is (144,22,238). Sum of RGB (Red+Green+Blue) = 144+22+238=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #9016EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9016EE is #6FE911. Grayscale: #525252. Windows color (decimal): -7334162 or 15603344. OLE color: 15603344.
HSL color Cylindrical-coordinate representation of color #9016EE: hue angle of 273.89º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9016EE is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 22 | 238 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.07 |
| HSL | 273.89º | 0.86% | 0.51% | - |
| HSV(B) | 273.89º | 0.91% | 0.93% | - |
| XYZ | 27.22 | 12.68 | 81.9 | - |
| YUV | 83.1 | 215.42 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 238 | 0.39 | 0.91 | 0 | 0.07 | 273.89 | 0.86 | 0.51 |
| Hex | 90 | 16 | EE | 27 | 5B | 0 | 7 | 112 | 56 | 33 |
| Octal | 220 | 26 | 356 | 47 | 133 | 0 | 7 | 422 | 126 | 63 |
| Binary | 10010000 | 10110 | 11101110 | 100111 | 1011011 | 0 | 111 | 100010010 | 1010110 | 110011 |
Color Harmonies of #9016EE
Complementary color
Monochromatic Colors of #9016EE
Black with #9016EE
Text Example
Text Example
White with #9016EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9016EE; }
p { color: rgb(144,22,238); }
H1.HeaderClassName
{
color: #9016EE;
}
.AnyTagClassName
{
color: #9016EE;
}
</style>
background-color css
<style>
a { background-color: #9016EE; }
a { background-color: rgb(144,22,238); }
div.DivClassName
{
background-color: #9016EE;
}
.BgClassName
{
background-color: #9016EE;
}
</style>
border-color css
<style>
span { border-color: #9016EE; }
span { border-color: rgb(144,22,238); }
td.TdClassName
{
border-color: #9016EE;
}
.TagClassName
{
border-color: #9016EE;
}
</style>