Shades of Dark Magenta #960088
Tints of Dark Magenta #960088
RGB
CMYK
RGB Variations
Color information
#960088 (or 0x960088) is known color: Dark Magenta. HEX triplet: 96, 00 and 88. RGB value is (150,0,136). Sum of RGB (Red+Green+Blue) = 150+0+136=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #960088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960088 is #69FF77. Grayscale: #3B3B3B. Windows color (decimal): -6946680 or 8913046. OLE color: 8913046.
HSL color Cylindrical-coordinate representation of color #960088: hue angle of 305.6º 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 #960088 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 136 | - |
| CMYK | 0 | 1 | 0.09 | 0.41 |
| HSL | 305.6º | 1% | 0.29% | - |
| HSV(B) | 305.6º | 1% | 0.59% | - |
| XYZ | 17.02 | 8.26 | 23.99 | - |
| YUV | 60.35 | 170.7 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 136 | 0 | 1 | 0.09 | 0.41 | 305.6 | 1 | 0.29 |
| Hex | 96 | 0 | 88 | 0 | 64 | 9 | 29 | 132 | 64 | 1D |
| Octal | 226 | 0 | 210 | 0 | 144 | 11 | 51 | 462 | 144 | 35 |
| Binary | 10010110 | 0 | 10001000 | 0 | 1100100 | 1001 | 101001 | 100110010 | 1100100 | 11101 |
Color Harmonies of #960088
Complementary color
Monochromatic Colors of #960088
Black with #960088
Text Example
Text Example
White with #960088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960088; }
p { color: rgb(150,0,136); }
H1.HeaderClassName
{
color: #960088;
}
.AnyTagClassName
{
color: #960088;
}
</style>
background-color css
<style>
a { background-color: #960088; }
a { background-color: rgb(150,0,136); }
div.DivClassName
{
background-color: #960088;
}
.BgClassName
{
background-color: #960088;
}
</style>
border-color css
<style>
span { border-color: #960088; }
span { border-color: rgb(150,0,136); }
td.TdClassName
{
border-color: #960088;
}
.TagClassName
{
border-color: #960088;
}
</style>