Shades of Dark Violet #9716DE
Tints of Dark Violet #9716DE
RGB
CMYK
RGB Variations
Color information
#9716DE (or 0x9716DE) is known color: Dark Violet. HEX triplet: 97, 16 and DE. RGB value is (151,22,222). Sum of RGB (Red+Green+Blue) = 151+22+222=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #9716DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9716DE is #68E921. Grayscale: #525252. Windows color (decimal): -6875426 or 14554775. OLE color: 14554775.
HSL color Cylindrical-coordinate representation of color #9716DE: hue angle of 278.7º 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 #9716DE is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 22 | 222 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.13 |
| HSL | 278.7º | 0.82% | 0.48% | - |
| HSV(B) | 278.7º | 0.9% | 0.87% | - |
| XYZ | 26.23 | 12.43 | 70.12 | - |
| YUV | 83.37 | 206.24 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 22 | 222 | 0.32 | 0.90 | 0 | 0.13 | 278.7 | 0.82 | 0.48 |
| Hex | 97 | 16 | DE | 20 | 5A | 0 | D | 117 | 52 | 30 |
| Octal | 227 | 26 | 336 | 40 | 132 | 0 | 15 | 427 | 122 | 60 |
| Binary | 10010111 | 10110 | 11011110 | 100000 | 1011010 | 0 | 1101 | 100010111 | 1010010 | 110000 |
Color Harmonies of #9716DE
Complementary color
Monochromatic Colors of #9716DE
Black with #9716DE
Text Example
Text Example
White with #9716DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9716DE; }
p { color: rgb(151,22,222); }
H1.HeaderClassName
{
color: #9716DE;
}
.AnyTagClassName
{
color: #9716DE;
}
</style>
background-color css
<style>
a { background-color: #9716DE; }
a { background-color: rgb(151,22,222); }
div.DivClassName
{
background-color: #9716DE;
}
.BgClassName
{
background-color: #9716DE;
}
</style>
border-color css
<style>
span { border-color: #9716DE; }
span { border-color: rgb(151,22,222); }
td.TdClassName
{
border-color: #9716DE;
}
.TagClassName
{
border-color: #9716DE;
}
</style>