Shades of Dark Magenta #96189D
Tints of Dark Magenta #96189D
RGB
CMYK
RGB Variations
Color information
#96189D (or 0x96189D) is known color: Dark Magenta. HEX triplet: 96, 18 and 9D. RGB value is (150,24,157). Sum of RGB (Red+Green+Blue) = 150+24+157=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #96189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96189D is #69E762. Grayscale: #4C4C4C. Windows color (decimal): -6940515 or 10295446. OLE color: 10295446.
HSL color Cylindrical-coordinate representation of color #96189D: hue angle of 296.84º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96189D is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 24 | 157 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.38 |
| HSL | 296.84º | 0.73% | 0.35% | - |
| HSV(B) | 296.84º | 0.85% | 0.62% | - |
| XYZ | 18.99 | 9.57 | 32.74 | - |
| YUV | 76.84 | 173.24 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 157 | 0.04 | 0.85 | 0 | 0.38 | 296.84 | 0.73 | 0.35 |
| Hex | 96 | 18 | 9D | 4 | 55 | 0 | 26 | 129 | 49 | 23 |
| Octal | 226 | 30 | 235 | 4 | 125 | 0 | 46 | 451 | 111 | 43 |
| Binary | 10010110 | 11000 | 10011101 | 100 | 1010101 | 0 | 100110 | 100101001 | 1001001 | 100011 |
Color Harmonies of #96189D
Complementary color
Monochromatic Colors of #96189D
Black with #96189D
Text Example
Text Example
White with #96189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96189D; }
p { color: rgb(150,24,157); }
H1.HeaderClassName
{
color: #96189D;
}
.AnyTagClassName
{
color: #96189D;
}
</style>
background-color css
<style>
a { background-color: #96189D; }
a { background-color: rgb(150,24,157); }
div.DivClassName
{
background-color: #96189D;
}
.BgClassName
{
background-color: #96189D;
}
</style>
border-color css
<style>
span { border-color: #96189D; }
span { border-color: rgb(150,24,157); }
td.TdClassName
{
border-color: #96189D;
}
.TagClassName
{
border-color: #96189D;
}
</style>