Shades of Dark Violet #9716CC
Tints of Dark Violet #9716CC
RGB
CMYK
RGB Variations
Color information
#9716CC (or 0x9716CC) is known color: Dark Violet. HEX triplet: 97, 16 and CC. RGB value is (151,22,204). Sum of RGB (Red+Green+Blue) = 151+22+204=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #9716CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9716CC is #68E933. Grayscale: #505050. Windows color (decimal): -6875444 or 13375127. OLE color: 13375127.
HSL color Cylindrical-coordinate representation of color #9716CC: hue angle of 282.53º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9716CC is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 22 | 204 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.2 |
| HSL | 282.53º | 0.81% | 0.44% | - |
| HSV(B) | 282.53º | 0.89% | 0.8% | - |
| XYZ | 23.95 | 11.51 | 58.09 | - |
| YUV | 81.32 | 197.24 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 22 | 204 | 0.26 | 0.89 | 0 | 0.2 | 282.53 | 0.81 | 0.44 |
| Hex | 97 | 16 | CC | 1A | 59 | 0 | 14 | 11B | 51 | 2C |
| Octal | 227 | 26 | 314 | 32 | 131 | 0 | 24 | 433 | 121 | 54 |
| Binary | 10010111 | 10110 | 11001100 | 11010 | 1011001 | 0 | 10100 | 100011011 | 1010001 | 101100 |
Color Harmonies of #9716CC
Complementary color
Monochromatic Colors of #9716CC
Black with #9716CC
Text Example
Text Example
White with #9716CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9716CC; }
p { color: rgb(151,22,204); }
H1.HeaderClassName
{
color: #9716CC;
}
.AnyTagClassName
{
color: #9716CC;
}
</style>
background-color css
<style>
a { background-color: #9716CC; }
a { background-color: rgb(151,22,204); }
div.DivClassName
{
background-color: #9716CC;
}
.BgClassName
{
background-color: #9716CC;
}
</style>
border-color css
<style>
span { border-color: #9716CC; }
span { border-color: rgb(151,22,204); }
td.TdClassName
{
border-color: #9716CC;
}
.TagClassName
{
border-color: #9716CC;
}
</style>