Shades of Dark Magenta #8E0192
Tints of Dark Magenta #8E0192
RGB
CMYK
RGB Variations
Color information
#8E0192 (or 0x8E0192) is known color: Dark Magenta. HEX triplet: 8E, 01 and 92. RGB value is (142,1,146). Sum of RGB (Red+Green+Blue) = 142+1+146=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E0192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0192 is #71FE6D. Grayscale: #3B3B3B. Windows color (decimal): -7470702 or 9568654. OLE color: 9568654.
HSL color Cylindrical-coordinate representation of color #8E0192: hue angle of 298.34º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E0192 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 1 | 146 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.43 |
| HSL | 298.34º | 0.99% | 0.29% | - |
| HSV(B) | 298.34º | 0.99% | 0.57% | - |
| XYZ | 16.35 | 7.85 | 27.85 | - |
| YUV | 59.69 | 176.71 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 146 | 0.03 | 0.99 | 0 | 0.43 | 298.34 | 0.99 | 0.29 |
| Hex | 8E | 1 | 92 | 3 | 63 | 0 | 2B | 12A | 63 | 1D |
| Octal | 216 | 1 | 222 | 3 | 143 | 0 | 53 | 452 | 143 | 35 |
| Binary | 10001110 | 1 | 10010010 | 11 | 1100011 | 0 | 101011 | 100101010 | 1100011 | 11101 |
Color Harmonies of #8E0192
Complementary color
Monochromatic Colors of #8E0192
Black with #8E0192
Text Example
Text Example
White with #8E0192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0192; }
p { color: rgb(142,1,146); }
H1.HeaderClassName
{
color: #8E0192;
}
.AnyTagClassName
{
color: #8E0192;
}
</style>
background-color css
<style>
a { background-color: #8E0192; }
a { background-color: rgb(142,1,146); }
div.DivClassName
{
background-color: #8E0192;
}
.BgClassName
{
background-color: #8E0192;
}
</style>
border-color css
<style>
span { border-color: #8E0192; }
span { border-color: rgb(142,1,146); }
td.TdClassName
{
border-color: #8E0192;
}
.TagClassName
{
border-color: #8E0192;
}
</style>