Shades of Dark Magenta #96008E
Tints of Dark Magenta #96008E
RGB
CMYK
RGB Variations
Color information
#96008E (or 0x96008E) is known color: Dark Magenta. HEX triplet: 96, 00 and 8E. RGB value is (150,0,142). Sum of RGB (Red+Green+Blue) = 150+0+142=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96008E is #69FF71. Grayscale: #3C3C3C. Windows color (decimal): -6946674 or 9306262. OLE color: 9306262.
HSL color Cylindrical-coordinate representation of color #96008E: hue angle of 303.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 #96008E is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.05 | 0.41 |
| HSL | 303.2º | 1% | 0.29% | - |
| HSV(B) | 303.2º | 1% | 0.59% | - |
| XYZ | 17.46 | 8.44 | 26.3 | - |
| YUV | 61.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 142 | 0 | 1 | 0.05 | 0.41 | 303.2 | 1 | 0.29 |
| Hex | 96 | 0 | 8E | 0 | 64 | 5 | 29 | 12F | 64 | 1D |
| Octal | 226 | 0 | 216 | 0 | 144 | 5 | 51 | 457 | 144 | 35 |
| Binary | 10010110 | 0 | 10001110 | 0 | 1100100 | 101 | 101001 | 100101111 | 1100100 | 11101 |
Color Harmonies of #96008E
Complementary color
Monochromatic Colors of #96008E
Black with #96008E
Text Example
Text Example
White with #96008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96008E; }
p { color: rgb(150,0,142); }
H1.HeaderClassName
{
color: #96008E;
}
.AnyTagClassName
{
color: #96008E;
}
</style>
background-color css
<style>
a { background-color: #96008E; }
a { background-color: rgb(150,0,142); }
div.DivClassName
{
background-color: #96008E;
}
.BgClassName
{
background-color: #96008E;
}
</style>
border-color css
<style>
span { border-color: #96008E; }
span { border-color: rgb(150,0,142); }
td.TdClassName
{
border-color: #96008E;
}
.TagClassName
{
border-color: #96008E;
}
</style>