Shades of Dark Violet #9600CD
Tints of Dark Violet #9600CD
RGB
CMYK
RGB Variations
Color information
#9600CD (or 0x9600CD) is known color: Dark Violet. HEX triplet: 96, 00 and CD. RGB value is (150,0,205). Sum of RGB (Red+Green+Blue) = 150+0+205=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #9600CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9600CD is #69FF32. Grayscale: #434343. Windows color (decimal): -6946611 or 13435030. OLE color: 13435030.
HSL color Cylindrical-coordinate representation of color #9600CD: hue angle of 283.9º 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 #9600CD is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 0 | 205 | - |
| CMYK | 0.27 | 1 | 0 | 0.20 |
| HSL | 283.9º | 1% | 0.4% | - |
| HSV(B) | 283.9º | 1% | 0.8% | - |
| XYZ | 23.6 | 10.89 | 58.62 | - |
| YUV | 68.22 | 205.2 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 205 | 0.27 | 1 | 0 | 0.20 | 283.9 | 1 | 0.4 |
| Hex | 96 | 0 | CD | 1B | 64 | 0 | 14 | 11C | 64 | 28 |
| Octal | 226 | 0 | 315 | 33 | 144 | 0 | 24 | 434 | 144 | 50 |
| Binary | 10010110 | 0 | 11001101 | 11011 | 1100100 | 0 | 10100 | 100011100 | 1100100 | 101000 |
Color Harmonies of #9600CD
Complementary color
Monochromatic Colors of #9600CD
Black with #9600CD
Text Example
Text Example
White with #9600CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9600CD; }
p { color: rgb(150,0,205); }
H1.HeaderClassName
{
color: #9600CD;
}
.AnyTagClassName
{
color: #9600CD;
}
</style>
background-color css
<style>
a { background-color: #9600CD; }
a { background-color: rgb(150,0,205); }
div.DivClassName
{
background-color: #9600CD;
}
.BgClassName
{
background-color: #9600CD;
}
</style>
border-color css
<style>
span { border-color: #9600CD; }
span { border-color: rgb(150,0,205); }
td.TdClassName
{
border-color: #9600CD;
}
.TagClassName
{
border-color: #9600CD;
}
</style>