Shades of Dark Magenta #8E138C
Tints of Dark Magenta #8E138C
RGB
CMYK
RGB Variations
Color information
#8E138C (or 0x8E138C) is known color: Dark Magenta. HEX triplet: 8E, 13 and 8C. RGB value is (142,19,140). Sum of RGB (Red+Green+Blue) = 142+19+140=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E138C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E138C is #71EC73. Grayscale: #454545. Windows color (decimal): -7466100 or 9180046. OLE color: 9180046.
HSL color Cylindrical-coordinate representation of color #8E138C: hue angle of 300.98º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E138C is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 19 | 140 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.44 |
| HSL | 300.98º | 0.76% | 0.32% | - |
| HSV(B) | 300.98º | 0.87% | 0.56% | - |
| XYZ | 16.12 | 8.11 | 25.53 | - |
| YUV | 69.57 | 167.75 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 19 | 140 | 0 | 0.87 | 0.01 | 0.44 | 300.98 | 0.76 | 0.32 |
| Hex | 8E | 13 | 8C | 0 | 57 | 1 | 2C | 12D | 4C | 20 |
| Octal | 216 | 23 | 214 | 0 | 127 | 1 | 54 | 455 | 114 | 40 |
| Binary | 10001110 | 10011 | 10001100 | 0 | 1010111 | 1 | 101100 | 100101101 | 1001100 | 100000 |
Color Harmonies of #8E138C
Complementary color
Monochromatic Colors of #8E138C
Black with #8E138C
Text Example
Text Example
White with #8E138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E138C; }
p { color: rgb(142,19,140); }
H1.HeaderClassName
{
color: #8E138C;
}
.AnyTagClassName
{
color: #8E138C;
}
</style>
background-color css
<style>
a { background-color: #8E138C; }
a { background-color: rgb(142,19,140); }
div.DivClassName
{
background-color: #8E138C;
}
.BgClassName
{
background-color: #8E138C;
}
</style>
border-color css
<style>
span { border-color: #8E138C; }
span { border-color: rgb(142,19,140); }
td.TdClassName
{
border-color: #8E138C;
}
.TagClassName
{
border-color: #8E138C;
}
</style>