Shades of Dark Violet #9706C0
Tints of Dark Violet #9706C0
RGB
CMYK
RGB Variations
Color information
#9706C0 (or 0x9706C0) is known color: Dark Violet. HEX triplet: 97, 06 and C0. RGB value is (151,6,192). Sum of RGB (Red+Green+Blue) = 151+6+192=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 192 (75.39% from 255 or 55.01% from 349); Max value from RGB is 192 - color contains mainly: blue. Hex color #9706C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9706C0 is #68F93F. Grayscale: #454545. Windows color (decimal): -6879552 or 12584599. OLE color: 12584599.
HSL color Cylindrical-coordinate representation of color #9706C0: hue angle of 286.77º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9706C0 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 6 | 192 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.25 |
| HSL | 286.77º | 0.94% | 0.39% | - |
| HSV(B) | 286.77º | 0.97% | 0.75% | - |
| XYZ | 22.34 | 10.52 | 50.72 | - |
| YUV | 70.56 | 196.54 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 6 | 192 | 0.21 | 0.97 | 0 | 0.25 | 286.77 | 0.94 | 0.39 |
| Hex | 97 | 6 | C0 | 15 | 61 | 0 | 19 | 11F | 5E | 27 |
| Octal | 227 | 6 | 300 | 25 | 141 | 0 | 31 | 437 | 136 | 47 |
| Binary | 10010111 | 110 | 11000000 | 10101 | 1100001 | 0 | 11001 | 100011111 | 1011110 | 100111 |
Color Harmonies of #9706C0
Complementary color
Monochromatic Colors of #9706C0
Black with #9706C0
Text Example
Text Example
White with #9706C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9706C0; }
p { color: rgb(151,6,192); }
H1.HeaderClassName
{
color: #9706C0;
}
.AnyTagClassName
{
color: #9706C0;
}
</style>
background-color css
<style>
a { background-color: #9706C0; }
a { background-color: rgb(151,6,192); }
div.DivClassName
{
background-color: #9706C0;
}
.BgClassName
{
background-color: #9706C0;
}
</style>
border-color css
<style>
span { border-color: #9706C0; }
span { border-color: rgb(151,6,192); }
td.TdClassName
{
border-color: #9706C0;
}
.TagClassName
{
border-color: #9706C0;
}
</style>