Shades of Dark Magenta #8E0B96
Tints of Dark Magenta #8E0B96
RGB
CMYK
RGB Variations
Color information
#8E0B96 (or 0x8E0B96) is known color: Dark Magenta. HEX triplet: 8E, 0B and 96. RGB value is (142,11,150). Sum of RGB (Red+Green+Blue) = 142+11+150=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #8E0B96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0B96 is #71F469. Grayscale: #414141. Windows color (decimal): -7468138 or 9833358. OLE color: 9833358.
HSL color Cylindrical-coordinate representation of color #8E0B96: hue angle of 296.55º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0B96 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 11 | 150 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.41 |
| HSL | 296.55º | 0.86% | 0.32% | - |
| HSV(B) | 296.55º | 0.93% | 0.59% | - |
| XYZ | 16.78 | 8.19 | 29.55 | - |
| YUV | 66.02 | 175.4 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 11 | 150 | 0.05 | 0.93 | 0 | 0.41 | 296.55 | 0.86 | 0.32 |
| Hex | 8E | B | 96 | 5 | 5D | 0 | 29 | 129 | 56 | 20 |
| Octal | 216 | 13 | 226 | 5 | 135 | 0 | 51 | 451 | 126 | 40 |
| Binary | 10001110 | 1011 | 10010110 | 101 | 1011101 | 0 | 101001 | 100101001 | 1010110 | 100000 |
Color Harmonies of #8E0B96
Complementary color
Monochromatic Colors of #8E0B96
Black with #8E0B96
Text Example
Text Example
White with #8E0B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0B96; }
p { color: rgb(142,11,150); }
H1.HeaderClassName
{
color: #8E0B96;
}
.AnyTagClassName
{
color: #8E0B96;
}
</style>
background-color css
<style>
a { background-color: #8E0B96; }
a { background-color: rgb(142,11,150); }
div.DivClassName
{
background-color: #8E0B96;
}
.BgClassName
{
background-color: #8E0B96;
}
</style>
border-color css
<style>
span { border-color: #8E0B96; }
span { border-color: rgb(142,11,150); }
td.TdClassName
{
border-color: #8E0B96;
}
.TagClassName
{
border-color: #8E0B96;
}
</style>