Shades of Dark Magenta #8E0095
Tints of Dark Magenta #8E0095
RGB
CMYK
RGB Variations
Color information
#8E0095 (or 0x8E0095) is known color: Dark Magenta. HEX triplet: 8E, 00 and 95. RGB value is (142,0,149). Sum of RGB (Red+Green+Blue) = 142+0+149=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E0095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0095 is #71FF6A. Grayscale: #3A3A3A. Windows color (decimal): -7470955 or 9765006. OLE color: 9765006.
HSL color Cylindrical-coordinate representation of color #8E0095: hue angle of 297.18º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E0095 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 0 | 149 | - |
| CMYK | 0.05 | 1 | 0 | 0.42 |
| HSL | 297.18º | 1% | 0.29% | - |
| HSV(B) | 297.18º | 1% | 0.58% | - |
| XYZ | 16.58 | 7.92 | 29.09 | - |
| YUV | 59.44 | 178.54 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 149 | 0.05 | 1 | 0 | 0.42 | 297.18 | 1 | 0.29 |
| Hex | 8E | 0 | 95 | 5 | 64 | 0 | 2A | 129 | 64 | 1D |
| Octal | 216 | 0 | 225 | 5 | 144 | 0 | 52 | 451 | 144 | 35 |
| Binary | 10001110 | 0 | 10010101 | 101 | 1100100 | 0 | 101010 | 100101001 | 1100100 | 11101 |
Color Harmonies of #8E0095
Complementary color
Monochromatic Colors of #8E0095
Black with #8E0095
Text Example
Text Example
White with #8E0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0095; }
p { color: rgb(142,0,149); }
H1.HeaderClassName
{
color: #8E0095;
}
.AnyTagClassName
{
color: #8E0095;
}
</style>
background-color css
<style>
a { background-color: #8E0095; }
a { background-color: rgb(142,0,149); }
div.DivClassName
{
background-color: #8E0095;
}
.BgClassName
{
background-color: #8E0095;
}
</style>
border-color css
<style>
span { border-color: #8E0095; }
span { border-color: rgb(142,0,149); }
td.TdClassName
{
border-color: #8E0095;
}
.TagClassName
{
border-color: #8E0095;
}
</style>