Shades of Dark Magenta #8E168C
Tints of Dark Magenta #8E168C
RGB
CMYK
RGB Variations
Color information
#8E168C (or 0x8E168C) is known color: Dark Magenta. HEX triplet: 8E, 16 and 8C. RGB value is (142,22,140). Sum of RGB (Red+Green+Blue) = 142+22+140=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E168C is #71E973. Grayscale: #464646. Windows color (decimal): -7465332 or 9180814. OLE color: 9180814.
HSL color Cylindrical-coordinate representation of color #8E168C: hue angle of 301º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E168C is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 22 | 140 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.44 |
| HSL | 301º | 0.73% | 0.32% | - |
| HSV(B) | 301º | 0.85% | 0.56% | - |
| XYZ | 16.18 | 8.22 | 25.54 | - |
| YUV | 71.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 22 | 140 | 0 | 0.85 | 0.01 | 0.44 | 301 | 0.73 | 0.32 |
| Hex | 8E | 16 | 8C | 0 | 55 | 1 | 2C | 12D | 49 | 20 |
| Octal | 216 | 26 | 214 | 0 | 125 | 1 | 54 | 455 | 111 | 40 |
| Binary | 10001110 | 10110 | 10001100 | 0 | 1010101 | 1 | 101100 | 100101101 | 1001001 | 100000 |
Color Harmonies of #8E168C
Complementary color
Monochromatic Colors of #8E168C
Black with #8E168C
Text Example
Text Example
White with #8E168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E168C; }
p { color: rgb(142,22,140); }
H1.HeaderClassName
{
color: #8E168C;
}
.AnyTagClassName
{
color: #8E168C;
}
</style>
background-color css
<style>
a { background-color: #8E168C; }
a { background-color: rgb(142,22,140); }
div.DivClassName
{
background-color: #8E168C;
}
.BgClassName
{
background-color: #8E168C;
}
</style>
border-color css
<style>
span { border-color: #8E168C; }
span { border-color: rgb(142,22,140); }
td.TdClassName
{
border-color: #8E168C;
}
.TagClassName
{
border-color: #8E168C;
}
</style>