Shades of Dark Magenta #8E0092
Tints of Dark Magenta #8E0092
RGB
CMYK
RGB Variations
Color information
#8E0092 (or 0x8E0092) is known color: Dark Magenta. HEX triplet: 8E, 00 and 92. RGB value is (142,0,146). Sum of RGB (Red+Green+Blue) = 142+0+146=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E0092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0092 is #71FF6D. Grayscale: #3A3A3A. Windows color (decimal): -7470958 or 9568398. OLE color: 9568398.
HSL color Cylindrical-coordinate representation of color #8E0092: hue angle of 298.36º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E0092 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 0 | 146 | - |
| CMYK | 0.03 | 1 | 0 | 0.43 |
| HSL | 298.36º | 1% | 0.29% | - |
| HSV(B) | 298.36º | 1% | 0.57% | - |
| XYZ | 16.34 | 7.83 | 27.84 | - |
| YUV | 59.1 | 177.04 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 146 | 0.03 | 1 | 0 | 0.43 | 298.36 | 1 | 0.29 |
| Hex | 8E | 0 | 92 | 3 | 64 | 0 | 2B | 12A | 64 | 1D |
| Octal | 216 | 0 | 222 | 3 | 144 | 0 | 53 | 452 | 144 | 35 |
| Binary | 10001110 | 0 | 10010010 | 11 | 1100100 | 0 | 101011 | 100101010 | 1100100 | 11101 |
Color Harmonies of #8E0092
Complementary color
Monochromatic Colors of #8E0092
Black with #8E0092
Text Example
Text Example
White with #8E0092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0092; }
p { color: rgb(142,0,146); }
H1.HeaderClassName
{
color: #8E0092;
}
.AnyTagClassName
{
color: #8E0092;
}
</style>
background-color css
<style>
a { background-color: #8E0092; }
a { background-color: rgb(142,0,146); }
div.DivClassName
{
background-color: #8E0092;
}
.BgClassName
{
background-color: #8E0092;
}
</style>
border-color css
<style>
span { border-color: #8E0092; }
span { border-color: rgb(142,0,146); }
td.TdClassName
{
border-color: #8E0092;
}
.TagClassName
{
border-color: #8E0092;
}
</style>