Shades of Dark Magenta #8E119B
Tints of Dark Magenta #8E119B
RGB
CMYK
RGB Variations
Color information
#8E119B (or 0x8E119B) is known color: Dark Magenta. HEX triplet: 8E, 11 and 9B. RGB value is (142,17,155). Sum of RGB (Red+Green+Blue) = 142+17+155=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E119B is #71EE64. Grayscale: #454545. Windows color (decimal): -7466597 or 10162574. OLE color: 10162574.
HSL color Cylindrical-coordinate representation of color #8E119B: hue angle of 294.35º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E119B is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 17 | 155 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.39 |
| HSL | 294.35º | 0.8% | 0.34% | - |
| HSV(B) | 294.35º | 0.89% | 0.61% | - |
| XYZ | 17.27 | 8.52 | 31.74 | - |
| YUV | 70.11 | 175.91 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 17 | 155 | 0.08 | 0.89 | 0 | 0.39 | 294.35 | 0.8 | 0.34 |
| Hex | 8E | 11 | 9B | 8 | 59 | 0 | 27 | 126 | 50 | 22 |
| Octal | 216 | 21 | 233 | 10 | 131 | 0 | 47 | 446 | 120 | 42 |
| Binary | 10001110 | 10001 | 10011011 | 1000 | 1011001 | 0 | 100111 | 100100110 | 1010000 | 100010 |
Color Harmonies of #8E119B
Complementary color
Monochromatic Colors of #8E119B
Black with #8E119B
Text Example
Text Example
White with #8E119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E119B; }
p { color: rgb(142,17,155); }
H1.HeaderClassName
{
color: #8E119B;
}
.AnyTagClassName
{
color: #8E119B;
}
</style>
background-color css
<style>
a { background-color: #8E119B; }
a { background-color: rgb(142,17,155); }
div.DivClassName
{
background-color: #8E119B;
}
.BgClassName
{
background-color: #8E119B;
}
</style>
border-color css
<style>
span { border-color: #8E119B; }
span { border-color: rgb(142,17,155); }
td.TdClassName
{
border-color: #8E119B;
}
.TagClassName
{
border-color: #8E119B;
}
</style>