Shades of Dark Magenta #960CAC
Tints of Dark Magenta #960CAC
RGB
CMYK
RGB Variations
Color information
#960CAC (or 0x960CAC) is known color: Dark Magenta. HEX triplet: 96, 0C and AC. RGB value is (150,12,172). Sum of RGB (Red+Green+Blue) = 150+12+172=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #960CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960CAC is #69F353. Grayscale: #474747. Windows color (decimal): -6943572 or 11275414. OLE color: 11275414.
HSL color Cylindrical-coordinate representation of color #960CAC: hue angle of 291.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960CAC is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 12 | 172 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.33 |
| HSL | 291.75º | 0.87% | 0.36% | - |
| HSV(B) | 291.75º | 0.93% | 0.67% | - |
| XYZ | 20.16 | 9.73 | 39.84 | - |
| YUV | 71.5 | 184.72 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 12 | 172 | 0.13 | 0.93 | 0 | 0.33 | 291.75 | 0.87 | 0.36 |
| Hex | 96 | C | AC | D | 5D | 0 | 21 | 124 | 57 | 24 |
| Octal | 226 | 14 | 254 | 15 | 135 | 0 | 41 | 444 | 127 | 44 |
| Binary | 10010110 | 1100 | 10101100 | 1101 | 1011101 | 0 | 100001 | 100100100 | 1010111 | 100100 |
Color Harmonies of #960CAC
Complementary color
Monochromatic Colors of #960CAC
Black with #960CAC
Text Example
Text Example
White with #960CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960CAC; }
p { color: rgb(150,12,172); }
H1.HeaderClassName
{
color: #960CAC;
}
.AnyTagClassName
{
color: #960CAC;
}
</style>
background-color css
<style>
a { background-color: #960CAC; }
a { background-color: rgb(150,12,172); }
div.DivClassName
{
background-color: #960CAC;
}
.BgClassName
{
background-color: #960CAC;
}
</style>
border-color css
<style>
span { border-color: #960CAC; }
span { border-color: rgb(150,12,172); }
td.TdClassName
{
border-color: #960CAC;
}
.TagClassName
{
border-color: #960CAC;
}
</style>