Shades of Dark Magenta #870A8A
Tints of Dark Magenta #870A8A
RGB
CMYK
RGB Variations
Color information
#870A8A (or 0x870A8A) is known color: Dark Magenta. HEX triplet: 87, 0A and 8A. RGB value is (135,10,138). Sum of RGB (Red+Green+Blue) = 135+10+138=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #870A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870A8A is #78F575. Grayscale: #3D3D3D. Windows color (decimal): -7927158 or 9046663. OLE color: 9046663.
HSL color Cylindrical-coordinate representation of color #870A8A: hue angle of 298.59º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A8A is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 10 | 138 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.46 |
| HSL | 298.59º | 0.86% | 0.29% | - |
| HSV(B) | 298.59º | 0.93% | 0.54% | - |
| XYZ | 14.69 | 7.2 | 24.66 | - |
| YUV | 61.97 | 170.91 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 138 | 0.02 | 0.93 | 0 | 0.46 | 298.59 | 0.86 | 0.29 |
| Hex | 87 | A | 8A | 2 | 5D | 0 | 2E | 12B | 56 | 1D |
| Octal | 207 | 12 | 212 | 2 | 135 | 0 | 56 | 453 | 126 | 35 |
| Binary | 10000111 | 1010 | 10001010 | 10 | 1011101 | 0 | 101110 | 100101011 | 1010110 | 11101 |
Color Harmonies of #870A8A
Complementary color
Monochromatic Colors of #870A8A
Black with #870A8A
Text Example
Text Example
White with #870A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870A8A; }
p { color: rgb(135,10,138); }
H1.HeaderClassName
{
color: #870A8A;
}
.AnyTagClassName
{
color: #870A8A;
}
</style>
background-color css
<style>
a { background-color: #870A8A; }
a { background-color: rgb(135,10,138); }
div.DivClassName
{
background-color: #870A8A;
}
.BgClassName
{
background-color: #870A8A;
}
</style>
border-color css
<style>
span { border-color: #870A8A; }
span { border-color: rgb(135,10,138); }
td.TdClassName
{
border-color: #870A8A;
}
.TagClassName
{
border-color: #870A8A;
}
</style>