Shades of Dark Magenta #87148D
Tints of Dark Magenta #87148D
RGB
CMYK
RGB Variations
Color information
#87148D (or 0x87148D) is known color: Dark Magenta. HEX triplet: 87, 14 and 8D. RGB value is (135,20,141). Sum of RGB (Red+Green+Blue) = 135+20+141=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #87148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87148D is #78EB72. Grayscale: #434343. Windows color (decimal): -7924595 or 9245831. OLE color: 9245831.
HSL color Cylindrical-coordinate representation of color #87148D: hue angle of 297.02º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #87148D is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 20 | 141 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.45 |
| HSL | 297.02º | 0.75% | 0.32% | - |
| HSV(B) | 297.02º | 0.86% | 0.55% | - |
| XYZ | 15.05 | 7.57 | 25.87 | - |
| YUV | 68.18 | 169.1 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 141 | 0.04 | 0.86 | 0 | 0.45 | 297.02 | 0.75 | 0.32 |
| Hex | 87 | 14 | 8D | 4 | 56 | 0 | 2D | 129 | 4B | 20 |
| Octal | 207 | 24 | 215 | 4 | 126 | 0 | 55 | 451 | 113 | 40 |
| Binary | 10000111 | 10100 | 10001101 | 100 | 1010110 | 0 | 101101 | 100101001 | 1001011 | 100000 |
Color Harmonies of #87148D
Complementary color
Monochromatic Colors of #87148D
Black with #87148D
Text Example
Text Example
White with #87148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87148D; }
p { color: rgb(135,20,141); }
H1.HeaderClassName
{
color: #87148D;
}
.AnyTagClassName
{
color: #87148D;
}
</style>
background-color css
<style>
a { background-color: #87148D; }
a { background-color: rgb(135,20,141); }
div.DivClassName
{
background-color: #87148D;
}
.BgClassName
{
background-color: #87148D;
}
</style>
border-color css
<style>
span { border-color: #87148D; }
span { border-color: rgb(135,20,141); }
td.TdClassName
{
border-color: #87148D;
}
.TagClassName
{
border-color: #87148D;
}
</style>