Shades of Dark Violet #960CC2
Tints of Dark Violet #960CC2
RGB
CMYK
RGB Variations
Color information
#960CC2 (or 0x960CC2) is known color: Dark Violet. HEX triplet: 96, 0C and C2. RGB value is (150,12,194). Sum of RGB (Red+Green+Blue) = 150+12+194=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 194 (76.17% from 255 or 54.49% from 356); Max value from RGB is 194 - color contains mainly: blue. Hex color #960CC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CC2 is #69F33D. Grayscale: #494949. Windows color (decimal): -6943550 or 12717206. OLE color: 12717206.
HSL color Cylindrical-coordinate representation of color #960CC2: hue angle of 285.49º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960CC2 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 12 | 194 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.24 |
| HSL | 285.49º | 0.88% | 0.4% | - |
| HSV(B) | 285.49º | 0.94% | 0.76% | - |
| XYZ | 22.45 | 10.64 | 51.91 | - |
| YUV | 74.01 | 195.72 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 12 | 194 | 0.23 | 0.94 | 0 | 0.24 | 285.49 | 0.88 | 0.4 |
| Hex | 96 | C | C2 | 17 | 5E | 0 | 18 | 11D | 58 | 28 |
| Octal | 226 | 14 | 302 | 27 | 136 | 0 | 30 | 435 | 130 | 50 |
| Binary | 10010110 | 1100 | 11000010 | 10111 | 1011110 | 0 | 11000 | 100011101 | 1011000 | 101000 |
Color Harmonies of #960CC2
Complementary color
Monochromatic Colors of #960CC2
Black with #960CC2
Text Example
Text Example
White with #960CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960CC2; }
p { color: rgb(150,12,194); }
H1.HeaderClassName
{
color: #960CC2;
}
.AnyTagClassName
{
color: #960CC2;
}
</style>
background-color css
<style>
a { background-color: #960CC2; }
a { background-color: rgb(150,12,194); }
div.DivClassName
{
background-color: #960CC2;
}
.BgClassName
{
background-color: #960CC2;
}
</style>
border-color css
<style>
span { border-color: #960CC2; }
span { border-color: rgb(150,12,194); }
td.TdClassName
{
border-color: #960CC2;
}
.TagClassName
{
border-color: #960CC2;
}
</style>