Shades of Blue Violet #9016DC
Tints of Blue Violet #9016DC
RGB
CMYK
RGB Variations
Color information
#9016DC (or 0x9016DC) is known color: Blue Violet. HEX triplet: 90, 16 and DC. RGB value is (144,22,220). Sum of RGB (Red+Green+Blue) = 144+22+220=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #9016DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9016DC is #6FE923. Grayscale: #505050. Windows color (decimal): -7334180 or 14423696. OLE color: 14423696.
HSL color Cylindrical-coordinate representation of color #9016DC: hue angle of 276.97º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9016DC is Cyan = 0.35, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 22 | 220 | - |
| CMYK | 0.35 | 0.9 | 0 | 0.14 |
| HSL | 276.97º | 0.82% | 0.47% | - |
| HSV(B) | 276.97º | 0.9% | 0.86% | - |
| XYZ | 24.71 | 11.67 | 68.66 | - |
| YUV | 81.05 | 206.42 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 220 | 0.35 | 0.9 | 0 | 0.14 | 276.97 | 0.82 | 0.47 |
| Hex | 90 | 16 | DC | 23 | 5A | 0 | E | 115 | 52 | 2F |
| Octal | 220 | 26 | 334 | 43 | 132 | 0 | 16 | 425 | 122 | 57 |
| Binary | 10010000 | 10110 | 11011100 | 100011 | 1011010 | 0 | 1110 | 100010101 | 1010010 | 101111 |
Color Harmonies of #9016DC
Complementary color
Monochromatic Colors of #9016DC
Black with #9016DC
Text Example
Text Example
White with #9016DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9016DC; }
p { color: rgb(144,22,220); }
H1.HeaderClassName
{
color: #9016DC;
}
.AnyTagClassName
{
color: #9016DC;
}
</style>
background-color css
<style>
a { background-color: #9016DC; }
a { background-color: rgb(144,22,220); }
div.DivClassName
{
background-color: #9016DC;
}
.BgClassName
{
background-color: #9016DC;
}
</style>
border-color css
<style>
span { border-color: #9016DC; }
span { border-color: rgb(144,22,220); }
td.TdClassName
{
border-color: #9016DC;
}
.TagClassName
{
border-color: #9016DC;
}
</style>