Shades of Dark Violet #9010D9
Tints of Dark Violet #9010D9
RGB
CMYK
RGB Variations
Color information
#9010D9 (or 0x9010D9) is known color: Dark Violet. HEX triplet: 90, 10 and D9. RGB value is (144,16,217). Sum of RGB (Red+Green+Blue) = 144+16+217=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 217 (85.16% from 255 or 57.56% from 377); Max value from RGB is 217 - color contains mainly: blue. Hex color #9010D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9010D9 is #6FEF26. Grayscale: #4C4C4C. Windows color (decimal): -7335719 or 14225552. OLE color: 14225552.
HSL color Cylindrical-coordinate representation of color #9010D9: hue angle of 278.21º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9010D9 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 16 | 217 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.15 |
| HSL | 278.21º | 0.86% | 0.46% | - |
| HSV(B) | 278.21º | 0.93% | 0.85% | - |
| XYZ | 24.21 | 11.31 | 66.55 | - |
| YUV | 77.19 | 206.91 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 217 | 0.34 | 0.93 | 0 | 0.15 | 278.21 | 0.86 | 0.46 |
| Hex | 90 | 10 | D9 | 22 | 5D | 0 | F | 116 | 56 | 2E |
| Octal | 220 | 20 | 331 | 42 | 135 | 0 | 17 | 426 | 126 | 56 |
| Binary | 10010000 | 10000 | 11011001 | 100010 | 1011101 | 0 | 1111 | 100010110 | 1010110 | 101110 |
Color Harmonies of #9010D9
Complementary color
Monochromatic Colors of #9010D9
Black with #9010D9
Text Example
Text Example
White with #9010D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9010D9; }
p { color: rgb(144,16,217); }
H1.HeaderClassName
{
color: #9010D9;
}
.AnyTagClassName
{
color: #9010D9;
}
</style>
background-color css
<style>
a { background-color: #9010D9; }
a { background-color: rgb(144,16,217); }
div.DivClassName
{
background-color: #9010D9;
}
.BgClassName
{
background-color: #9010D9;
}
</style>
border-color css
<style>
span { border-color: #9010D9; }
span { border-color: rgb(144,16,217); }
td.TdClassName
{
border-color: #9010D9;
}
.TagClassName
{
border-color: #9010D9;
}
</style>