Shades of Dark Magenta #960DAC
Tints of Dark Magenta #960DAC
RGB
CMYK
RGB Variations
Color information
#960DAC (or 0x960DAC) is known color: Dark Magenta. HEX triplet: 96, 0D and AC. RGB value is (150,13,172). Sum of RGB (Red+Green+Blue) = 150+13+172=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #960DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960DAC is #69F253. Grayscale: #474747. Windows color (decimal): -6943316 or 11275670. OLE color: 11275670.
HSL color Cylindrical-coordinate representation of color #960DAC: hue angle of 291.7º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960DAC is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 13 | 172 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.33 |
| HSL | 291.7º | 0.86% | 0.36% | - |
| HSV(B) | 291.7º | 0.92% | 0.67% | - |
| XYZ | 20.17 | 9.75 | 39.85 | - |
| YUV | 72.09 | 184.39 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 13 | 172 | 0.13 | 0.92 | 0 | 0.33 | 291.7 | 0.86 | 0.36 |
| Hex | 96 | D | AC | D | 5C | 0 | 21 | 124 | 56 | 24 |
| Octal | 226 | 15 | 254 | 15 | 134 | 0 | 41 | 444 | 126 | 44 |
| Binary | 10010110 | 1101 | 10101100 | 1101 | 1011100 | 0 | 100001 | 100100100 | 1010110 | 100100 |
Color Harmonies of #960DAC
Complementary color
Monochromatic Colors of #960DAC
Black with #960DAC
Text Example
Text Example
White with #960DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960DAC; }
p { color: rgb(150,13,172); }
H1.HeaderClassName
{
color: #960DAC;
}
.AnyTagClassName
{
color: #960DAC;
}
</style>
background-color css
<style>
a { background-color: #960DAC; }
a { background-color: rgb(150,13,172); }
div.DivClassName
{
background-color: #960DAC;
}
.BgClassName
{
background-color: #960DAC;
}
</style>
border-color css
<style>
span { border-color: #960DAC; }
span { border-color: rgb(150,13,172); }
td.TdClassName
{
border-color: #960DAC;
}
.TagClassName
{
border-color: #960DAC;
}
</style>