Shades of Dark Magenta #8E158C
Tints of Dark Magenta #8E158C
RGB
CMYK
RGB Variations
Color information
#8E158C (or 0x8E158C) is known color: Dark Magenta. HEX triplet: 8E, 15 and 8C. RGB value is (142,21,140). Sum of RGB (Red+Green+Blue) = 142+21+140=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E158C is #71EA73. Grayscale: #464646. Windows color (decimal): -7465588 or 9180558. OLE color: 9180558.
HSL color Cylindrical-coordinate representation of color #8E158C: hue angle of 300.99º degrees, saturation: 0.74, 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 #8E158C is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 21 | 140 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.44 |
| HSL | 300.99º | 0.74% | 0.32% | - |
| HSV(B) | 300.99º | 0.85% | 0.56% | - |
| XYZ | 16.16 | 8.18 | 25.54 | - |
| YUV | 70.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 21 | 140 | 0 | 0.85 | 0.01 | 0.44 | 300.99 | 0.74 | 0.32 |
| Hex | 8E | 15 | 8C | 0 | 55 | 1 | 2C | 12D | 4A | 20 |
| Octal | 216 | 25 | 214 | 0 | 125 | 1 | 54 | 455 | 112 | 40 |
| Binary | 10001110 | 10101 | 10001100 | 0 | 1010101 | 1 | 101100 | 100101101 | 1001010 | 100000 |
Color Harmonies of #8E158C
Complementary color
Monochromatic Colors of #8E158C
Black with #8E158C
Text Example
Text Example
White with #8E158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E158C; }
p { color: rgb(142,21,140); }
H1.HeaderClassName
{
color: #8E158C;
}
.AnyTagClassName
{
color: #8E158C;
}
</style>
background-color css
<style>
a { background-color: #8E158C; }
a { background-color: rgb(142,21,140); }
div.DivClassName
{
background-color: #8E158C;
}
.BgClassName
{
background-color: #8E158C;
}
</style>
border-color css
<style>
span { border-color: #8E158C; }
span { border-color: rgb(142,21,140); }
td.TdClassName
{
border-color: #8E158C;
}
.TagClassName
{
border-color: #8E158C;
}
</style>