Shades of Dark Magenta #860187
Tints of Dark Magenta #860187
RGB
CMYK
RGB Variations
Color information
#860187 (or 0x860187) is known color: Dark Magenta. HEX triplet: 86, 01 and 87. RGB value is (134,1,135). Sum of RGB (Red+Green+Blue) = 134+1+135=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #860187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860187 is #79FE78. Grayscale: #373737. Windows color (decimal): -7995001 or 8847750. OLE color: 8847750.
HSL color Cylindrical-coordinate representation of color #860187: hue angle of 299.55º 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 #860187 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 135 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.47 |
| HSL | 299.55º | 0.99% | 0.27% | - |
| HSV(B) | 299.55º | 0.99% | 0.53% | - |
| XYZ | 14.22 | 6.84 | 23.49 | - |
| YUV | 56.04 | 172.56 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 135 | 0.01 | 0.99 | 0 | 0.47 | 299.55 | 0.99 | 0.27 |
| Hex | 86 | 1 | 87 | 1 | 63 | 0 | 2F | 12C | 63 | 1B |
| Octal | 206 | 1 | 207 | 1 | 143 | 0 | 57 | 454 | 143 | 33 |
| Binary | 10000110 | 1 | 10000111 | 1 | 1100011 | 0 | 101111 | 100101100 | 1100011 | 11011 |
Color Harmonies of #860187
Complementary color
Monochromatic Colors of #860187
Black with #860187
Text Example
Text Example
White with #860187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860187; }
p { color: rgb(134,1,135); }
H1.HeaderClassName
{
color: #860187;
}
.AnyTagClassName
{
color: #860187;
}
</style>
background-color css
<style>
a { background-color: #860187; }
a { background-color: rgb(134,1,135); }
div.DivClassName
{
background-color: #860187;
}
.BgClassName
{
background-color: #860187;
}
</style>
border-color css
<style>
span { border-color: #860187; }
span { border-color: rgb(134,1,135); }
td.TdClassName
{
border-color: #860187;
}
.TagClassName
{
border-color: #860187;
}
</style>