Shades of Dark Violet #9606C2
Tints of Dark Violet #9606C2
RGB
CMYK
RGB Variations
Color information
#9606C2 (or 0x9606C2) is known color: Dark Violet. HEX triplet: 96, 06 and C2. RGB value is (150,6,194). Sum of RGB (Red+Green+Blue) = 150+6+194=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 194 (76.17% from 255 or 55.43% from 350); Max value from RGB is 194 - color contains mainly: blue. Hex color #9606C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9606C2 is #69F93D. Grayscale: #454545. Windows color (decimal): -6945086 or 12715670. OLE color: 12715670.
HSL color Cylindrical-coordinate representation of color #9606C2: hue angle of 285.96º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9606C2 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 6 | 194 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.24 |
| HSL | 285.96º | 0.94% | 0.39% | - |
| HSV(B) | 285.96º | 0.97% | 0.76% | - |
| XYZ | 22.38 | 10.51 | 51.89 | - |
| YUV | 70.49 | 197.71 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 194 | 0.23 | 0.97 | 0 | 0.24 | 285.96 | 0.94 | 0.39 |
| Hex | 96 | 6 | C2 | 17 | 61 | 0 | 18 | 11E | 5E | 27 |
| Octal | 226 | 6 | 302 | 27 | 141 | 0 | 30 | 436 | 136 | 47 |
| Binary | 10010110 | 110 | 11000010 | 10111 | 1100001 | 0 | 11000 | 100011110 | 1011110 | 100111 |
Color Harmonies of #9606C2
Complementary color
Monochromatic Colors of #9606C2
Black with #9606C2
Text Example
Text Example
White with #9606C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9606C2; }
p { color: rgb(150,6,194); }
H1.HeaderClassName
{
color: #9606C2;
}
.AnyTagClassName
{
color: #9606C2;
}
</style>
background-color css
<style>
a { background-color: #9606C2; }
a { background-color: rgb(150,6,194); }
div.DivClassName
{
background-color: #9606C2;
}
.BgClassName
{
background-color: #9606C2;
}
</style>
border-color css
<style>
span { border-color: #9606C2; }
span { border-color: rgb(150,6,194); }
td.TdClassName
{
border-color: #9606C2;
}
.TagClassName
{
border-color: #9606C2;
}
</style>