Shades of Dark Violet #9717CE
Tints of Dark Violet #9717CE
RGB
CMYK
RGB Variations
Color information
#9717CE (or 0x9717CE) is known color: Dark Violet. HEX triplet: 97, 17 and CE. RGB value is (151,23,206). Sum of RGB (Red+Green+Blue) = 151+23+206=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #9717CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9717CE is #68E831. Grayscale: #515151. Windows color (decimal): -6875186 or 13506455. OLE color: 13506455.
HSL color Cylindrical-coordinate representation of color #9717CE: hue angle of 281.97º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9717CE is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 23 | 206 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.19 |
| HSL | 281.97º | 0.8% | 0.45% | - |
| HSV(B) | 281.97º | 0.89% | 0.81% | - |
| XYZ | 24.21 | 11.65 | 59.36 | - |
| YUV | 82.13 | 197.91 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 23 | 206 | 0.27 | 0.89 | 0 | 0.19 | 281.97 | 0.8 | 0.45 |
| Hex | 97 | 17 | CE | 1B | 59 | 0 | 13 | 11A | 50 | 2D |
| Octal | 227 | 27 | 316 | 33 | 131 | 0 | 23 | 432 | 120 | 55 |
| Binary | 10010111 | 10111 | 11001110 | 11011 | 1011001 | 0 | 10011 | 100011010 | 1010000 | 101101 |
Color Harmonies of #9717CE
Complementary color
Monochromatic Colors of #9717CE
Black with #9717CE
Text Example
Text Example
White with #9717CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9717CE; }
p { color: rgb(151,23,206); }
H1.HeaderClassName
{
color: #9717CE;
}
.AnyTagClassName
{
color: #9717CE;
}
</style>
background-color css
<style>
a { background-color: #9717CE; }
a { background-color: rgb(151,23,206); }
div.DivClassName
{
background-color: #9717CE;
}
.BgClassName
{
background-color: #9717CE;
}
</style>
border-color css
<style>
span { border-color: #9717CE; }
span { border-color: rgb(151,23,206); }
td.TdClassName
{
border-color: #9717CE;
}
.TagClassName
{
border-color: #9717CE;
}
</style>