Shades of Dark Violet #9600CC
Tints of Dark Violet #9600CC
RGB
CMYK
RGB Variations
Color information
#9600CC (or 0x9600CC) is known color: Dark Violet. HEX triplet: 96, 00 and CC. RGB value is (150,0,204). Sum of RGB (Red+Green+Blue) = 150+0+204=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #9600CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9600CC is #69FF33. Grayscale: #434343. Windows color (decimal): -6946612 or 13369494. OLE color: 13369494.
HSL color Cylindrical-coordinate representation of color #9600CC: hue angle of 284.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600CC is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 0 | 204 | - |
| CMYK | 0.26 | 1 | 0 | 0.2 |
| HSL | 284.12º | 1% | 0.4% | - |
| HSV(B) | 284.12º | 1% | 0.8% | - |
| XYZ | 23.48 | 10.84 | 57.98 | - |
| YUV | 68.11 | 204.7 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 204 | 0.26 | 1 | 0 | 0.2 | 284.12 | 1 | 0.4 |
| Hex | 96 | 0 | CC | 1A | 64 | 0 | 14 | 11C | 64 | 28 |
| Octal | 226 | 0 | 314 | 32 | 144 | 0 | 24 | 434 | 144 | 50 |
| Binary | 10010110 | 0 | 11001100 | 11010 | 1100100 | 0 | 10100 | 100011100 | 1100100 | 101000 |
Color Harmonies of #9600CC
Complementary color
Monochromatic Colors of #9600CC
Black with #9600CC
Text Example
Text Example
White with #9600CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9600CC; }
p { color: rgb(150,0,204); }
H1.HeaderClassName
{
color: #9600CC;
}
.AnyTagClassName
{
color: #9600CC;
}
</style>
background-color css
<style>
a { background-color: #9600CC; }
a { background-color: rgb(150,0,204); }
div.DivClassName
{
background-color: #9600CC;
}
.BgClassName
{
background-color: #9600CC;
}
</style>
border-color css
<style>
span { border-color: #9600CC; }
span { border-color: rgb(150,0,204); }
td.TdClassName
{
border-color: #9600CC;
}
.TagClassName
{
border-color: #9600CC;
}
</style>