Shades of Dark Violet #9717DD
Tints of Dark Violet #9717DD
RGB
CMYK
RGB Variations
Color information
#9717DD (or 0x9717DD) is known color: Dark Violet. HEX triplet: 97, 17 and DD. RGB value is (151,23,221). Sum of RGB (Red+Green+Blue) = 151+23+221=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #9717DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9717DD is #68E822. Grayscale: #535353. Windows color (decimal): -6875171 or 14489495. OLE color: 14489495.
HSL color Cylindrical-coordinate representation of color #9717DD: hue angle of 278.79º degrees, saturation: 0.81, 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 #9717DD is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 23 | 221 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.13 |
| HSL | 278.79º | 0.81% | 0.48% | - |
| HSV(B) | 278.79º | 0.9% | 0.87% | - |
| XYZ | 26.12 | 12.41 | 69.43 | - |
| YUV | 83.84 | 205.41 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 23 | 221 | 0.32 | 0.90 | 0 | 0.13 | 278.79 | 0.81 | 0.48 |
| Hex | 97 | 17 | DD | 20 | 5A | 0 | D | 117 | 51 | 30 |
| Octal | 227 | 27 | 335 | 40 | 132 | 0 | 15 | 427 | 121 | 60 |
| Binary | 10010111 | 10111 | 11011101 | 100000 | 1011010 | 0 | 1101 | 100010111 | 1010001 | 110000 |
Color Harmonies of #9717DD
Complementary color
Monochromatic Colors of #9717DD
Black with #9717DD
Text Example
Text Example
White with #9717DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9717DD; }
p { color: rgb(151,23,221); }
H1.HeaderClassName
{
color: #9717DD;
}
.AnyTagClassName
{
color: #9717DD;
}
</style>
background-color css
<style>
a { background-color: #9717DD; }
a { background-color: rgb(151,23,221); }
div.DivClassName
{
background-color: #9717DD;
}
.BgClassName
{
background-color: #9717DD;
}
</style>
border-color css
<style>
span { border-color: #9717DD; }
span { border-color: rgb(151,23,221); }
td.TdClassName
{
border-color: #9717DD;
}
.TagClassName
{
border-color: #9717DD;
}
</style>