Shades of Dark Magenta #8C1588
Tints of Dark Magenta #8C1588
RGB
CMYK
RGB Variations
Color information
#8C1588 (or 0x8C1588) is known color: Dark Magenta. HEX triplet: 8C, 15 and 88. RGB value is (140,21,136). Sum of RGB (Red+Green+Blue) = 140+21+136=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1588 is #73EA77. Grayscale: #454545. Windows color (decimal): -7596664 or 8918412. OLE color: 8918412.
HSL color Cylindrical-coordinate representation of color #8C1588: hue angle of 302.02º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1588 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 21 | 136 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.45 |
| HSL | 302.02º | 0.74% | 0.32% | - |
| HSV(B) | 302.02º | 0.85% | 0.55% | - |
| XYZ | 15.53 | 7.89 | 24 | - |
| YUV | 69.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 136 | 0 | 0.85 | 0.03 | 0.45 | 302.02 | 0.74 | 0.32 |
| Hex | 8C | 15 | 88 | 0 | 55 | 3 | 2D | 12E | 4A | 20 |
| Octal | 214 | 25 | 210 | 0 | 125 | 3 | 55 | 456 | 112 | 40 |
| Binary | 10001100 | 10101 | 10001000 | 0 | 1010101 | 11 | 101101 | 100101110 | 1001010 | 100000 |
Color Harmonies of #8C1588
Complementary color
Monochromatic Colors of #8C1588
Black with #8C1588
Text Example
Text Example
White with #8C1588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1588; }
p { color: rgb(140,21,136); }
H1.HeaderClassName
{
color: #8C1588;
}
.AnyTagClassName
{
color: #8C1588;
}
</style>
background-color css
<style>
a { background-color: #8C1588; }
a { background-color: rgb(140,21,136); }
div.DivClassName
{
background-color: #8C1588;
}
.BgClassName
{
background-color: #8C1588;
}
</style>
border-color css
<style>
span { border-color: #8C1588; }
span { border-color: rgb(140,21,136); }
td.TdClassName
{
border-color: #8C1588;
}
.TagClassName
{
border-color: #8C1588;
}
</style>