Shades of Dark Magenta #8E0B7D
Tints of Dark Magenta #8E0B7D
RGB
CMYK
RGB Variations
Color information
#8E0B7D (or 0x8E0B7D) is known color: Dark Magenta. HEX triplet: 8E, 0B and 7D. RGB value is (142,11,125). Sum of RGB (Red+Green+Blue) = 142+11+125=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0B7D is #71F482. Grayscale: #3E3E3E. Windows color (decimal): -7468163 or 8194958. OLE color: 8194958.
HSL color Cylindrical-coordinate representation of color #8E0B7D: hue angle of 307.79º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0B7D is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 11 | 125 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.44 |
| HSL | 307.79º | 0.86% | 0.3% | - |
| HSV(B) | 307.79º | 0.92% | 0.56% | - |
| XYZ | 14.98 | 7.47 | 20.05 | - |
| YUV | 63.17 | 162.9 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 11 | 125 | 0 | 0.92 | 0.12 | 0.44 | 307.79 | 0.86 | 0.3 |
| Hex | 8E | B | 7D | 0 | 5C | C | 2C | 134 | 56 | 1E |
| Octal | 216 | 13 | 175 | 0 | 134 | 14 | 54 | 464 | 126 | 36 |
| Binary | 10001110 | 1011 | 1111101 | 0 | 1011100 | 1100 | 101100 | 100110100 | 1010110 | 11110 |
Color Harmonies of #8E0B7D
Complementary color
Monochromatic Colors of #8E0B7D
Black with #8E0B7D
Text Example
Text Example
White with #8E0B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0B7D; }
p { color: rgb(142,11,125); }
H1.HeaderClassName
{
color: #8E0B7D;
}
.AnyTagClassName
{
color: #8E0B7D;
}
</style>
background-color css
<style>
a { background-color: #8E0B7D; }
a { background-color: rgb(142,11,125); }
div.DivClassName
{
background-color: #8E0B7D;
}
.BgClassName
{
background-color: #8E0B7D;
}
</style>
border-color css
<style>
span { border-color: #8E0B7D; }
span { border-color: rgb(142,11,125); }
td.TdClassName
{
border-color: #8E0B7D;
}
.TagClassName
{
border-color: #8E0B7D;
}
</style>