Shades of Dark Magenta #96129C
Tints of Dark Magenta #96129C
RGB
CMYK
RGB Variations
Color information
#96129C (or 0x96129C) is known color: Dark Magenta. HEX triplet: 96, 12 and 9C. RGB value is (150,18,156). Sum of RGB (Red+Green+Blue) = 150+18+156=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #96129C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96129C is #69ED63. Grayscale: #484848. Windows color (decimal): -6942052 or 10228374. OLE color: 10228374.
HSL color Cylindrical-coordinate representation of color #96129C: hue angle of 297.39º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96129C is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 18 | 156 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.39 |
| HSL | 297.39º | 0.79% | 0.34% | - |
| HSV(B) | 297.39º | 0.88% | 0.61% | - |
| XYZ | 18.79 | 9.32 | 32.26 | - |
| YUV | 73.2 | 174.73 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 156 | 0.04 | 0.88 | 0 | 0.39 | 297.39 | 0.79 | 0.34 |
| Hex | 96 | 12 | 9C | 4 | 58 | 0 | 27 | 129 | 4F | 22 |
| Octal | 226 | 22 | 234 | 4 | 130 | 0 | 47 | 451 | 117 | 42 |
| Binary | 10010110 | 10010 | 10011100 | 100 | 1011000 | 0 | 100111 | 100101001 | 1001111 | 100010 |
Color Harmonies of #96129C
Complementary color
Monochromatic Colors of #96129C
Black with #96129C
Text Example
Text Example
White with #96129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96129C; }
p { color: rgb(150,18,156); }
H1.HeaderClassName
{
color: #96129C;
}
.AnyTagClassName
{
color: #96129C;
}
</style>
background-color css
<style>
a { background-color: #96129C; }
a { background-color: rgb(150,18,156); }
div.DivClassName
{
background-color: #96129C;
}
.BgClassName
{
background-color: #96129C;
}
</style>
border-color css
<style>
span { border-color: #96129C; }
span { border-color: rgb(150,18,156); }
td.TdClassName
{
border-color: #96129C;
}
.TagClassName
{
border-color: #96129C;
}
</style>