Shades of Dark Magenta #87188B
Tints of Dark Magenta #87188B
RGB
CMYK
RGB Variations
Color information
#87188B (or 0x87188B) is known color: Dark Magenta. HEX triplet: 87, 18 and 8B. RGB value is (135,24,139). Sum of RGB (Red+Green+Blue) = 135+24+139=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #87188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87188B is #78E774. Grayscale: #454545. Windows color (decimal): -7923573 or 9115783. OLE color: 9115783.
HSL color Cylindrical-coordinate representation of color #87188B: hue angle of 297.91º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #87188B is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 24 | 139 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.45 |
| HSL | 297.91º | 0.71% | 0.32% | - |
| HSV(B) | 297.91º | 0.83% | 0.55% | - |
| XYZ | 14.98 | 7.67 | 25.12 | - |
| YUV | 70.3 | 166.77 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 24 | 139 | 0.03 | 0.83 | 0 | 0.45 | 297.91 | 0.71 | 0.32 |
| Hex | 87 | 18 | 8B | 3 | 53 | 0 | 2D | 12A | 47 | 20 |
| Octal | 207 | 30 | 213 | 3 | 123 | 0 | 55 | 452 | 107 | 40 |
| Binary | 10000111 | 11000 | 10001011 | 11 | 1010011 | 0 | 101101 | 100101010 | 1000111 | 100000 |
Color Harmonies of #87188B
Complementary color
Monochromatic Colors of #87188B
Black with #87188B
Text Example
Text Example
White with #87188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87188B; }
p { color: rgb(135,24,139); }
H1.HeaderClassName
{
color: #87188B;
}
.AnyTagClassName
{
color: #87188B;
}
</style>
background-color css
<style>
a { background-color: #87188B; }
a { background-color: rgb(135,24,139); }
div.DivClassName
{
background-color: #87188B;
}
.BgClassName
{
background-color: #87188B;
}
</style>
border-color css
<style>
span { border-color: #87188B; }
span { border-color: rgb(135,24,139); }
td.TdClassName
{
border-color: #87188B;
}
.TagClassName
{
border-color: #87188B;
}
</style>