Shades of Dark Magenta #8E097E
Tints of Dark Magenta #8E097E
RGB
CMYK
RGB Variations
Color information
#8E097E (or 0x8E097E) is known color: Dark Magenta. HEX triplet: 8E, 09 and 7E. RGB value is (142,9,126). Sum of RGB (Red+Green+Blue) = 142+9+126=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E097E is #71F681. Grayscale: #3D3D3D. Windows color (decimal): -7468674 or 8259982. OLE color: 8259982.
HSL color Cylindrical-coordinate representation of color #8E097E: hue angle of 307.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E097E is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 9 | 126 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.44 |
| HSL | 307.22º | 0.88% | 0.3% | - |
| HSV(B) | 307.22º | 0.94% | 0.56% | - |
| XYZ | 15.02 | 7.45 | 20.39 | - |
| YUV | 62.11 | 164.06 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 9 | 126 | 0 | 0.94 | 0.11 | 0.44 | 307.22 | 0.88 | 0.3 |
| Hex | 8E | 9 | 7E | 0 | 5E | B | 2C | 133 | 58 | 1E |
| Octal | 216 | 11 | 176 | 0 | 136 | 13 | 54 | 463 | 130 | 36 |
| Binary | 10001110 | 1001 | 1111110 | 0 | 1011110 | 1011 | 101100 | 100110011 | 1011000 | 11110 |
Color Harmonies of #8E097E
Complementary color
Monochromatic Colors of #8E097E
Black with #8E097E
Text Example
Text Example
White with #8E097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E097E; }
p { color: rgb(142,9,126); }
H1.HeaderClassName
{
color: #8E097E;
}
.AnyTagClassName
{
color: #8E097E;
}
</style>
background-color css
<style>
a { background-color: #8E097E; }
a { background-color: rgb(142,9,126); }
div.DivClassName
{
background-color: #8E097E;
}
.BgClassName
{
background-color: #8E097E;
}
</style>
border-color css
<style>
span { border-color: #8E097E; }
span { border-color: rgb(142,9,126); }
td.TdClassName
{
border-color: #8E097E;
}
.TagClassName
{
border-color: #8E097E;
}
</style>