Shades of Dark Magenta #96188D
Tints of Dark Magenta #96188D
RGB
CMYK
RGB Variations
Color information
#96188D (or 0x96188D) is known color: Dark Magenta. HEX triplet: 96, 18 and 8D. RGB value is (150,24,141). Sum of RGB (Red+Green+Blue) = 150+24+141=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96188D is #69E772. Grayscale: #4A4A4A. Windows color (decimal): -6940531 or 9246870. OLE color: 9246870.
HSL color Cylindrical-coordinate representation of color #96188D: hue angle of 304.29º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96188D is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 24 | 141 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.41 |
| HSL | 304.29º | 0.72% | 0.34% | - |
| HSV(B) | 304.29º | 0.84% | 0.59% | - |
| XYZ | 17.71 | 9.06 | 26.01 | - |
| YUV | 75.01 | 165.24 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 141 | 0 | 0.84 | 0.06 | 0.41 | 304.29 | 0.72 | 0.34 |
| Hex | 96 | 18 | 8D | 0 | 54 | 6 | 29 | 130 | 48 | 22 |
| Octal | 226 | 30 | 215 | 0 | 124 | 6 | 51 | 460 | 110 | 42 |
| Binary | 10010110 | 11000 | 10001101 | 0 | 1010100 | 110 | 101001 | 100110000 | 1001000 | 100010 |
Color Harmonies of #96188D
Complementary color
Monochromatic Colors of #96188D
Black with #96188D
Text Example
Text Example
White with #96188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96188D; }
p { color: rgb(150,24,141); }
H1.HeaderClassName
{
color: #96188D;
}
.AnyTagClassName
{
color: #96188D;
}
</style>
background-color css
<style>
a { background-color: #96188D; }
a { background-color: rgb(150,24,141); }
div.DivClassName
{
background-color: #96188D;
}
.BgClassName
{
background-color: #96188D;
}
</style>
border-color css
<style>
span { border-color: #96188D; }
span { border-color: rgb(150,24,141); }
td.TdClassName
{
border-color: #96188D;
}
.TagClassName
{
border-color: #96188D;
}
</style>