Shades of Dark Magenta #860387
Tints of Dark Magenta #860387
RGB
CMYK
RGB Variations
Color information
#860387 (or 0x860387) is known color: Dark Magenta. HEX triplet: 86, 03 and 87. RGB value is (134,3,135). Sum of RGB (Red+Green+Blue) = 134+3+135=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #860387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860387 is #79FC78. Grayscale: #383838. Windows color (decimal): -7994489 or 8848262. OLE color: 8848262.
HSL color Cylindrical-coordinate representation of color #860387: hue angle of 299.55º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #860387 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 135 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.47 |
| HSL | 299.55º | 0.96% | 0.27% | - |
| HSV(B) | 299.55º | 0.98% | 0.53% | - |
| XYZ | 14.24 | 6.88 | 23.5 | - |
| YUV | 57.22 | 171.9 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 135 | 0.01 | 0.98 | 0 | 0.47 | 299.55 | 0.96 | 0.27 |
| Hex | 86 | 3 | 87 | 1 | 62 | 0 | 2F | 12C | 60 | 1B |
| Octal | 206 | 3 | 207 | 1 | 142 | 0 | 57 | 454 | 140 | 33 |
| Binary | 10000110 | 11 | 10000111 | 1 | 1100010 | 0 | 101111 | 100101100 | 1100000 | 11011 |
Color Harmonies of #860387
Complementary color
Monochromatic Colors of #860387
Black with #860387
Text Example
Text Example
White with #860387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860387; }
p { color: rgb(134,3,135); }
H1.HeaderClassName
{
color: #860387;
}
.AnyTagClassName
{
color: #860387;
}
</style>
background-color css
<style>
a { background-color: #860387; }
a { background-color: rgb(134,3,135); }
div.DivClassName
{
background-color: #860387;
}
.BgClassName
{
background-color: #860387;
}
</style>
border-color css
<style>
span { border-color: #860387; }
span { border-color: rgb(134,3,135); }
td.TdClassName
{
border-color: #860387;
}
.TagClassName
{
border-color: #860387;
}
</style>