Shades of Dark Violet #9716DD
Tints of Dark Violet #9716DD
RGB
CMYK
RGB Variations
Color information
#9716DD (or 0x9716DD) is known color: Dark Violet. HEX triplet: 97, 16 and DD. RGB value is (151,22,221). Sum of RGB (Red+Green+Blue) = 151+22+221=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #9716DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9716DD is #68E922. Grayscale: #525252. Windows color (decimal): -6875427 or 14489239. OLE color: 14489239.
HSL color Cylindrical-coordinate representation of color #9716DD: hue angle of 278.89º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9716DD is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 22 | 221 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.13 |
| HSL | 278.89º | 0.82% | 0.48% | - |
| HSV(B) | 278.89º | 0.9% | 0.87% | - |
| XYZ | 26.1 | 12.37 | 69.42 | - |
| YUV | 83.26 | 205.74 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 22 | 221 | 0.32 | 0.90 | 0 | 0.13 | 278.89 | 0.82 | 0.48 |
| Hex | 97 | 16 | DD | 20 | 5A | 0 | D | 117 | 52 | 30 |
| Octal | 227 | 26 | 335 | 40 | 132 | 0 | 15 | 427 | 122 | 60 |
| Binary | 10010111 | 10110 | 11011101 | 100000 | 1011010 | 0 | 1101 | 100010111 | 1010010 | 110000 |
Color Harmonies of #9716DD
Complementary color
Monochromatic Colors of #9716DD
Black with #9716DD
Text Example
Text Example
White with #9716DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9716DD; }
p { color: rgb(151,22,221); }
H1.HeaderClassName
{
color: #9716DD;
}
.AnyTagClassName
{
color: #9716DD;
}
</style>
background-color css
<style>
a { background-color: #9716DD; }
a { background-color: rgb(151,22,221); }
div.DivClassName
{
background-color: #9716DD;
}
.BgClassName
{
background-color: #9716DD;
}
</style>
border-color css
<style>
span { border-color: #9716DD; }
span { border-color: rgb(151,22,221); }
td.TdClassName
{
border-color: #9716DD;
}
.TagClassName
{
border-color: #9716DD;
}
</style>