Shades of Dark Violet #960DCC
Tints of Dark Violet #960DCC
RGB
CMYK
RGB Variations
Color information
#960DCC (or 0x960DCC) is known color: Dark Violet. HEX triplet: 96, 0D and CC. RGB value is (150,13,204). Sum of RGB (Red+Green+Blue) = 150+13+204=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #960DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960DCC is #69F233. Grayscale: #4B4B4B. Windows color (decimal): -6943284 or 13372822. OLE color: 13372822.
HSL color Cylindrical-coordinate representation of color #960DCC: hue angle of 283.04º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960DCC is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 13 | 204 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.2 |
| HSL | 283.04º | 0.88% | 0.43% | - |
| HSV(B) | 283.04º | 0.94% | 0.8% | - |
| XYZ | 23.62 | 11.13 | 58.03 | - |
| YUV | 75.74 | 200.39 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 13 | 204 | 0.26 | 0.94 | 0 | 0.2 | 283.04 | 0.88 | 0.43 |
| Hex | 96 | D | CC | 1A | 5E | 0 | 14 | 11B | 58 | 2B |
| Octal | 226 | 15 | 314 | 32 | 136 | 0 | 24 | 433 | 130 | 53 |
| Binary | 10010110 | 1101 | 11001100 | 11010 | 1011110 | 0 | 10100 | 100011011 | 1011000 | 101011 |
Color Harmonies of #960DCC
Complementary color
Monochromatic Colors of #960DCC
Black with #960DCC
Text Example
Text Example
White with #960DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960DCC; }
p { color: rgb(150,13,204); }
H1.HeaderClassName
{
color: #960DCC;
}
.AnyTagClassName
{
color: #960DCC;
}
</style>
background-color css
<style>
a { background-color: #960DCC; }
a { background-color: rgb(150,13,204); }
div.DivClassName
{
background-color: #960DCC;
}
.BgClassName
{
background-color: #960DCC;
}
</style>
border-color css
<style>
span { border-color: #960DCC; }
span { border-color: rgb(150,13,204); }
td.TdClassName
{
border-color: #960DCC;
}
.TagClassName
{
border-color: #960DCC;
}
</style>