Shades of Dark Violet #9016C9
Tints of Dark Violet #9016C9
RGB
CMYK
RGB Variations
Color information
#9016C9 (or 0x9016C9) is known color: Dark Violet. HEX triplet: 90, 16 and C9. RGB value is (144,22,201). Sum of RGB (Red+Green+Blue) = 144+22+201=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #9016C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9016C9 is #6FE936. Grayscale: #4E4E4E. Windows color (decimal): -7334199 or 13178512. OLE color: 13178512.
HSL color Cylindrical-coordinate representation of color #9016C9: hue angle of 280.89º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9016C9 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 22 | 201 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.21 |
| HSL | 280.89º | 0.8% | 0.44% | - |
| HSV(B) | 280.89º | 0.89% | 0.79% | - |
| XYZ | 22.33 | 10.72 | 56.15 | - |
| YUV | 78.88 | 196.92 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 201 | 0.28 | 0.89 | 0 | 0.21 | 280.89 | 0.8 | 0.44 |
| Hex | 90 | 16 | C9 | 1C | 59 | 0 | 15 | 119 | 50 | 2C |
| Octal | 220 | 26 | 311 | 34 | 131 | 0 | 25 | 431 | 120 | 54 |
| Binary | 10010000 | 10110 | 11001001 | 11100 | 1011001 | 0 | 10101 | 100011001 | 1010000 | 101100 |
Color Harmonies of #9016C9
Complementary color
Monochromatic Colors of #9016C9
Black with #9016C9
Text Example
Text Example
White with #9016C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9016C9; }
p { color: rgb(144,22,201); }
H1.HeaderClassName
{
color: #9016C9;
}
.AnyTagClassName
{
color: #9016C9;
}
</style>
background-color css
<style>
a { background-color: #9016C9; }
a { background-color: rgb(144,22,201); }
div.DivClassName
{
background-color: #9016C9;
}
.BgClassName
{
background-color: #9016C9;
}
</style>
border-color css
<style>
span { border-color: #9016C9; }
span { border-color: rgb(144,22,201); }
td.TdClassName
{
border-color: #9016C9;
}
.TagClassName
{
border-color: #9016C9;
}
</style>