Shades of Dark Magenta #8E168B
Tints of Dark Magenta #8E168B
RGB
CMYK
RGB Variations
Color information
#8E168B (or 0x8E168B) is known color: Dark Magenta. HEX triplet: 8E, 16 and 8B. RGB value is (142,22,139). Sum of RGB (Red+Green+Blue) = 142+22+139=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E168B is #71E974. Grayscale: #464646. Windows color (decimal): -7465333 or 9115278. OLE color: 9115278.
HSL color Cylindrical-coordinate representation of color #8E168B: hue angle of 301.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E168B is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 22 | 139 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.44 |
| HSL | 301.5º | 0.73% | 0.32% | - |
| HSV(B) | 301.5º | 0.85% | 0.56% | - |
| XYZ | 16.1 | 8.19 | 25.16 | - |
| YUV | 71.22 | 166.26 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 22 | 139 | 0 | 0.85 | 0.02 | 0.44 | 301.5 | 0.73 | 0.32 |
| Hex | 8E | 16 | 8B | 0 | 55 | 2 | 2C | 12E | 49 | 20 |
| Octal | 216 | 26 | 213 | 0 | 125 | 2 | 54 | 456 | 111 | 40 |
| Binary | 10001110 | 10110 | 10001011 | 0 | 1010101 | 10 | 101100 | 100101110 | 1001001 | 100000 |
Color Harmonies of #8E168B
Complementary color
Monochromatic Colors of #8E168B
Black with #8E168B
Text Example
Text Example
White with #8E168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E168B; }
p { color: rgb(142,22,139); }
H1.HeaderClassName
{
color: #8E168B;
}
.AnyTagClassName
{
color: #8E168B;
}
</style>
background-color css
<style>
a { background-color: #8E168B; }
a { background-color: rgb(142,22,139); }
div.DivClassName
{
background-color: #8E168B;
}
.BgClassName
{
background-color: #8E168B;
}
</style>
border-color css
<style>
span { border-color: #8E168B; }
span { border-color: rgb(142,22,139); }
td.TdClassName
{
border-color: #8E168B;
}
.TagClassName
{
border-color: #8E168B;
}
</style>