Shades of Dark Magenta #8C119D
Tints of Dark Magenta #8C119D
RGB
CMYK
RGB Variations
Color information
#8C119D (or 0x8C119D) is known color: Dark Magenta. HEX triplet: 8C, 11 and 9D. RGB value is (140,17,157). Sum of RGB (Red+Green+Blue) = 140+17+157=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C119D is #73EE62. Grayscale: #454545. Windows color (decimal): -7597667 or 10293644. OLE color: 10293644.
HSL color Cylindrical-coordinate representation of color #8C119D: hue angle of 292.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C119D is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 17 | 157 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.38 |
| HSL | 292.71º | 0.8% | 0.34% | - |
| HSV(B) | 292.71º | 0.89% | 0.62% | - |
| XYZ | 17.1 | 8.41 | 32.62 | - |
| YUV | 69.74 | 177.25 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 157 | 0.11 | 0.89 | 0 | 0.38 | 292.71 | 0.8 | 0.34 |
| Hex | 8C | 11 | 9D | B | 59 | 0 | 26 | 125 | 50 | 22 |
| Octal | 214 | 21 | 235 | 13 | 131 | 0 | 46 | 445 | 120 | 42 |
| Binary | 10001100 | 10001 | 10011101 | 1011 | 1011001 | 0 | 100110 | 100100101 | 1010000 | 100010 |
Color Harmonies of #8C119D
Complementary color
Monochromatic Colors of #8C119D
Black with #8C119D
Text Example
Text Example
White with #8C119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C119D; }
p { color: rgb(140,17,157); }
H1.HeaderClassName
{
color: #8C119D;
}
.AnyTagClassName
{
color: #8C119D;
}
</style>
background-color css
<style>
a { background-color: #8C119D; }
a { background-color: rgb(140,17,157); }
div.DivClassName
{
background-color: #8C119D;
}
.BgClassName
{
background-color: #8C119D;
}
</style>
border-color css
<style>
span { border-color: #8C119D; }
span { border-color: rgb(140,17,157); }
td.TdClassName
{
border-color: #8C119D;
}
.TagClassName
{
border-color: #8C119D;
}
</style>