Shades of Dark Violet #9706CE
Tints of Dark Violet #9706CE
RGB
CMYK
RGB Variations
Color information
#9706CE (or 0x9706CE) is known color: Dark Violet. HEX triplet: 97, 06 and CE. RGB value is (151,6,206). Sum of RGB (Red+Green+Blue) = 151+6+206=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #9706CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9706CE is #68F931. Grayscale: #474747. Windows color (decimal): -6879538 or 13502103. OLE color: 13502103.
HSL color Cylindrical-coordinate representation of color #9706CE: hue angle of 283.5º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9706CE is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 6 | 206 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.19 |
| HSL | 283.5º | 0.94% | 0.42% | - |
| HSV(B) | 283.5º | 0.97% | 0.81% | - |
| XYZ | 23.97 | 11.17 | 59.28 | - |
| YUV | 72.16 | 203.54 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 6 | 206 | 0.27 | 0.97 | 0 | 0.19 | 283.5 | 0.94 | 0.42 |
| Hex | 97 | 6 | CE | 1B | 61 | 0 | 13 | 11C | 5E | 2A |
| Octal | 227 | 6 | 316 | 33 | 141 | 0 | 23 | 434 | 136 | 52 |
| Binary | 10010111 | 110 | 11001110 | 11011 | 1100001 | 0 | 10011 | 100011100 | 1011110 | 101010 |
Color Harmonies of #9706CE
Complementary color
Monochromatic Colors of #9706CE
Black with #9706CE
Text Example
Text Example
White with #9706CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9706CE; }
p { color: rgb(151,6,206); }
H1.HeaderClassName
{
color: #9706CE;
}
.AnyTagClassName
{
color: #9706CE;
}
</style>
background-color css
<style>
a { background-color: #9706CE; }
a { background-color: rgb(151,6,206); }
div.DivClassName
{
background-color: #9706CE;
}
.BgClassName
{
background-color: #9706CE;
}
</style>
border-color css
<style>
span { border-color: #9706CE; }
span { border-color: rgb(151,6,206); }
td.TdClassName
{
border-color: #9706CE;
}
.TagClassName
{
border-color: #9706CE;
}
</style>