Shades of Dark Magenta #870FAA
Tints of Dark Magenta #870FAA
RGB
CMYK
RGB Variations
Color information
#870FAA (or 0x870FAA) is known color: Dark Magenta. HEX triplet: 87, 0F and AA. RGB value is (135,15,170). Sum of RGB (Red+Green+Blue) = 135+15+170=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #870FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870FAA is #78F055. Grayscale: #444444. Windows color (decimal): -7925846 or 11145095. OLE color: 11145095.
HSL color Cylindrical-coordinate representation of color #870FAA: hue angle of 286.45º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870FAA is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 15 | 170 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.33 |
| HSL | 286.45º | 0.84% | 0.36% | - |
| HSV(B) | 286.45º | 0.91% | 0.67% | - |
| XYZ | 17.42 | 8.39 | 38.73 | - |
| YUV | 68.55 | 185.26 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 170 | 0.21 | 0.91 | 0 | 0.33 | 286.45 | 0.84 | 0.36 |
| Hex | 87 | F | AA | 15 | 5B | 0 | 21 | 11E | 54 | 24 |
| Octal | 207 | 17 | 252 | 25 | 133 | 0 | 41 | 436 | 124 | 44 |
| Binary | 10000111 | 1111 | 10101010 | 10101 | 1011011 | 0 | 100001 | 100011110 | 1010100 | 100100 |
Color Harmonies of #870FAA
Complementary color
Monochromatic Colors of #870FAA
Black with #870FAA
Text Example
Text Example
White with #870FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870FAA; }
p { color: rgb(135,15,170); }
H1.HeaderClassName
{
color: #870FAA;
}
.AnyTagClassName
{
color: #870FAA;
}
</style>
background-color css
<style>
a { background-color: #870FAA; }
a { background-color: rgb(135,15,170); }
div.DivClassName
{
background-color: #870FAA;
}
.BgClassName
{
background-color: #870FAA;
}
</style>
border-color css
<style>
span { border-color: #870FAA; }
span { border-color: rgb(135,15,170); }
td.TdClassName
{
border-color: #870FAA;
}
.TagClassName
{
border-color: #870FAA;
}
</style>