Shades of Dark Magenta #8E0F86
Tints of Dark Magenta #8E0F86
RGB
CMYK
RGB Variations
Color information
#8E0F86 (or 0x8E0F86) is known color: Dark Magenta. HEX triplet: 8E, 0F and 86. RGB value is (142,15,134). Sum of RGB (Red+Green+Blue) = 142+15+134=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0F86 is #71F079. Grayscale: #424242. Windows color (decimal): -7467130 or 8785806. OLE color: 8785806.
HSL color Cylindrical-coordinate representation of color #8E0F86: hue angle of 303.78º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E0F86 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 15 | 134 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.44 |
| HSL | 303.78º | 0.81% | 0.31% | - |
| HSV(B) | 303.78º | 0.89% | 0.56% | - |
| XYZ | 15.63 | 7.81 | 23.24 | - |
| YUV | 66.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 15 | 134 | 0 | 0.89 | 0.06 | 0.44 | 303.78 | 0.81 | 0.31 |
| Hex | 8E | F | 86 | 0 | 59 | 6 | 2C | 130 | 51 | 1F |
| Octal | 216 | 17 | 206 | 0 | 131 | 6 | 54 | 460 | 121 | 37 |
| Binary | 10001110 | 1111 | 10000110 | 0 | 1011001 | 110 | 101100 | 100110000 | 1010001 | 11111 |
Color Harmonies of #8E0F86
Complementary color
Monochromatic Colors of #8E0F86
Black with #8E0F86
Text Example
Text Example
White with #8E0F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0F86; }
p { color: rgb(142,15,134); }
H1.HeaderClassName
{
color: #8E0F86;
}
.AnyTagClassName
{
color: #8E0F86;
}
</style>
background-color css
<style>
a { background-color: #8E0F86; }
a { background-color: rgb(142,15,134); }
div.DivClassName
{
background-color: #8E0F86;
}
.BgClassName
{
background-color: #8E0F86;
}
</style>
border-color css
<style>
span { border-color: #8E0F86; }
span { border-color: rgb(142,15,134); }
td.TdClassName
{
border-color: #8E0F86;
}
.TagClassName
{
border-color: #8E0F86;
}
</style>