Shades of Dark Magenta #8E0091
Tints of Dark Magenta #8E0091
RGB
CMYK
RGB Variations
Color information
#8E0091 (or 0x8E0091) is known color: Dark Magenta. HEX triplet: 8E, 00 and 91. RGB value is (142,0,145). Sum of RGB (Red+Green+Blue) = 142+0+145=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E0091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0091 is #71FF6E. Grayscale: #3A3A3A. Windows color (decimal): -7470959 or 9502862. OLE color: 9502862.
HSL color Cylindrical-coordinate representation of color #8E0091: hue angle of 298.76º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E0091 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 0 | 145 | - |
| CMYK | 0.02 | 1 | 0 | 0.43 |
| HSL | 298.76º | 1% | 0.28% | - |
| HSV(B) | 298.76º | 1% | 0.57% | - |
| XYZ | 16.27 | 7.8 | 27.44 | - |
| YUV | 58.99 | 176.54 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 145 | 0.02 | 1 | 0 | 0.43 | 298.76 | 1 | 0.28 |
| Hex | 8E | 0 | 91 | 2 | 64 | 0 | 2B | 12B | 64 | 1C |
| Octal | 216 | 0 | 221 | 2 | 144 | 0 | 53 | 453 | 144 | 34 |
| Binary | 10001110 | 0 | 10010001 | 10 | 1100100 | 0 | 101011 | 100101011 | 1100100 | 11100 |
Color Harmonies of #8E0091
Complementary color
Monochromatic Colors of #8E0091
Black with #8E0091
Text Example
Text Example
White with #8E0091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0091; }
p { color: rgb(142,0,145); }
H1.HeaderClassName
{
color: #8E0091;
}
.AnyTagClassName
{
color: #8E0091;
}
</style>
background-color css
<style>
a { background-color: #8E0091; }
a { background-color: rgb(142,0,145); }
div.DivClassName
{
background-color: #8E0091;
}
.BgClassName
{
background-color: #8E0091;
}
</style>
border-color css
<style>
span { border-color: #8E0091; }
span { border-color: rgb(142,0,145); }
td.TdClassName
{
border-color: #8E0091;
}
.TagClassName
{
border-color: #8E0091;
}
</style>