Shades of Dark Violet #9706BC
Tints of Dark Violet #9706BC
RGB
CMYK
RGB Variations
Color information
#9706BC (or 0x9706BC) is known color: Dark Violet. HEX triplet: 97, 06 and BC. RGB value is (151,6,188). Sum of RGB (Red+Green+Blue) = 151+6+188=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #9706BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9706BC is #68F943. Grayscale: #454545. Windows color (decimal): -6879556 or 12322455. OLE color: 12322455.
HSL color Cylindrical-coordinate representation of color #9706BC: hue angle of 287.8º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9706BC is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 6 | 188 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.26 |
| HSL | 287.8º | 0.94% | 0.38% | - |
| HSV(B) | 287.8º | 0.97% | 0.74% | - |
| XYZ | 21.9 | 10.34 | 48.42 | - |
| YUV | 70.1 | 194.54 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 6 | 188 | 0.20 | 0.97 | 0 | 0.26 | 287.8 | 0.94 | 0.38 |
| Hex | 97 | 6 | BC | 14 | 61 | 0 | 1A | 120 | 5E | 26 |
| Octal | 227 | 6 | 274 | 24 | 141 | 0 | 32 | 440 | 136 | 46 |
| Binary | 10010111 | 110 | 10111100 | 10100 | 1100001 | 0 | 11010 | 100100000 | 1011110 | 100110 |
Color Harmonies of #9706BC
Complementary color
Monochromatic Colors of #9706BC
Black with #9706BC
Text Example
Text Example
White with #9706BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9706BC; }
p { color: rgb(151,6,188); }
H1.HeaderClassName
{
color: #9706BC;
}
.AnyTagClassName
{
color: #9706BC;
}
</style>
background-color css
<style>
a { background-color: #9706BC; }
a { background-color: rgb(151,6,188); }
div.DivClassName
{
background-color: #9706BC;
}
.BgClassName
{
background-color: #9706BC;
}
</style>
border-color css
<style>
span { border-color: #9706BC; }
span { border-color: rgb(151,6,188); }
td.TdClassName
{
border-color: #9706BC;
}
.TagClassName
{
border-color: #9706BC;
}
</style>