Shades of Dark Magenta #8D178C
Tints of Dark Magenta #8D178C
RGB
CMYK
RGB Variations
Color information
#8D178C (or 0x8D178C) is known color: Dark Magenta. HEX triplet: 8D, 17 and 8C. RGB value is (141,23,140). Sum of RGB (Red+Green+Blue) = 141+23+140=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D178C is #72E873. Grayscale: #474747. Windows color (decimal): -7530612 or 9181069. OLE color: 9181069.
HSL color Cylindrical-coordinate representation of color #8D178C: hue angle of 300.51º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D178C is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 23 | 140 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.45 |
| HSL | 300.51º | 0.72% | 0.32% | - |
| HSV(B) | 300.51º | 0.84% | 0.55% | - |
| XYZ | 16.02 | 8.17 | 25.54 | - |
| YUV | 71.62 | 166.59 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 23 | 140 | 0 | 0.84 | 0.01 | 0.45 | 300.51 | 0.72 | 0.32 |
| Hex | 8D | 17 | 8C | 0 | 54 | 1 | 2D | 12D | 48 | 20 |
| Octal | 215 | 27 | 214 | 0 | 124 | 1 | 55 | 455 | 110 | 40 |
| Binary | 10001101 | 10111 | 10001100 | 0 | 1010100 | 1 | 101101 | 100101101 | 1001000 | 100000 |
Color Harmonies of #8D178C
Complementary color
Monochromatic Colors of #8D178C
Black with #8D178C
Text Example
Text Example
White with #8D178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D178C; }
p { color: rgb(141,23,140); }
H1.HeaderClassName
{
color: #8D178C;
}
.AnyTagClassName
{
color: #8D178C;
}
</style>
background-color css
<style>
a { background-color: #8D178C; }
a { background-color: rgb(141,23,140); }
div.DivClassName
{
background-color: #8D178C;
}
.BgClassName
{
background-color: #8D178C;
}
</style>
border-color css
<style>
span { border-color: #8D178C; }
span { border-color: rgb(141,23,140); }
td.TdClassName
{
border-color: #8D178C;
}
.TagClassName
{
border-color: #8D178C;
}
</style>