Shades of Dark Violet #9016C0
Tints of Dark Violet #9016C0
RGB
CMYK
RGB Variations
Color information
#9016C0 (or 0x9016C0) is known color: Dark Violet. HEX triplet: 90, 16 and C0. RGB value is (144,22,192). Sum of RGB (Red+Green+Blue) = 144+22+192=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #9016C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9016C0 is #6FE93F. Grayscale: #4D4D4D. Windows color (decimal): -7334208 or 12588688. OLE color: 12588688.
HSL color Cylindrical-coordinate representation of color #9016C0: hue angle of 283.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9016C0 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 22 | 192 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.25 |
| HSL | 283.06º | 0.79% | 0.42% | - |
| HSV(B) | 283.06º | 0.89% | 0.75% | - |
| XYZ | 21.3 | 10.31 | 50.74 | - |
| YUV | 77.86 | 192.42 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 192 | 0.25 | 0.89 | 0 | 0.25 | 283.06 | 0.79 | 0.42 |
| Hex | 90 | 16 | C0 | 19 | 59 | 0 | 19 | 11B | 4F | 2A |
| Octal | 220 | 26 | 300 | 31 | 131 | 0 | 31 | 433 | 117 | 52 |
| Binary | 10010000 | 10110 | 11000000 | 11001 | 1011001 | 0 | 11001 | 100011011 | 1001111 | 101010 |
Color Harmonies of #9016C0
Complementary color
Monochromatic Colors of #9016C0
Black with #9016C0
Text Example
Text Example
White with #9016C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9016C0; }
p { color: rgb(144,22,192); }
H1.HeaderClassName
{
color: #9016C0;
}
.AnyTagClassName
{
color: #9016C0;
}
</style>
background-color css
<style>
a { background-color: #9016C0; }
a { background-color: rgb(144,22,192); }
div.DivClassName
{
background-color: #9016C0;
}
.BgClassName
{
background-color: #9016C0;
}
</style>
border-color css
<style>
span { border-color: #9016C0; }
span { border-color: rgb(144,22,192); }
td.TdClassName
{
border-color: #9016C0;
}
.TagClassName
{
border-color: #9016C0;
}
</style>