Shades of Dark Magenta #96007F
Tints of Dark Magenta #96007F
RGB
CMYK
RGB Variations
Color information
#96007F (or 0x96007F) is known color: Dark Magenta. HEX triplet: 96, 00 and 7F. RGB value is (150,0,127). Sum of RGB (Red+Green+Blue) = 150+0+127=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96007F is #69FF80. Grayscale: #3A3A3A. Windows color (decimal): -6946689 or 8323222. OLE color: 8323222.
HSL color Cylindrical-coordinate representation of color #96007F: hue angle of 309.2º 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 #96007F is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.15 | 0.41 |
| HSL | 309.2º | 1% | 0.29% | - |
| HSV(B) | 309.2º | 1% | 0.59% | - |
| XYZ | 16.41 | 8.02 | 20.76 | - |
| YUV | 59.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 127 | 0 | 1 | 0.15 | 0.41 | 309.2 | 1 | 0.29 |
| Hex | 96 | 0 | 7F | 0 | 64 | F | 29 | 135 | 64 | 1D |
| Octal | 226 | 0 | 177 | 0 | 144 | 17 | 51 | 465 | 144 | 35 |
| Binary | 10010110 | 0 | 1111111 | 0 | 1100100 | 1111 | 101001 | 100110101 | 1100100 | 11101 |
Color Harmonies of #96007F
Complementary color
Monochromatic Colors of #96007F
Black with #96007F
Text Example
Text Example
White with #96007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96007F; }
p { color: rgb(150,0,127); }
H1.HeaderClassName
{
color: #96007F;
}
.AnyTagClassName
{
color: #96007F;
}
</style>
background-color css
<style>
a { background-color: #96007F; }
a { background-color: rgb(150,0,127); }
div.DivClassName
{
background-color: #96007F;
}
.BgClassName
{
background-color: #96007F;
}
</style>
border-color css
<style>
span { border-color: #96007F; }
span { border-color: rgb(150,0,127); }
td.TdClassName
{
border-color: #96007F;
}
.TagClassName
{
border-color: #96007F;
}
</style>