Shades of Dark Magenta #8D199C
Tints of Dark Magenta #8D199C
RGB
CMYK
RGB Variations
Color information
#8D199C (or 0x8D199C) is known color: Dark Magenta. HEX triplet: 8D, 19 and 9C. RGB value is (141,25,156). Sum of RGB (Red+Green+Blue) = 141+25+156=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D199C is #72E663. Grayscale: #4A4A4A. Windows color (decimal): -7530084 or 10230157. OLE color: 10230157.
HSL color Cylindrical-coordinate representation of color #8D199C: hue angle of 293.13º 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 #8D199C is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 25 | 156 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.39 |
| HSL | 293.13º | 0.72% | 0.35% | - |
| HSV(B) | 293.13º | 0.84% | 0.61% | - |
| XYZ | 17.33 | 8.76 | 32.23 | - |
| YUV | 74.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 156 | 0.10 | 0.84 | 0 | 0.39 | 293.13 | 0.72 | 0.35 |
| Hex | 8D | 19 | 9C | A | 54 | 0 | 27 | 125 | 48 | 23 |
| Octal | 215 | 31 | 234 | 12 | 124 | 0 | 47 | 445 | 110 | 43 |
| Binary | 10001101 | 11001 | 10011100 | 1010 | 1010100 | 0 | 100111 | 100100101 | 1001000 | 100011 |
Color Harmonies of #8D199C
Complementary color
Monochromatic Colors of #8D199C
Black with #8D199C
Text Example
Text Example
White with #8D199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D199C; }
p { color: rgb(141,25,156); }
H1.HeaderClassName
{
color: #8D199C;
}
.AnyTagClassName
{
color: #8D199C;
}
</style>
background-color css
<style>
a { background-color: #8D199C; }
a { background-color: rgb(141,25,156); }
div.DivClassName
{
background-color: #8D199C;
}
.BgClassName
{
background-color: #8D199C;
}
</style>
border-color css
<style>
span { border-color: #8D199C; }
span { border-color: rgb(141,25,156); }
td.TdClassName
{
border-color: #8D199C;
}
.TagClassName
{
border-color: #8D199C;
}
</style>