Shades of Dark Magenta #8E199C
Tints of Dark Magenta #8E199C
RGB
CMYK
RGB Variations
Color information
#8E199C (or 0x8E199C) is known color: Dark Magenta. HEX triplet: 8E, 19 and 9C. RGB value is (142,25,156). Sum of RGB (Red+Green+Blue) = 142+25+156=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E199C is #71E663. Grayscale: #4A4A4A. Windows color (decimal): -7464548 or 10230158. OLE color: 10230158.
HSL color Cylindrical-coordinate representation of color #8E199C: hue angle of 293.59º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E199C is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 25 | 156 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.39 |
| HSL | 293.59º | 0.72% | 0.35% | - |
| HSV(B) | 293.59º | 0.84% | 0.61% | - |
| XYZ | 17.5 | 8.85 | 32.24 | - |
| YUV | 74.92 | 173.76 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 25 | 156 | 0.09 | 0.84 | 0 | 0.39 | 293.59 | 0.72 | 0.35 |
| Hex | 8E | 19 | 9C | 9 | 54 | 0 | 27 | 126 | 48 | 23 |
| Octal | 216 | 31 | 234 | 11 | 124 | 0 | 47 | 446 | 110 | 43 |
| Binary | 10001110 | 11001 | 10011100 | 1001 | 1010100 | 0 | 100111 | 100100110 | 1001000 | 100011 |
Color Harmonies of #8E199C
Complementary color
Monochromatic Colors of #8E199C
Black with #8E199C
Text Example
Text Example
White with #8E199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E199C; }
p { color: rgb(142,25,156); }
H1.HeaderClassName
{
color: #8E199C;
}
.AnyTagClassName
{
color: #8E199C;
}
</style>
background-color css
<style>
a { background-color: #8E199C; }
a { background-color: rgb(142,25,156); }
div.DivClassName
{
background-color: #8E199C;
}
.BgClassName
{
background-color: #8E199C;
}
</style>
border-color css
<style>
span { border-color: #8E199C; }
span { border-color: rgb(142,25,156); }
td.TdClassName
{
border-color: #8E199C;
}
.TagClassName
{
border-color: #8E199C;
}
</style>