Shades of Dark Magenta #960AAE
Tints of Dark Magenta #960AAE
RGB
CMYK
RGB Variations
Color information
#960AAE (or 0x960AAE) is known color: Dark Magenta. HEX triplet: 96, 0A and AE. RGB value is (150,10,174). Sum of RGB (Red+Green+Blue) = 150+10+174=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #960AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960AAE is #69F551. Grayscale: #464646. Windows color (decimal): -6944082 or 11405974. OLE color: 11405974.
HSL color Cylindrical-coordinate representation of color #960AAE: hue angle of 291.22º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960AAE is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 10 | 174 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.32 |
| HSL | 291.22º | 0.89% | 0.36% | - |
| HSV(B) | 291.22º | 0.94% | 0.68% | - |
| XYZ | 20.33 | 9.76 | 40.86 | - |
| YUV | 70.56 | 186.38 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 10 | 174 | 0.14 | 0.94 | 0 | 0.32 | 291.22 | 0.89 | 0.36 |
| Hex | 96 | A | AE | E | 5E | 0 | 20 | 123 | 59 | 24 |
| Octal | 226 | 12 | 256 | 16 | 136 | 0 | 40 | 443 | 131 | 44 |
| Binary | 10010110 | 1010 | 10101110 | 1110 | 1011110 | 0 | 100000 | 100100011 | 1011001 | 100100 |
Color Harmonies of #960AAE
Complementary color
Monochromatic Colors of #960AAE
Black with #960AAE
Text Example
Text Example
White with #960AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960AAE; }
p { color: rgb(150,10,174); }
H1.HeaderClassName
{
color: #960AAE;
}
.AnyTagClassName
{
color: #960AAE;
}
</style>
background-color css
<style>
a { background-color: #960AAE; }
a { background-color: rgb(150,10,174); }
div.DivClassName
{
background-color: #960AAE;
}
.BgClassName
{
background-color: #960AAE;
}
</style>
border-color css
<style>
span { border-color: #960AAE; }
span { border-color: rgb(150,10,174); }
td.TdClassName
{
border-color: #960AAE;
}
.TagClassName
{
border-color: #960AAE;
}
</style>