Shades of Dark Magenta #960880
Tints of Dark Magenta #960880
RGB
CMYK
RGB Variations
Color information
#960880 (or 0x960880) is known color: Dark Magenta. HEX triplet: 96, 08 and 80. RGB value is (150,8,128). Sum of RGB (Red+Green+Blue) = 150+8+128=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #960880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960880 is #69F77F. Grayscale: #3F3F3F. Windows color (decimal): -6944640 or 8390806. OLE color: 8390806.
HSL color Cylindrical-coordinate representation of color #960880: hue angle of 309.3º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960880 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 8 | 128 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.41 |
| HSL | 309.3º | 0.9% | 0.31% | - |
| HSV(B) | 309.3º | 0.95% | 0.59% | - |
| XYZ | 16.56 | 8.22 | 21.14 | - |
| YUV | 64.14 | 164.04 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 8 | 128 | 0 | 0.95 | 0.15 | 0.41 | 309.3 | 0.9 | 0.31 |
| Hex | 96 | 8 | 80 | 0 | 5F | F | 29 | 135 | 5A | 1F |
| Octal | 226 | 10 | 200 | 0 | 137 | 17 | 51 | 465 | 132 | 37 |
| Binary | 10010110 | 1000 | 10000000 | 0 | 1011111 | 1111 | 101001 | 100110101 | 1011010 | 11111 |
Color Harmonies of #960880
Complementary color
Monochromatic Colors of #960880
Black with #960880
Text Example
Text Example
White with #960880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960880; }
p { color: rgb(150,8,128); }
H1.HeaderClassName
{
color: #960880;
}
.AnyTagClassName
{
color: #960880;
}
</style>
background-color css
<style>
a { background-color: #960880; }
a { background-color: rgb(150,8,128); }
div.DivClassName
{
background-color: #960880;
}
.BgClassName
{
background-color: #960880;
}
</style>
border-color css
<style>
span { border-color: #960880; }
span { border-color: rgb(150,8,128); }
td.TdClassName
{
border-color: #960880;
}
.TagClassName
{
border-color: #960880;
}
</style>