Shades of Dark Magenta #9E179C
Tints of Dark Magenta #9E179C
RGB
CMYK
RGB Variations
Color information
#9E179C (or 0x9E179C) is known color: Dark Magenta. HEX triplet: 9E, 17 and 9C. RGB value is (158,23,156). Sum of RGB (Red+Green+Blue) = 158+23+156=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E179C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E179C is #61E863. Grayscale: #4E4E4E. Windows color (decimal): -6416484 or 10229662. OLE color: 10229662.
HSL color Cylindrical-coordinate representation of color #9E179C: hue angle of 300.89º 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 #9E179C is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 23 | 156 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.38 |
| HSL | 300.89º | 0.75% | 0.35% | - |
| HSV(B) | 300.89º | 0.85% | 0.62% | - |
| XYZ | 20.41 | 10.28 | 32.36 | - |
| YUV | 78.53 | 171.73 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 156 | 0 | 0.85 | 0.01 | 0.38 | 300.89 | 0.75 | 0.35 |
| Hex | 9E | 17 | 9C | 0 | 55 | 1 | 26 | 12D | 4B | 23 |
| Octal | 236 | 27 | 234 | 0 | 125 | 1 | 46 | 455 | 113 | 43 |
| Binary | 10011110 | 10111 | 10011100 | 0 | 1010101 | 1 | 100110 | 100101101 | 1001011 | 100011 |
Color Harmonies of #9E179C
Complementary color
Monochromatic Colors of #9E179C
Black with #9E179C
Text Example
Text Example
White with #9E179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E179C; }
p { color: rgb(158,23,156); }
H1.HeaderClassName
{
color: #9E179C;
}
.AnyTagClassName
{
color: #9E179C;
}
</style>
background-color css
<style>
a { background-color: #9E179C; }
a { background-color: rgb(158,23,156); }
div.DivClassName
{
background-color: #9E179C;
}
.BgClassName
{
background-color: #9E179C;
}
</style>
border-color css
<style>
span { border-color: #9E179C; }
span { border-color: rgb(158,23,156); }
td.TdClassName
{
border-color: #9E179C;
}
.TagClassName
{
border-color: #9E179C;
}
</style>