Shades of Dark Magenta #9E178D
Tints of Dark Magenta #9E178D
RGB
CMYK
RGB Variations
Color information
#9E178D (or 0x9E178D) is known color: Dark Magenta. HEX triplet: 9E, 17 and 8D. RGB value is (158,23,141). Sum of RGB (Red+Green+Blue) = 158+23+141=322 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.07% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 158 - color contains mainly: red. Hex color #9E178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E178D is #61E872. Grayscale: #4C4C4C. Windows color (decimal): -6416499 or 9246622. OLE color: 9246622.
HSL color Cylindrical-coordinate representation of color #9E178D: hue angle of 307.56º degrees, saturation: 0.75, 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 #9E178D is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 23 | 141 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.38 |
| HSL | 307.56º | 0.75% | 0.35% | - |
| HSV(B) | 307.56º | 0.85% | 0.62% | - |
| XYZ | 19.21 | 9.8 | 26.08 | - |
| YUV | 76.82 | 164.23 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 141 | 0 | 0.85 | 0.11 | 0.38 | 307.56 | 0.75 | 0.35 |
| Hex | 9E | 17 | 8D | 0 | 55 | B | 26 | 134 | 4B | 23 |
| Octal | 236 | 27 | 215 | 0 | 125 | 13 | 46 | 464 | 113 | 43 |
| Binary | 10011110 | 10111 | 10001101 | 0 | 1010101 | 1011 | 100110 | 100110100 | 1001011 | 100011 |
Color Harmonies of #9E178D
Complementary color
Monochromatic Colors of #9E178D
Black with #9E178D
Text Example
Text Example
White with #9E178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E178D; }
p { color: rgb(158,23,141); }
H1.HeaderClassName
{
color: #9E178D;
}
.AnyTagClassName
{
color: #9E178D;
}
</style>
background-color css
<style>
a { background-color: #9E178D; }
a { background-color: rgb(158,23,141); }
div.DivClassName
{
background-color: #9E178D;
}
.BgClassName
{
background-color: #9E178D;
}
</style>
border-color css
<style>
span { border-color: #9E178D; }
span { border-color: rgb(158,23,141); }
td.TdClassName
{
border-color: #9E178D;
}
.TagClassName
{
border-color: #9E178D;
}
</style>