Shades of Dark Magenta #96109D
Tints of Dark Magenta #96109D
RGB
CMYK
RGB Variations
Color information
#96109D (or 0x96109D) is known color: Dark Magenta. HEX triplet: 96, 10 and 9D. RGB value is (150,16,157). Sum of RGB (Red+Green+Blue) = 150+16+157=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #96109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96109D is #69EF62. Grayscale: #474747. Windows color (decimal): -6942563 or 10293398. OLE color: 10293398.
HSL color Cylindrical-coordinate representation of color #96109D: hue angle of 297.02º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96109D is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 16 | 157 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.38 |
| HSL | 297.02º | 0.82% | 0.34% | - |
| HSV(B) | 297.02º | 0.9% | 0.62% | - |
| XYZ | 18.85 | 9.29 | 32.7 | - |
| YUV | 72.14 | 175.89 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 157 | 0.04 | 0.90 | 0 | 0.38 | 297.02 | 0.82 | 0.34 |
| Hex | 96 | 10 | 9D | 4 | 5A | 0 | 26 | 129 | 52 | 22 |
| Octal | 226 | 20 | 235 | 4 | 132 | 0 | 46 | 451 | 122 | 42 |
| Binary | 10010110 | 10000 | 10011101 | 100 | 1011010 | 0 | 100110 | 100101001 | 1010010 | 100010 |
Color Harmonies of #96109D
Complementary color
Monochromatic Colors of #96109D
Black with #96109D
Text Example
Text Example
White with #96109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96109D; }
p { color: rgb(150,16,157); }
H1.HeaderClassName
{
color: #96109D;
}
.AnyTagClassName
{
color: #96109D;
}
</style>
background-color css
<style>
a { background-color: #96109D; }
a { background-color: rgb(150,16,157); }
div.DivClassName
{
background-color: #96109D;
}
.BgClassName
{
background-color: #96109D;
}
</style>
border-color css
<style>
span { border-color: #96109D; }
span { border-color: rgb(150,16,157); }
td.TdClassName
{
border-color: #96109D;
}
.TagClassName
{
border-color: #96109D;
}
</style>