Shades of Dark Magenta #870786
Tints of Dark Magenta #870786
RGB
CMYK
RGB Variations
Color information
#870786 (or 0x870786) is known color: Dark Magenta. HEX triplet: 87, 07 and 86. RGB value is (135,7,134). Sum of RGB (Red+Green+Blue) = 135+7+134=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #870786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870786 is #78F879. Grayscale: #3B3B3B. Windows color (decimal): -7927930 or 8783751. OLE color: 8783751.
HSL color Cylindrical-coordinate representation of color #870786: hue angle of 300.47º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870786 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 7 | 134 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.47 |
| HSL | 300.47º | 0.9% | 0.28% | - |
| HSV(B) | 300.47º | 0.95% | 0.53% | - |
| XYZ | 14.37 | 7.02 | 23.15 | - |
| YUV | 59.75 | 169.91 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 134 | 0 | 0.95 | 0.01 | 0.47 | 300.47 | 0.9 | 0.28 |
| Hex | 87 | 7 | 86 | 0 | 5F | 1 | 2F | 12C | 5A | 1C |
| Octal | 207 | 7 | 206 | 0 | 137 | 1 | 57 | 454 | 132 | 34 |
| Binary | 10000111 | 111 | 10000110 | 0 | 1011111 | 1 | 101111 | 100101100 | 1011010 | 11100 |
Color Harmonies of #870786
Complementary color
Monochromatic Colors of #870786
Black with #870786
Text Example
Text Example
White with #870786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870786; }
p { color: rgb(135,7,134); }
H1.HeaderClassName
{
color: #870786;
}
.AnyTagClassName
{
color: #870786;
}
</style>
background-color css
<style>
a { background-color: #870786; }
a { background-color: rgb(135,7,134); }
div.DivClassName
{
background-color: #870786;
}
.BgClassName
{
background-color: #870786;
}
</style>
border-color css
<style>
span { border-color: #870786; }
span { border-color: rgb(135,7,134); }
td.TdClassName
{
border-color: #870786;
}
.TagClassName
{
border-color: #870786;
}
</style>