Shades of Dark Magenta #960081
Tints of Dark Magenta #960081
RGB
CMYK
RGB Variations
Color information
#960081 (or 0x960081) is known color: Dark Magenta. HEX triplet: 96, 00 and 81. RGB value is (150,0,129). Sum of RGB (Red+Green+Blue) = 150+0+129=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #960081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960081 is #69FF7E. Grayscale: #3B3B3B. Windows color (decimal): -6946687 or 8454294. OLE color: 8454294.
HSL color Cylindrical-coordinate representation of color #960081: hue angle of 308.4º 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 #960081 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 129 | - |
| CMYK | 0 | 1 | 0.14 | 0.41 |
| HSL | 308.4º | 1% | 0.29% | - |
| HSV(B) | 308.4º | 1% | 0.59% | - |
| XYZ | 16.54 | 8.07 | 21.45 | - |
| YUV | 59.56 | 167.2 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 129 | 0 | 1 | 0.14 | 0.41 | 308.4 | 1 | 0.29 |
| Hex | 96 | 0 | 81 | 0 | 64 | E | 29 | 134 | 64 | 1D |
| Octal | 226 | 0 | 201 | 0 | 144 | 16 | 51 | 464 | 144 | 35 |
| Binary | 10010110 | 0 | 10000001 | 0 | 1100100 | 1110 | 101001 | 100110100 | 1100100 | 11101 |
Color Harmonies of #960081
Complementary color
Monochromatic Colors of #960081
Black with #960081
Text Example
Text Example
White with #960081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960081; }
p { color: rgb(150,0,129); }
H1.HeaderClassName
{
color: #960081;
}
.AnyTagClassName
{
color: #960081;
}
</style>
background-color css
<style>
a { background-color: #960081; }
a { background-color: rgb(150,0,129); }
div.DivClassName
{
background-color: #960081;
}
.BgClassName
{
background-color: #960081;
}
</style>
border-color css
<style>
span { border-color: #960081; }
span { border-color: rgb(150,0,129); }
td.TdClassName
{
border-color: #960081;
}
.TagClassName
{
border-color: #960081;
}
</style>