Shades of Dark Magenta #870188
Tints of Dark Magenta #870188
RGB
CMYK
RGB Variations
Color information
#870188 (or 0x870188) is known color: Dark Magenta. HEX triplet: 87, 01 and 88. RGB value is (135,1,136). Sum of RGB (Red+Green+Blue) = 135+1+136=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #870188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870188 is #78FE77. Grayscale: #383838. Windows color (decimal): -7929464 or 8913287. OLE color: 8913287.
HSL color Cylindrical-coordinate representation of color #870188: hue angle of 299.56º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870188 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 136 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.47 |
| HSL | 299.56º | 0.99% | 0.27% | - |
| HSV(B) | 299.56º | 0.99% | 0.53% | - |
| XYZ | 14.45 | 6.95 | 23.87 | - |
| YUV | 56.46 | 172.89 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 136 | 0.01 | 0.99 | 0 | 0.47 | 299.56 | 0.99 | 0.27 |
| Hex | 87 | 1 | 88 | 1 | 63 | 0 | 2F | 12C | 63 | 1B |
| Octal | 207 | 1 | 210 | 1 | 143 | 0 | 57 | 454 | 143 | 33 |
| Binary | 10000111 | 1 | 10001000 | 1 | 1100011 | 0 | 101111 | 100101100 | 1100011 | 11011 |
Color Harmonies of #870188
Complementary color
Monochromatic Colors of #870188
Black with #870188
Text Example
Text Example
White with #870188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870188; }
p { color: rgb(135,1,136); }
H1.HeaderClassName
{
color: #870188;
}
.AnyTagClassName
{
color: #870188;
}
</style>
background-color css
<style>
a { background-color: #870188; }
a { background-color: rgb(135,1,136); }
div.DivClassName
{
background-color: #870188;
}
.BgClassName
{
background-color: #870188;
}
</style>
border-color css
<style>
span { border-color: #870188; }
span { border-color: rgb(135,1,136); }
td.TdClassName
{
border-color: #870188;
}
.TagClassName
{
border-color: #870188;
}
</style>