Shades of Dark Magenta #8D198E
Tints of Dark Magenta #8D198E
RGB
CMYK
RGB Variations
Color information
#8D198E (or 0x8D198E) is known color: Dark Magenta. HEX triplet: 8D, 19 and 8E. RGB value is (141,25,142). Sum of RGB (Red+Green+Blue) = 141+25+142=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D198E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D198E is #72E671. Grayscale: #484848. Windows color (decimal): -7530098 or 9312653. OLE color: 9312653.
HSL color Cylindrical-coordinate representation of color #8D198E: hue angle of 299.49º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D198E is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 25 | 142 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.44 |
| HSL | 299.49º | 0.7% | 0.33% | - |
| HSV(B) | 299.49º | 0.82% | 0.56% | - |
| XYZ | 16.21 | 8.31 | 26.34 | - |
| YUV | 73.02 | 166.93 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 142 | 0.01 | 0.82 | 0 | 0.44 | 299.49 | 0.7 | 0.33 |
| Hex | 8D | 19 | 8E | 1 | 52 | 0 | 2C | 12B | 46 | 21 |
| Octal | 215 | 31 | 216 | 1 | 122 | 0 | 54 | 453 | 106 | 41 |
| Binary | 10001101 | 11001 | 10001110 | 1 | 1010010 | 0 | 101100 | 100101011 | 1000110 | 100001 |
Color Harmonies of #8D198E
Complementary color
Monochromatic Colors of #8D198E
Black with #8D198E
Text Example
Text Example
White with #8D198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D198E; }
p { color: rgb(141,25,142); }
H1.HeaderClassName
{
color: #8D198E;
}
.AnyTagClassName
{
color: #8D198E;
}
</style>
background-color css
<style>
a { background-color: #8D198E; }
a { background-color: rgb(141,25,142); }
div.DivClassName
{
background-color: #8D198E;
}
.BgClassName
{
background-color: #8D198E;
}
</style>
border-color css
<style>
span { border-color: #8D198E; }
span { border-color: rgb(141,25,142); }
td.TdClassName
{
border-color: #8D198E;
}
.TagClassName
{
border-color: #8D198E;
}
</style>