Shades of Dark Magenta #8E1892
Tints of Dark Magenta #8E1892
RGB
CMYK
RGB Variations
Color information
#8E1892 (or 0x8E1892) is known color: Dark Magenta. HEX triplet: 8E, 18 and 92. RGB value is (142,24,146). Sum of RGB (Red+Green+Blue) = 142+24+146=312 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.51% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E1892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1892 is #71E76D. Grayscale: #484848. Windows color (decimal): -7464814 or 9574542. OLE color: 9574542.
HSL color Cylindrical-coordinate representation of color #8E1892: hue angle of 298.03º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E1892 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 24 | 146 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.43 |
| HSL | 298.03º | 0.72% | 0.33% | - |
| HSV(B) | 298.03º | 0.84% | 0.57% | - |
| XYZ | 16.67 | 8.48 | 27.95 | - |
| YUV | 73.19 | 169.09 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 24 | 146 | 0.03 | 0.84 | 0 | 0.43 | 298.03 | 0.72 | 0.33 |
| Hex | 8E | 18 | 92 | 3 | 54 | 0 | 2B | 12A | 48 | 21 |
| Octal | 216 | 30 | 222 | 3 | 124 | 0 | 53 | 452 | 110 | 41 |
| Binary | 10001110 | 11000 | 10010010 | 11 | 1010100 | 0 | 101011 | 100101010 | 1001000 | 100001 |
Color Harmonies of #8E1892
Complementary color
Monochromatic Colors of #8E1892
Black with #8E1892
Text Example
Text Example
White with #8E1892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1892; }
p { color: rgb(142,24,146); }
H1.HeaderClassName
{
color: #8E1892;
}
.AnyTagClassName
{
color: #8E1892;
}
</style>
background-color css
<style>
a { background-color: #8E1892; }
a { background-color: rgb(142,24,146); }
div.DivClassName
{
background-color: #8E1892;
}
.BgClassName
{
background-color: #8E1892;
}
</style>
border-color css
<style>
span { border-color: #8E1892; }
span { border-color: rgb(142,24,146); }
td.TdClassName
{
border-color: #8E1892;
}
.TagClassName
{
border-color: #8E1892;
}
</style>