Shades of Dark Magenta #8E178C
Tints of Dark Magenta #8E178C
RGB
CMYK
RGB Variations
Color information
#8E178C (or 0x8E178C) is known color: Dark Magenta. HEX triplet: 8E, 17 and 8C. RGB value is (142,23,140). Sum of RGB (Red+Green+Blue) = 142+23+140=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E178C is #71E873. Grayscale: #474747. Windows color (decimal): -7465076 or 9181070. OLE color: 9181070.
HSL color Cylindrical-coordinate representation of color #8E178C: hue angle of 301.01º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E178C is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 23 | 140 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.44 |
| HSL | 301.01º | 0.72% | 0.32% | - |
| HSV(B) | 301.01º | 0.84% | 0.56% | - |
| XYZ | 16.2 | 8.26 | 25.55 | - |
| YUV | 71.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 23 | 140 | 0 | 0.84 | 0.01 | 0.44 | 301.01 | 0.72 | 0.32 |
| Hex | 8E | 17 | 8C | 0 | 54 | 1 | 2C | 12D | 48 | 20 |
| Octal | 216 | 27 | 214 | 0 | 124 | 1 | 54 | 455 | 110 | 40 |
| Binary | 10001110 | 10111 | 10001100 | 0 | 1010100 | 1 | 101100 | 100101101 | 1001000 | 100000 |
Color Harmonies of #8E178C
Complementary color
Monochromatic Colors of #8E178C
Black with #8E178C
Text Example
Text Example
White with #8E178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E178C; }
p { color: rgb(142,23,140); }
H1.HeaderClassName
{
color: #8E178C;
}
.AnyTagClassName
{
color: #8E178C;
}
</style>
background-color css
<style>
a { background-color: #8E178C; }
a { background-color: rgb(142,23,140); }
div.DivClassName
{
background-color: #8E178C;
}
.BgClassName
{
background-color: #8E178C;
}
</style>
border-color css
<style>
span { border-color: #8E178C; }
span { border-color: rgb(142,23,140); }
td.TdClassName
{
border-color: #8E178C;
}
.TagClassName
{
border-color: #8E178C;
}
</style>