Shades of Dark Violet #9717CC
Tints of Dark Violet #9717CC
RGB
CMYK
RGB Variations
Color information
#9717CC (or 0x9717CC) is known color: Dark Violet. HEX triplet: 97, 17 and CC. RGB value is (151,23,204). Sum of RGB (Red+Green+Blue) = 151+23+204=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #9717CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9717CC is #68E833. Grayscale: #515151. Windows color (decimal): -6875188 or 13375383. OLE color: 13375383.
HSL color Cylindrical-coordinate representation of color #9717CC: hue angle of 282.43º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9717CC is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 23 | 204 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.2 |
| HSL | 282.43º | 0.8% | 0.45% | - |
| HSV(B) | 282.43º | 0.89% | 0.8% | - |
| XYZ | 23.97 | 11.55 | 58.09 | - |
| YUV | 81.91 | 196.91 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 23 | 204 | 0.26 | 0.89 | 0 | 0.2 | 282.43 | 0.8 | 0.45 |
| Hex | 97 | 17 | CC | 1A | 59 | 0 | 14 | 11A | 50 | 2D |
| Octal | 227 | 27 | 314 | 32 | 131 | 0 | 24 | 432 | 120 | 55 |
| Binary | 10010111 | 10111 | 11001100 | 11010 | 1011001 | 0 | 10100 | 100011010 | 1010000 | 101101 |
Color Harmonies of #9717CC
Complementary color
Monochromatic Colors of #9717CC
Black with #9717CC
Text Example
Text Example
White with #9717CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9717CC; }
p { color: rgb(151,23,204); }
H1.HeaderClassName
{
color: #9717CC;
}
.AnyTagClassName
{
color: #9717CC;
}
</style>
background-color css
<style>
a { background-color: #9717CC; }
a { background-color: rgb(151,23,204); }
div.DivClassName
{
background-color: #9717CC;
}
.BgClassName
{
background-color: #9717CC;
}
</style>
border-color css
<style>
span { border-color: #9717CC; }
span { border-color: rgb(151,23,204); }
td.TdClassName
{
border-color: #9717CC;
}
.TagClassName
{
border-color: #9717CC;
}
</style>