Shades of Dark Magenta #96007B
Tints of Dark Magenta #96007B
RGB
CMYK
RGB Variations
Color information
#96007B (or 0x96007B) is known color: Dark Magenta. HEX triplet: 96, 00 and 7B. RGB value is (150,0,123). Sum of RGB (Red+Green+Blue) = 150+0+123=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #96007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96007B is #69FF84. Grayscale: #3A3A3A. Windows color (decimal): -6946693 or 8061078. OLE color: 8061078.
HSL color Cylindrical-coordinate representation of color #96007B: hue angle of 310.8º 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 #96007B is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.18 | 0.41 |
| HSL | 310.8º | 1% | 0.29% | - |
| HSV(B) | 310.8º | 1% | 0.59% | - |
| XYZ | 16.15 | 7.91 | 19.42 | - |
| YUV | 58.87 | 164.2 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 123 | 0 | 1 | 0.18 | 0.41 | 310.8 | 1 | 0.29 |
| Hex | 96 | 0 | 7B | 0 | 64 | 12 | 29 | 137 | 64 | 1D |
| Octal | 226 | 0 | 173 | 0 | 144 | 22 | 51 | 467 | 144 | 35 |
| Binary | 10010110 | 0 | 1111011 | 0 | 1100100 | 10010 | 101001 | 100110111 | 1100100 | 11101 |
Color Harmonies of #96007B
Complementary color
Monochromatic Colors of #96007B
Black with #96007B
Text Example
Text Example
White with #96007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96007B; }
p { color: rgb(150,0,123); }
H1.HeaderClassName
{
color: #96007B;
}
.AnyTagClassName
{
color: #96007B;
}
</style>
background-color css
<style>
a { background-color: #96007B; }
a { background-color: rgb(150,0,123); }
div.DivClassName
{
background-color: #96007B;
}
.BgClassName
{
background-color: #96007B;
}
</style>
border-color css
<style>
span { border-color: #96007B; }
span { border-color: rgb(150,0,123); }
td.TdClassName
{
border-color: #96007B;
}
.TagClassName
{
border-color: #96007B;
}
</style>