Shades of Dark Violet #9606DC
Tints of Dark Violet #9606DC
RGB
CMYK
RGB Variations
Color information
#9606DC (or 0x9606DC) is known color: Dark Violet. HEX triplet: 96, 06 and DC. RGB value is (150,6,220). Sum of RGB (Red+Green+Blue) = 150+6+220=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #9606DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9606DC is #69F923. Grayscale: #484848. Windows color (decimal): -6945060 or 14419606. OLE color: 14419606.
HSL color Cylindrical-coordinate representation of color #9606DC: hue angle of 280.37º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9606DC is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 6 | 220 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.14 |
| HSL | 280.37º | 0.95% | 0.44% | - |
| HSV(B) | 280.37º | 0.97% | 0.86% | - |
| XYZ | 25.56 | 11.78 | 68.64 | - |
| YUV | 73.45 | 210.71 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 220 | 0.32 | 0.97 | 0 | 0.14 | 280.37 | 0.95 | 0.44 |
| Hex | 96 | 6 | DC | 20 | 61 | 0 | E | 118 | 5F | 2C |
| Octal | 226 | 6 | 334 | 40 | 141 | 0 | 16 | 430 | 137 | 54 |
| Binary | 10010110 | 110 | 11011100 | 100000 | 1100001 | 0 | 1110 | 100011000 | 1011111 | 101100 |
Color Harmonies of #9606DC
Complementary color
Monochromatic Colors of #9606DC
Black with #9606DC
Text Example
Text Example
White with #9606DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9606DC; }
p { color: rgb(150,6,220); }
H1.HeaderClassName
{
color: #9606DC;
}
.AnyTagClassName
{
color: #9606DC;
}
</style>
background-color css
<style>
a { background-color: #9606DC; }
a { background-color: rgb(150,6,220); }
div.DivClassName
{
background-color: #9606DC;
}
.BgClassName
{
background-color: #9606DC;
}
</style>
border-color css
<style>
span { border-color: #9606DC; }
span { border-color: rgb(150,6,220); }
td.TdClassName
{
border-color: #9606DC;
}
.TagClassName
{
border-color: #9606DC;
}
</style>