Shades of Dark Violet #9916DA
Tints of Dark Violet #9916DA
RGB
CMYK
RGB Variations
Color information
#9916DA (or 0x9916DA) is known color: Dark Violet. HEX triplet: 99, 16 and DA. RGB value is (153,22,218). Sum of RGB (Red+Green+Blue) = 153+22+218=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #9916DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9916DA is #66E925. Grayscale: #525252. Windows color (decimal): -6744358 or 14292633. OLE color: 14292633.
HSL color Cylindrical-coordinate representation of color #9916DA: hue angle of 280.1º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9916DA is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 22 | 218 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.15 |
| HSL | 280.1º | 0.82% | 0.47% | - |
| HSV(B) | 280.1º | 0.9% | 0.85% | - |
| XYZ | 26.08 | 12.41 | 67.35 | - |
| YUV | 83.51 | 203.9 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 22 | 218 | 0.30 | 0.90 | 0 | 0.15 | 280.1 | 0.82 | 0.47 |
| Hex | 99 | 16 | DA | 1E | 5A | 0 | F | 118 | 52 | 2F |
| Octal | 231 | 26 | 332 | 36 | 132 | 0 | 17 | 430 | 122 | 57 |
| Binary | 10011001 | 10110 | 11011010 | 11110 | 1011010 | 0 | 1111 | 100011000 | 1010010 | 101111 |
Color Harmonies of #9916DA
Complementary color
Monochromatic Colors of #9916DA
Black with #9916DA
Text Example
Text Example
White with #9916DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9916DA; }
p { color: rgb(153,22,218); }
H1.HeaderClassName
{
color: #9916DA;
}
.AnyTagClassName
{
color: #9916DA;
}
</style>
background-color css
<style>
a { background-color: #9916DA; }
a { background-color: rgb(153,22,218); }
div.DivClassName
{
background-color: #9916DA;
}
.BgClassName
{
background-color: #9916DA;
}
</style>
border-color css
<style>
span { border-color: #9916DA; }
span { border-color: rgb(153,22,218); }
td.TdClassName
{
border-color: #9916DA;
}
.TagClassName
{
border-color: #9916DA;
}
</style>