Shades of Dark Violet #9716DA
Tints of Dark Violet #9716DA
RGB
CMYK
RGB Variations
Color information
#9716DA (or 0x9716DA) is known color: Dark Violet. HEX triplet: 97, 16 and DA. RGB value is (151,22,218). Sum of RGB (Red+Green+Blue) = 151+22+218=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #9716DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9716DA is #68E925. Grayscale: #525252. Windows color (decimal): -6875430 or 14292631. OLE color: 14292631.
HSL color Cylindrical-coordinate representation of color #9716DA: hue angle of 279.49º 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 #9716DA is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 22 | 218 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.15 |
| HSL | 279.49º | 0.82% | 0.47% | - |
| HSV(B) | 279.49º | 0.9% | 0.85% | - |
| XYZ | 25.7 | 12.22 | 67.33 | - |
| YUV | 82.92 | 204.24 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 22 | 218 | 0.31 | 0.90 | 0 | 0.15 | 279.49 | 0.82 | 0.47 |
| Hex | 97 | 16 | DA | 1F | 5A | 0 | F | 117 | 52 | 2F |
| Octal | 227 | 26 | 332 | 37 | 132 | 0 | 17 | 427 | 122 | 57 |
| Binary | 10010111 | 10110 | 11011010 | 11111 | 1011010 | 0 | 1111 | 100010111 | 1010010 | 101111 |
Color Harmonies of #9716DA
Complementary color
Monochromatic Colors of #9716DA
Black with #9716DA
Text Example
Text Example
White with #9716DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9716DA; }
p { color: rgb(151,22,218); }
H1.HeaderClassName
{
color: #9716DA;
}
.AnyTagClassName
{
color: #9716DA;
}
</style>
background-color css
<style>
a { background-color: #9716DA; }
a { background-color: rgb(151,22,218); }
div.DivClassName
{
background-color: #9716DA;
}
.BgClassName
{
background-color: #9716DA;
}
</style>
border-color css
<style>
span { border-color: #9716DA; }
span { border-color: rgb(151,22,218); }
td.TdClassName
{
border-color: #9716DA;
}
.TagClassName
{
border-color: #9716DA;
}
</style>