Shades of Dark Magenta #860A88
Tints of Dark Magenta #860A88
RGB
CMYK
RGB Variations
Color information
#860A88 (or 0x860A88) is known color: Dark Magenta. HEX triplet: 86, 0A and 88. RGB value is (134,10,136). Sum of RGB (Red+Green+Blue) = 134+10+136=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #860A88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860A88 is #79F577. Grayscale: #3D3D3D. Windows color (decimal): -7992696 or 8915590. OLE color: 8915590.
HSL color Cylindrical-coordinate representation of color #860A88: hue angle of 299.05º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A88 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 10 | 136 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.47 |
| HSL | 299.05º | 0.86% | 0.29% | - |
| HSV(B) | 299.05º | 0.93% | 0.53% | - |
| XYZ | 14.38 | 7.06 | 23.9 | - |
| YUV | 61.44 | 170.08 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 136 | 0.01 | 0.93 | 0 | 0.47 | 299.05 | 0.86 | 0.29 |
| Hex | 86 | A | 88 | 1 | 5D | 0 | 2F | 12B | 56 | 1D |
| Octal | 206 | 12 | 210 | 1 | 135 | 0 | 57 | 453 | 126 | 35 |
| Binary | 10000110 | 1010 | 10001000 | 1 | 1011101 | 0 | 101111 | 100101011 | 1010110 | 11101 |
Color Harmonies of #860A88
Complementary color
Monochromatic Colors of #860A88
Black with #860A88
Text Example
Text Example
White with #860A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860A88; }
p { color: rgb(134,10,136); }
H1.HeaderClassName
{
color: #860A88;
}
.AnyTagClassName
{
color: #860A88;
}
</style>
background-color css
<style>
a { background-color: #860A88; }
a { background-color: rgb(134,10,136); }
div.DivClassName
{
background-color: #860A88;
}
.BgClassName
{
background-color: #860A88;
}
</style>
border-color css
<style>
span { border-color: #860A88; }
span { border-color: rgb(134,10,136); }
td.TdClassName
{
border-color: #860A88;
}
.TagClassName
{
border-color: #860A88;
}
</style>