Shades of Dark Violet #9016C8
Tints of Dark Violet #9016C8
RGB
CMYK
RGB Variations
Color information
#9016C8 (or 0x9016C8) is known color: Dark Violet. HEX triplet: 90, 16 and C8. RGB value is (144,22,200). Sum of RGB (Red+Green+Blue) = 144+22+200=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 200 (78.52% from 255 or 54.64% from 366); Max value from RGB is 200 - color contains mainly: blue. Hex color #9016C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9016C8 is #6FE937. Grayscale: #4E4E4E. Windows color (decimal): -7334200 or 13112976. OLE color: 13112976.
HSL color Cylindrical-coordinate representation of color #9016C8: hue angle of 281.12º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9016C8 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 22 | 200 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.22 |
| HSL | 281.12º | 0.8% | 0.44% | - |
| HSV(B) | 281.12º | 0.89% | 0.78% | - |
| XYZ | 22.21 | 10.67 | 55.53 | - |
| YUV | 78.77 | 196.42 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 200 | 0.28 | 0.89 | 0 | 0.22 | 281.12 | 0.8 | 0.44 |
| Hex | 90 | 16 | C8 | 1C | 59 | 0 | 16 | 119 | 50 | 2C |
| Octal | 220 | 26 | 310 | 34 | 131 | 0 | 26 | 431 | 120 | 54 |
| Binary | 10010000 | 10110 | 11001000 | 11100 | 1011001 | 0 | 10110 | 100011001 | 1010000 | 101100 |
Color Harmonies of #9016C8
Complementary color
Monochromatic Colors of #9016C8
Black with #9016C8
Text Example
Text Example
White with #9016C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9016C8; }
p { color: rgb(144,22,200); }
H1.HeaderClassName
{
color: #9016C8;
}
.AnyTagClassName
{
color: #9016C8;
}
</style>
background-color css
<style>
a { background-color: #9016C8; }
a { background-color: rgb(144,22,200); }
div.DivClassName
{
background-color: #9016C8;
}
.BgClassName
{
background-color: #9016C8;
}
</style>
border-color css
<style>
span { border-color: #9016C8; }
span { border-color: rgb(144,22,200); }
td.TdClassName
{
border-color: #9016C8;
}
.TagClassName
{
border-color: #9016C8;
}
</style>