Shades of Dark Magenta #96007D
Tints of Dark Magenta #96007D
RGB
CMYK
RGB Variations
Color information
#96007D (or 0x96007D) is known color: Dark Magenta. HEX triplet: 96, 00 and 7D. RGB value is (150,0,125). Sum of RGB (Red+Green+Blue) = 150+0+125=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96007D is #69FF82. Grayscale: #3A3A3A. Windows color (decimal): -6946691 or 8192150. OLE color: 8192150.
HSL color Cylindrical-coordinate representation of color #96007D: hue angle of 310º 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 #96007D is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.17 | 0.41 |
| HSL | 310º | 1% | 0.29% | - |
| HSV(B) | 310º | 1% | 0.59% | - |
| XYZ | 16.28 | 7.96 | 20.08 | - |
| YUV | 59.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 125 | 0 | 1 | 0.17 | 0.41 | 310 | 1 | 0.29 |
| Hex | 96 | 0 | 7D | 0 | 64 | 11 | 29 | 136 | 64 | 1D |
| Octal | 226 | 0 | 175 | 0 | 144 | 21 | 51 | 466 | 144 | 35 |
| Binary | 10010110 | 0 | 1111101 | 0 | 1100100 | 10001 | 101001 | 100110110 | 1100100 | 11101 |
Color Harmonies of #96007D
Complementary color
Monochromatic Colors of #96007D
Black with #96007D
Text Example
Text Example
White with #96007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96007D; }
p { color: rgb(150,0,125); }
H1.HeaderClassName
{
color: #96007D;
}
.AnyTagClassName
{
color: #96007D;
}
</style>
background-color css
<style>
a { background-color: #96007D; }
a { background-color: rgb(150,0,125); }
div.DivClassName
{
background-color: #96007D;
}
.BgClassName
{
background-color: #96007D;
}
</style>
border-color css
<style>
span { border-color: #96007D; }
span { border-color: rgb(150,0,125); }
td.TdClassName
{
border-color: #96007D;
}
.TagClassName
{
border-color: #96007D;
}
</style>