Shades of Dark Magenta #860588
Tints of Dark Magenta #860588
RGB
CMYK
RGB Variations
Color information
#860588 (or 0x860588) is known color: Dark Magenta. HEX triplet: 86, 05 and 88. RGB value is (134,5,136). Sum of RGB (Red+Green+Blue) = 134+5+136=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #860588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860588 is #79FA77. Grayscale: #3A3A3A. Windows color (decimal): -7993976 or 8914310. OLE color: 8914310.
HSL color Cylindrical-coordinate representation of color #860588: hue angle of 299.08º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860588 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 5 | 136 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.47 |
| HSL | 299.08º | 0.93% | 0.28% | - |
| HSV(B) | 299.08º | 0.96% | 0.53% | - |
| XYZ | 14.33 | 6.95 | 23.88 | - |
| YUV | 58.51 | 171.74 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 136 | 0.01 | 0.96 | 0 | 0.47 | 299.08 | 0.93 | 0.28 |
| Hex | 86 | 5 | 88 | 1 | 60 | 0 | 2F | 12B | 5D | 1C |
| Octal | 206 | 5 | 210 | 1 | 140 | 0 | 57 | 453 | 135 | 34 |
| Binary | 10000110 | 101 | 10001000 | 1 | 1100000 | 0 | 101111 | 100101011 | 1011101 | 11100 |
Color Harmonies of #860588
Complementary color
Monochromatic Colors of #860588
Black with #860588
Text Example
Text Example
White with #860588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860588; }
p { color: rgb(134,5,136); }
H1.HeaderClassName
{
color: #860588;
}
.AnyTagClassName
{
color: #860588;
}
</style>
background-color css
<style>
a { background-color: #860588; }
a { background-color: rgb(134,5,136); }
div.DivClassName
{
background-color: #860588;
}
.BgClassName
{
background-color: #860588;
}
</style>
border-color css
<style>
span { border-color: #860588; }
span { border-color: rgb(134,5,136); }
td.TdClassName
{
border-color: #860588;
}
.TagClassName
{
border-color: #860588;
}
</style>