Shades of Dark Magenta #870CAC
Tints of Dark Magenta #870CAC
RGB
CMYK
RGB Variations
Color information
#870CAC (or 0x870CAC) is known color: Dark Magenta. HEX triplet: 87, 0C and AC. RGB value is (135,12,172). Sum of RGB (Red+Green+Blue) = 135+12+172=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #870CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870CAC is #78F353. Grayscale: #424242. Windows color (decimal): -7926612 or 11275399. OLE color: 11275399.
HSL color Cylindrical-coordinate representation of color #870CAC: hue angle of 286.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870CAC is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 12 | 172 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.33 |
| HSL | 286.13º | 0.87% | 0.36% | - |
| HSV(B) | 286.13º | 0.93% | 0.67% | - |
| XYZ | 17.57 | 8.39 | 39.72 | - |
| YUV | 67.02 | 187.25 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 172 | 0.22 | 0.93 | 0 | 0.33 | 286.13 | 0.87 | 0.36 |
| Hex | 87 | C | AC | 16 | 5D | 0 | 21 | 11E | 57 | 24 |
| Octal | 207 | 14 | 254 | 26 | 135 | 0 | 41 | 436 | 127 | 44 |
| Binary | 10000111 | 1100 | 10101100 | 10110 | 1011101 | 0 | 100001 | 100011110 | 1010111 | 100100 |
Color Harmonies of #870CAC
Complementary color
Monochromatic Colors of #870CAC
Black with #870CAC
Text Example
Text Example
White with #870CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870CAC; }
p { color: rgb(135,12,172); }
H1.HeaderClassName
{
color: #870CAC;
}
.AnyTagClassName
{
color: #870CAC;
}
</style>
background-color css
<style>
a { background-color: #870CAC; }
a { background-color: rgb(135,12,172); }
div.DivClassName
{
background-color: #870CAC;
}
.BgClassName
{
background-color: #870CAC;
}
</style>
border-color css
<style>
span { border-color: #870CAC; }
span { border-color: rgb(135,12,172); }
td.TdClassName
{
border-color: #870CAC;
}
.TagClassName
{
border-color: #870CAC;
}
</style>