Shades of Dark Magenta #8D118C
Tints of Dark Magenta #8D118C
RGB
CMYK
RGB Variations
Color information
#8D118C (or 0x8D118C) is known color: Dark Magenta. HEX triplet: 8D, 11 and 8C. RGB value is (141,17,140). Sum of RGB (Red+Green+Blue) = 141+17+140=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D118C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D118C is #72EE73. Grayscale: #434343. Windows color (decimal): -7532148 or 9179533. OLE color: 9179533.
HSL color Cylindrical-coordinate representation of color #8D118C: hue angle of 300.48º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D118C is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 140 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.45 |
| HSL | 300.48º | 0.78% | 0.31% | - |
| HSV(B) | 300.48º | 0.88% | 0.55% | - |
| XYZ | 15.92 | 7.96 | 25.51 | - |
| YUV | 68.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 140 | 0 | 0.88 | 0.01 | 0.45 | 300.48 | 0.78 | 0.31 |
| Hex | 8D | 11 | 8C | 0 | 58 | 1 | 2D | 12C | 4E | 1F |
| Octal | 215 | 21 | 214 | 0 | 130 | 1 | 55 | 454 | 116 | 37 |
| Binary | 10001101 | 10001 | 10001100 | 0 | 1011000 | 1 | 101101 | 100101100 | 1001110 | 11111 |
Color Harmonies of #8D118C
Complementary color
Monochromatic Colors of #8D118C
Black with #8D118C
Text Example
Text Example
White with #8D118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D118C; }
p { color: rgb(141,17,140); }
H1.HeaderClassName
{
color: #8D118C;
}
.AnyTagClassName
{
color: #8D118C;
}
</style>
background-color css
<style>
a { background-color: #8D118C; }
a { background-color: rgb(141,17,140); }
div.DivClassName
{
background-color: #8D118C;
}
.BgClassName
{
background-color: #8D118C;
}
</style>
border-color css
<style>
span { border-color: #8D118C; }
span { border-color: rgb(141,17,140); }
td.TdClassName
{
border-color: #8D118C;
}
.TagClassName
{
border-color: #8D118C;
}
</style>