Shades of Dark Violet #9910D8
Tints of Dark Violet #9910D8
RGB
CMYK
RGB Variations
Color information
#9910D8 (or 0x9910D8) is known color: Dark Violet. HEX triplet: 99, 10 and D8. RGB value is (153,16,216). Sum of RGB (Red+Green+Blue) = 153+16+216=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 216 (84.77% from 255 or 56.10% from 385); Max value from RGB is 216 - color contains mainly: blue. Hex color #9910D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9910D8 is #66EF27. Grayscale: #4F4F4F. Windows color (decimal): -6745896 or 14160025. OLE color: 14160025.
HSL color Cylindrical-coordinate representation of color #9910D8: hue angle of 281.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9910D8 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 16 | 216 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.15 |
| HSL | 281.1º | 0.86% | 0.45% | - |
| HSV(B) | 281.1º | 0.93% | 0.85% | - |
| XYZ | 25.72 | 12.1 | 65.95 | - |
| YUV | 79.76 | 204.89 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 216 | 0.29 | 0.93 | 0 | 0.15 | 281.1 | 0.86 | 0.45 |
| Hex | 99 | 10 | D8 | 1D | 5D | 0 | F | 119 | 56 | 2D |
| Octal | 231 | 20 | 330 | 35 | 135 | 0 | 17 | 431 | 126 | 55 |
| Binary | 10011001 | 10000 | 11011000 | 11101 | 1011101 | 0 | 1111 | 100011001 | 1010110 | 101101 |
Color Harmonies of #9910D8
Complementary color
Monochromatic Colors of #9910D8
Black with #9910D8
Text Example
Text Example
White with #9910D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9910D8; }
p { color: rgb(153,16,216); }
H1.HeaderClassName
{
color: #9910D8;
}
.AnyTagClassName
{
color: #9910D8;
}
</style>
background-color css
<style>
a { background-color: #9910D8; }
a { background-color: rgb(153,16,216); }
div.DivClassName
{
background-color: #9910D8;
}
.BgClassName
{
background-color: #9910D8;
}
</style>
border-color css
<style>
span { border-color: #9910D8; }
span { border-color: rgb(153,16,216); }
td.TdClassName
{
border-color: #9910D8;
}
.TagClassName
{
border-color: #9910D8;
}
</style>