Shades of Dark Magenta #870FAC
Tints of Dark Magenta #870FAC
RGB
CMYK
RGB Variations
Color information
#870FAC (or 0x870FAC) is known color: Dark Magenta. HEX triplet: 87, 0F and AC. RGB value is (135,15,172). Sum of RGB (Red+Green+Blue) = 135+15+172=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #870FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870FAC is #78F053. Grayscale: #444444. Windows color (decimal): -7925844 or 11276167. OLE color: 11276167.
HSL color Cylindrical-coordinate representation of color #870FAC: hue angle of 285.86º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870FAC is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 15 | 172 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.33 |
| HSL | 285.86º | 0.84% | 0.37% | - |
| HSV(B) | 285.86º | 0.91% | 0.67% | - |
| XYZ | 17.61 | 8.47 | 39.74 | - |
| YUV | 68.78 | 186.26 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 172 | 0.22 | 0.91 | 0 | 0.33 | 285.86 | 0.84 | 0.37 |
| Hex | 87 | F | AC | 16 | 5B | 0 | 21 | 11E | 54 | 25 |
| Octal | 207 | 17 | 254 | 26 | 133 | 0 | 41 | 436 | 124 | 45 |
| Binary | 10000111 | 1111 | 10101100 | 10110 | 1011011 | 0 | 100001 | 100011110 | 1010100 | 100101 |
Color Harmonies of #870FAC
Complementary color
Monochromatic Colors of #870FAC
Black with #870FAC
Text Example
Text Example
White with #870FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870FAC; }
p { color: rgb(135,15,172); }
H1.HeaderClassName
{
color: #870FAC;
}
.AnyTagClassName
{
color: #870FAC;
}
</style>
background-color css
<style>
a { background-color: #870FAC; }
a { background-color: rgb(135,15,172); }
div.DivClassName
{
background-color: #870FAC;
}
.BgClassName
{
background-color: #870FAC;
}
</style>
border-color css
<style>
span { border-color: #870FAC; }
span { border-color: rgb(135,15,172); }
td.TdClassName
{
border-color: #870FAC;
}
.TagClassName
{
border-color: #870FAC;
}
</style>