Shades of Dark Magenta #96158D
Tints of Dark Magenta #96158D
RGB
CMYK
RGB Variations
Color information
#96158D (or 0x96158D) is known color: Dark Magenta. HEX triplet: 96, 15 and 8D. RGB value is (150,21,141). Sum of RGB (Red+Green+Blue) = 150+21+141=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96158D is #69EA72. Grayscale: #484848. Windows color (decimal): -6941299 or 9246102. OLE color: 9246102.
HSL color Cylindrical-coordinate representation of color #96158D: hue angle of 304.19º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96158D is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 21 | 141 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.41 |
| HSL | 304.19º | 0.75% | 0.34% | - |
| HSV(B) | 304.19º | 0.86% | 0.59% | - |
| XYZ | 17.65 | 8.94 | 26 | - |
| YUV | 73.25 | 166.24 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 21 | 141 | 0 | 0.86 | 0.06 | 0.41 | 304.19 | 0.75 | 0.34 |
| Hex | 96 | 15 | 8D | 0 | 56 | 6 | 29 | 130 | 4B | 22 |
| Octal | 226 | 25 | 215 | 0 | 126 | 6 | 51 | 460 | 113 | 42 |
| Binary | 10010110 | 10101 | 10001101 | 0 | 1010110 | 110 | 101001 | 100110000 | 1001011 | 100010 |
Color Harmonies of #96158D
Complementary color
Monochromatic Colors of #96158D
Black with #96158D
Text Example
Text Example
White with #96158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96158D; }
p { color: rgb(150,21,141); }
H1.HeaderClassName
{
color: #96158D;
}
.AnyTagClassName
{
color: #96158D;
}
</style>
background-color css
<style>
a { background-color: #96158D; }
a { background-color: rgb(150,21,141); }
div.DivClassName
{
background-color: #96158D;
}
.BgClassName
{
background-color: #96158D;
}
</style>
border-color css
<style>
span { border-color: #96158D; }
span { border-color: rgb(150,21,141); }
td.TdClassName
{
border-color: #96158D;
}
.TagClassName
{
border-color: #96158D;
}
</style>