Shades of Dark Magenta #8E098E
Tints of Dark Magenta #8E098E
RGB
CMYK
RGB Variations
Color information
#8E098E (or 0x8E098E) is known color: Dark Magenta. HEX triplet: 8E, 09 and 8E. RGB value is (142,9,142). Sum of RGB (Red+Green+Blue) = 142+9+142=293 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.46% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E098E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E098E is #71F671. Grayscale: #3F3F3F. Windows color (decimal): -7468658 or 9308558. OLE color: 9308558.
HSL color Cylindrical-coordinate representation of color #8E098E: hue angle of 300º 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 #8E098E is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 9 | 142 | - |
| CMYK | 0 | 0.94 | 0 | 0.44 |
| HSL | 300º | 0.88% | 0.3% | - |
| HSV(B) | 300º | 0.94% | 0.56% | - |
| XYZ | 16.14 | 7.9 | 26.27 | - |
| YUV | 63.93 | 172.06 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 9 | 142 | 0 | 0.94 | 0 | 0.44 | 300 | 0.88 | 0.3 |
| Hex | 8E | 9 | 8E | 0 | 5E | 0 | 2C | 12C | 58 | 1E |
| Octal | 216 | 11 | 216 | 0 | 136 | 0 | 54 | 454 | 130 | 36 |
| Binary | 10001110 | 1001 | 10001110 | 0 | 1011110 | 0 | 101100 | 100101100 | 1011000 | 11110 |
Color Harmonies of #8E098E
Complementary color
Monochromatic Colors of #8E098E
Black with #8E098E
Text Example
Text Example
White with #8E098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E098E; }
p { color: rgb(142,9,142); }
H1.HeaderClassName
{
color: #8E098E;
}
.AnyTagClassName
{
color: #8E098E;
}
</style>
background-color css
<style>
a { background-color: #8E098E; }
a { background-color: rgb(142,9,142); }
div.DivClassName
{
background-color: #8E098E;
}
.BgClassName
{
background-color: #8E098E;
}
</style>
border-color css
<style>
span { border-color: #8E098E; }
span { border-color: rgb(142,9,142); }
td.TdClassName
{
border-color: #8E098E;
}
.TagClassName
{
border-color: #8E098E;
}
</style>