Shades of Dark Magenta #8E0390
Tints of Dark Magenta #8E0390
RGB
CMYK
RGB Variations
Color information
#8E0390 (or 0x8E0390) is known color: Dark Magenta. HEX triplet: 8E, 03 and 90. RGB value is (142,3,144). Sum of RGB (Red+Green+Blue) = 142+3+144=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E0390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0390 is #71FC6F. Grayscale: #3C3C3C. Windows color (decimal): -7470192 or 9438094. OLE color: 9438094.
HSL color Cylindrical-coordinate representation of color #8E0390: hue angle of 299.15º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E0390 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 3 | 144 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.44 |
| HSL | 299.15º | 0.96% | 0.29% | - |
| HSV(B) | 299.15º | 0.98% | 0.56% | - |
| XYZ | 16.22 | 7.83 | 27.04 | - |
| YUV | 60.64 | 175.05 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 3 | 144 | 0.01 | 0.98 | 0 | 0.44 | 299.15 | 0.96 | 0.29 |
| Hex | 8E | 3 | 90 | 1 | 62 | 0 | 2C | 12B | 60 | 1D |
| Octal | 216 | 3 | 220 | 1 | 142 | 0 | 54 | 453 | 140 | 35 |
| Binary | 10001110 | 11 | 10010000 | 1 | 1100010 | 0 | 101100 | 100101011 | 1100000 | 11101 |
Color Harmonies of #8E0390
Complementary color
Monochromatic Colors of #8E0390
Black with #8E0390
Text Example
Text Example
White with #8E0390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0390; }
p { color: rgb(142,3,144); }
H1.HeaderClassName
{
color: #8E0390;
}
.AnyTagClassName
{
color: #8E0390;
}
</style>
background-color css
<style>
a { background-color: #8E0390; }
a { background-color: rgb(142,3,144); }
div.DivClassName
{
background-color: #8E0390;
}
.BgClassName
{
background-color: #8E0390;
}
</style>
border-color css
<style>
span { border-color: #8E0390; }
span { border-color: rgb(142,3,144); }
td.TdClassName
{
border-color: #8E0390;
}
.TagClassName
{
border-color: #8E0390;
}
</style>