Shades of Dark Magenta #96129D
Tints of Dark Magenta #96129D
RGB
CMYK
RGB Variations
Color information
#96129D (or 0x96129D) is known color: Dark Magenta. HEX triplet: 96, 12 and 9D. RGB value is (150,18,157). Sum of RGB (Red+Green+Blue) = 150+18+157=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #96129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96129D is #69ED62. Grayscale: #484848. Windows color (decimal): -6942051 or 10293910. OLE color: 10293910.
HSL color Cylindrical-coordinate representation of color #96129D: hue angle of 296.98º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96129D is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 18 | 157 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.38 |
| HSL | 296.98º | 0.79% | 0.34% | - |
| HSV(B) | 296.98º | 0.89% | 0.62% | - |
| XYZ | 18.88 | 9.35 | 32.71 | - |
| YUV | 73.31 | 175.23 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 157 | 0.04 | 0.89 | 0 | 0.38 | 296.98 | 0.79 | 0.34 |
| Hex | 96 | 12 | 9D | 4 | 59 | 0 | 26 | 129 | 4F | 22 |
| Octal | 226 | 22 | 235 | 4 | 131 | 0 | 46 | 451 | 117 | 42 |
| Binary | 10010110 | 10010 | 10011101 | 100 | 1011001 | 0 | 100110 | 100101001 | 1001111 | 100010 |
Color Harmonies of #96129D
Complementary color
Monochromatic Colors of #96129D
Black with #96129D
Text Example
Text Example
White with #96129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96129D; }
p { color: rgb(150,18,157); }
H1.HeaderClassName
{
color: #96129D;
}
.AnyTagClassName
{
color: #96129D;
}
</style>
background-color css
<style>
a { background-color: #96129D; }
a { background-color: rgb(150,18,157); }
div.DivClassName
{
background-color: #96129D;
}
.BgClassName
{
background-color: #96129D;
}
</style>
border-color css
<style>
span { border-color: #96129D; }
span { border-color: rgb(150,18,157); }
td.TdClassName
{
border-color: #96129D;
}
.TagClassName
{
border-color: #96129D;
}
</style>