Shades of Dark Magenta #8E028D
Tints of Dark Magenta #8E028D
RGB
CMYK
RGB Variations
Color information
#8E028D (or 0x8E028D) is known color: Dark Magenta. HEX triplet: 8E, 02 and 8D. RGB value is (142,2,141). Sum of RGB (Red+Green+Blue) = 142+2+141=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E028D is #71FD72. Grayscale: #3B3B3B. Windows color (decimal): -7470451 or 9241230. OLE color: 9241230.
HSL color Cylindrical-coordinate representation of color #8E028D: hue angle of 300.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E028D is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 141 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.44 |
| HSL | 300.43º | 0.97% | 0.28% | - |
| HSV(B) | 300.43º | 0.99% | 0.56% | - |
| XYZ | 15.98 | 7.72 | 25.85 | - |
| YUV | 59.71 | 173.88 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 141 | 0 | 0.99 | 0.01 | 0.44 | 300.43 | 0.97 | 0.28 |
| Hex | 8E | 2 | 8D | 0 | 63 | 1 | 2C | 12C | 61 | 1C |
| Octal | 216 | 2 | 215 | 0 | 143 | 1 | 54 | 454 | 141 | 34 |
| Binary | 10001110 | 10 | 10001101 | 0 | 1100011 | 1 | 101100 | 100101100 | 1100001 | 11100 |
Color Harmonies of #8E028D
Complementary color
Monochromatic Colors of #8E028D
Black with #8E028D
Text Example
Text Example
White with #8E028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E028D; }
p { color: rgb(142,2,141); }
H1.HeaderClassName
{
color: #8E028D;
}
.AnyTagClassName
{
color: #8E028D;
}
</style>
background-color css
<style>
a { background-color: #8E028D; }
a { background-color: rgb(142,2,141); }
div.DivClassName
{
background-color: #8E028D;
}
.BgClassName
{
background-color: #8E028D;
}
</style>
border-color css
<style>
span { border-color: #8E028D; }
span { border-color: rgb(142,2,141); }
td.TdClassName
{
border-color: #8E028D;
}
.TagClassName
{
border-color: #8E028D;
}
</style>