Shades of Dark Magenta #960584
Tints of Dark Magenta #960584
RGB
CMYK
RGB Variations
Color information
#960584 (or 0x960584) is known color: Dark Magenta. HEX triplet: 96, 05 and 84. RGB value is (150,5,132). Sum of RGB (Red+Green+Blue) = 150+5+132=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #960584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960584 is #69FA7B. Grayscale: #3E3E3E. Windows color (decimal): -6945404 or 8652182. OLE color: 8652182.
HSL color Cylindrical-coordinate representation of color #960584: hue angle of 307.45º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960584 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 5 | 132 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.41 |
| HSL | 307.45º | 0.94% | 0.3% | - |
| HSV(B) | 307.45º | 0.97% | 0.59% | - |
| XYZ | 16.8 | 8.26 | 22.54 | - |
| YUV | 62.83 | 167.04 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 132 | 0 | 0.97 | 0.12 | 0.41 | 307.45 | 0.94 | 0.3 |
| Hex | 96 | 5 | 84 | 0 | 61 | C | 29 | 133 | 5E | 1E |
| Octal | 226 | 5 | 204 | 0 | 141 | 14 | 51 | 463 | 136 | 36 |
| Binary | 10010110 | 101 | 10000100 | 0 | 1100001 | 1100 | 101001 | 100110011 | 1011110 | 11110 |
Color Harmonies of #960584
Complementary color
Monochromatic Colors of #960584
Black with #960584
Text Example
Text Example
White with #960584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960584; }
p { color: rgb(150,5,132); }
H1.HeaderClassName
{
color: #960584;
}
.AnyTagClassName
{
color: #960584;
}
</style>
background-color css
<style>
a { background-color: #960584; }
a { background-color: rgb(150,5,132); }
div.DivClassName
{
background-color: #960584;
}
.BgClassName
{
background-color: #960584;
}
</style>
border-color css
<style>
span { border-color: #960584; }
span { border-color: rgb(150,5,132); }
td.TdClassName
{
border-color: #960584;
}
.TagClassName
{
border-color: #960584;
}
</style>