Shades of Dark Magenta #8E038A
Tints of Dark Magenta #8E038A
RGB
CMYK
RGB Variations
Color information
#8E038A (or 0x8E038A) is known color: Dark Magenta. HEX triplet: 8E, 03 and 8A. RGB value is (142,3,138). Sum of RGB (Red+Green+Blue) = 142+3+138=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E038A is #71FC75. Grayscale: #3B3B3B. Windows color (decimal): -7470198 or 9044878. OLE color: 9044878.
HSL color Cylindrical-coordinate representation of color #8E038A: hue angle of 301.73º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E038A is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 3 | 138 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.44 |
| HSL | 301.73º | 0.96% | 0.28% | - |
| HSV(B) | 301.73º | 0.98% | 0.56% | - |
| XYZ | 15.78 | 7.65 | 24.69 | - |
| YUV | 59.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 3 | 138 | 0 | 0.98 | 0.03 | 0.44 | 301.73 | 0.96 | 0.28 |
| Hex | 8E | 3 | 8A | 0 | 62 | 3 | 2C | 12E | 60 | 1C |
| Octal | 216 | 3 | 212 | 0 | 142 | 3 | 54 | 456 | 140 | 34 |
| Binary | 10001110 | 11 | 10001010 | 0 | 1100010 | 11 | 101100 | 100101110 | 1100000 | 11100 |
Color Harmonies of #8E038A
Complementary color
Monochromatic Colors of #8E038A
Black with #8E038A
Text Example
Text Example
White with #8E038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E038A; }
p { color: rgb(142,3,138); }
H1.HeaderClassName
{
color: #8E038A;
}
.AnyTagClassName
{
color: #8E038A;
}
</style>
background-color css
<style>
a { background-color: #8E038A; }
a { background-color: rgb(142,3,138); }
div.DivClassName
{
background-color: #8E038A;
}
.BgClassName
{
background-color: #8E038A;
}
</style>
border-color css
<style>
span { border-color: #8E038A; }
span { border-color: rgb(142,3,138); }
td.TdClassName
{
border-color: #8E038A;
}
.TagClassName
{
border-color: #8E038A;
}
</style>