Shades of Dark Magenta #8D1188
Tints of Dark Magenta #8D1188
RGB
CMYK
RGB Variations
Color information
#8D1188 (or 0x8D1188) is known color: Dark Magenta. HEX triplet: 8D, 11 and 88. RGB value is (141,17,136). Sum of RGB (Red+Green+Blue) = 141+17+136=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1188 is #72EE77. Grayscale: #434343. Windows color (decimal): -7532152 or 8917389. OLE color: 8917389.
HSL color Cylindrical-coordinate representation of color #8D1188: hue angle of 302.42º 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 #8D1188 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 136 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.45 |
| HSL | 302.42º | 0.78% | 0.31% | - |
| HSV(B) | 302.42º | 0.88% | 0.55% | - |
| XYZ | 15.63 | 7.84 | 23.98 | - |
| YUV | 67.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 136 | 0 | 0.88 | 0.04 | 0.45 | 302.42 | 0.78 | 0.31 |
| Hex | 8D | 11 | 88 | 0 | 58 | 4 | 2D | 12E | 4E | 1F |
| Octal | 215 | 21 | 210 | 0 | 130 | 4 | 55 | 456 | 116 | 37 |
| Binary | 10001101 | 10001 | 10001000 | 0 | 1011000 | 100 | 101101 | 100101110 | 1001110 | 11111 |
Color Harmonies of #8D1188
Complementary color
Monochromatic Colors of #8D1188
Black with #8D1188
Text Example
Text Example
White with #8D1188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1188; }
p { color: rgb(141,17,136); }
H1.HeaderClassName
{
color: #8D1188;
}
.AnyTagClassName
{
color: #8D1188;
}
</style>
background-color css
<style>
a { background-color: #8D1188; }
a { background-color: rgb(141,17,136); }
div.DivClassName
{
background-color: #8D1188;
}
.BgClassName
{
background-color: #8D1188;
}
</style>
border-color css
<style>
span { border-color: #8D1188; }
span { border-color: rgb(141,17,136); }
td.TdClassName
{
border-color: #8D1188;
}
.TagClassName
{
border-color: #8D1188;
}
</style>