Shades of Dark Magenta #960080
Tints of Dark Magenta #960080
RGB
CMYK
RGB Variations
Color information
#960080 (or 0x960080) is known color: Dark Magenta. HEX triplet: 96, 00 and 80. RGB value is (150,0,128). Sum of RGB (Red+Green+Blue) = 150+0+128=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #960080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960080 is #69FF7F. Grayscale: #3B3B3B. Windows color (decimal): -6946688 or 8388758. OLE color: 8388758.
HSL color Cylindrical-coordinate representation of color #960080: hue angle of 308.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960080 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.15 | 0.41 |
| HSL | 308.8º | 1% | 0.29% | - |
| HSV(B) | 308.8º | 1% | 0.59% | - |
| XYZ | 16.47 | 8.04 | 21.11 | - |
| YUV | 59.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 128 | 0 | 1 | 0.15 | 0.41 | 308.8 | 1 | 0.29 |
| Hex | 96 | 0 | 80 | 0 | 64 | F | 29 | 135 | 64 | 1D |
| Octal | 226 | 0 | 200 | 0 | 144 | 17 | 51 | 465 | 144 | 35 |
| Binary | 10010110 | 0 | 10000000 | 0 | 1100100 | 1111 | 101001 | 100110101 | 1100100 | 11101 |
Color Harmonies of #960080
Complementary color
Monochromatic Colors of #960080
Black with #960080
Text Example
Text Example
White with #960080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960080; }
p { color: rgb(150,0,128); }
H1.HeaderClassName
{
color: #960080;
}
.AnyTagClassName
{
color: #960080;
}
</style>
background-color css
<style>
a { background-color: #960080; }
a { background-color: rgb(150,0,128); }
div.DivClassName
{
background-color: #960080;
}
.BgClassName
{
background-color: #960080;
}
</style>
border-color css
<style>
span { border-color: #960080; }
span { border-color: rgb(150,0,128); }
td.TdClassName
{
border-color: #960080;
}
.TagClassName
{
border-color: #960080;
}
</style>