Shades of Dark Magenta #8E179E
Tints of Dark Magenta #8E179E
RGB
CMYK
RGB Variations
Color information
#8E179E (or 0x8E179E) is known color: Dark Magenta. HEX triplet: 8E, 17 and 9E. RGB value is (142,23,158). Sum of RGB (Red+Green+Blue) = 142+23+158=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E179E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E179E is #71E861. Grayscale: #494949. Windows color (decimal): -7465058 or 10360718. OLE color: 10360718.
HSL color Cylindrical-coordinate representation of color #8E179E: hue angle of 292.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 #8E179E is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 23 | 158 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.38 |
| HSL | 292.89º | 0.75% | 0.35% | - |
| HSV(B) | 292.89º | 0.85% | 0.62% | - |
| XYZ | 17.63 | 8.83 | 33.12 | - |
| YUV | 73.97 | 175.42 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 23 | 158 | 0.10 | 0.85 | 0 | 0.38 | 292.89 | 0.75 | 0.35 |
| Hex | 8E | 17 | 9E | A | 55 | 0 | 26 | 125 | 4B | 23 |
| Octal | 216 | 27 | 236 | 12 | 125 | 0 | 46 | 445 | 113 | 43 |
| Binary | 10001110 | 10111 | 10011110 | 1010 | 1010101 | 0 | 100110 | 100100101 | 1001011 | 100011 |
Color Harmonies of #8E179E
Complementary color
Monochromatic Colors of #8E179E
Black with #8E179E
Text Example
Text Example
White with #8E179E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E179E; }
p { color: rgb(142,23,158); }
H1.HeaderClassName
{
color: #8E179E;
}
.AnyTagClassName
{
color: #8E179E;
}
</style>
background-color css
<style>
a { background-color: #8E179E; }
a { background-color: rgb(142,23,158); }
div.DivClassName
{
background-color: #8E179E;
}
.BgClassName
{
background-color: #8E179E;
}
</style>
border-color css
<style>
span { border-color: #8E179E; }
span { border-color: rgb(142,23,158); }
td.TdClassName
{
border-color: #8E179E;
}
.TagClassName
{
border-color: #8E179E;
}
</style>