Shades of Dark Magenta #8C178D
Tints of Dark Magenta #8C178D
RGB
CMYK
RGB Variations
Color information
#8C178D (or 0x8C178D) is known color: Dark Magenta. HEX triplet: 8C, 17 and 8D. RGB value is (140,23,141). Sum of RGB (Red+Green+Blue) = 140+23+141=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C178D is #73E872. Grayscale: #474747. Windows color (decimal): -7596147 or 9246604. OLE color: 9246604.
HSL color Cylindrical-coordinate representation of color #8C178D: hue angle of 299.49º 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 #8C178D is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 141 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.45 |
| HSL | 299.49º | 0.72% | 0.32% | - |
| HSV(B) | 299.49º | 0.84% | 0.55% | - |
| XYZ | 15.93 | 8.11 | 25.93 | - |
| YUV | 71.44 | 167.26 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 141 | 0.01 | 0.84 | 0 | 0.45 | 299.49 | 0.72 | 0.32 |
| Hex | 8C | 17 | 8D | 1 | 54 | 0 | 2D | 12B | 48 | 20 |
| Octal | 214 | 27 | 215 | 1 | 124 | 0 | 55 | 453 | 110 | 40 |
| Binary | 10001100 | 10111 | 10001101 | 1 | 1010100 | 0 | 101101 | 100101011 | 1001000 | 100000 |
Color Harmonies of #8C178D
Complementary color
Monochromatic Colors of #8C178D
Black with #8C178D
Text Example
Text Example
White with #8C178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C178D; }
p { color: rgb(140,23,141); }
H1.HeaderClassName
{
color: #8C178D;
}
.AnyTagClassName
{
color: #8C178D;
}
</style>
background-color css
<style>
a { background-color: #8C178D; }
a { background-color: rgb(140,23,141); }
div.DivClassName
{
background-color: #8C178D;
}
.BgClassName
{
background-color: #8C178D;
}
</style>
border-color css
<style>
span { border-color: #8C178D; }
span { border-color: rgb(140,23,141); }
td.TdClassName
{
border-color: #8C178D;
}
.TagClassName
{
border-color: #8C178D;
}
</style>