Shades of Dark Magenta #8E0282
Tints of Dark Magenta #8E0282
RGB
CMYK
RGB Variations
Color information
#8E0282 (or 0x8E0282) is known color: Dark Magenta. HEX triplet: 8E, 02 and 82. RGB value is (142,2,130). Sum of RGB (Red+Green+Blue) = 142+2+130=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0282 is #71FD7D. Grayscale: #3A3A3A. Windows color (decimal): -7470462 or 8520334. OLE color: 8520334.
HSL color Cylindrical-coordinate representation of color #8E0282: hue angle of 305.14º 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 #8E0282 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.44 |
| HSL | 305.14º | 0.97% | 0.28% | - |
| HSV(B) | 305.14º | 0.99% | 0.56% | - |
| XYZ | 15.21 | 7.41 | 21.75 | - |
| YUV | 58.45 | 168.38 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 130 | 0 | 0.99 | 0.08 | 0.44 | 305.14 | 0.97 | 0.28 |
| Hex | 8E | 2 | 82 | 0 | 63 | 8 | 2C | 131 | 61 | 1C |
| Octal | 216 | 2 | 202 | 0 | 143 | 10 | 54 | 461 | 141 | 34 |
| Binary | 10001110 | 10 | 10000010 | 0 | 1100011 | 1000 | 101100 | 100110001 | 1100001 | 11100 |
Color Harmonies of #8E0282
Complementary color
Monochromatic Colors of #8E0282
Black with #8E0282
Text Example
Text Example
White with #8E0282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0282; }
p { color: rgb(142,2,130); }
H1.HeaderClassName
{
color: #8E0282;
}
.AnyTagClassName
{
color: #8E0282;
}
</style>
background-color css
<style>
a { background-color: #8E0282; }
a { background-color: rgb(142,2,130); }
div.DivClassName
{
background-color: #8E0282;
}
.BgClassName
{
background-color: #8E0282;
}
</style>
border-color css
<style>
span { border-color: #8E0282; }
span { border-color: rgb(142,2,130); }
td.TdClassName
{
border-color: #8E0282;
}
.TagClassName
{
border-color: #8E0282;
}
</style>