Shades of Dark Violet #9706CC
Tints of Dark Violet #9706CC
RGB
CMYK
RGB Variations
Color information
#9706CC (or 0x9706CC) is known color: Dark Violet. HEX triplet: 97, 06 and CC. RGB value is (151,6,204). Sum of RGB (Red+Green+Blue) = 151+6+204=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #9706CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9706CC is #68F933. Grayscale: #474747. Windows color (decimal): -6879540 or 13371031. OLE color: 13371031.
HSL color Cylindrical-coordinate representation of color #9706CC: hue angle of 283.94º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9706CC is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 6 | 204 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.2 |
| HSL | 283.94º | 0.94% | 0.41% | - |
| HSV(B) | 283.94º | 0.97% | 0.8% | - |
| XYZ | 23.73 | 11.07 | 58.01 | - |
| YUV | 71.93 | 202.54 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 6 | 204 | 0.26 | 0.97 | 0 | 0.2 | 283.94 | 0.94 | 0.41 |
| Hex | 97 | 6 | CC | 1A | 61 | 0 | 14 | 11C | 5E | 29 |
| Octal | 227 | 6 | 314 | 32 | 141 | 0 | 24 | 434 | 136 | 51 |
| Binary | 10010111 | 110 | 11001100 | 11010 | 1100001 | 0 | 10100 | 100011100 | 1011110 | 101001 |
Color Harmonies of #9706CC
Complementary color
Monochromatic Colors of #9706CC
Black with #9706CC
Text Example
Text Example
White with #9706CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9706CC; }
p { color: rgb(151,6,204); }
H1.HeaderClassName
{
color: #9706CC;
}
.AnyTagClassName
{
color: #9706CC;
}
</style>
background-color css
<style>
a { background-color: #9706CC; }
a { background-color: rgb(151,6,204); }
div.DivClassName
{
background-color: #9706CC;
}
.BgClassName
{
background-color: #9706CC;
}
</style>
border-color css
<style>
span { border-color: #9706CC; }
span { border-color: rgb(151,6,204); }
td.TdClassName
{
border-color: #9706CC;
}
.TagClassName
{
border-color: #9706CC;
}
</style>