Shades of Dark Magenta #870F9A
Tints of Dark Magenta #870F9A
RGB
CMYK
RGB Variations
Color information
#870F9A (or 0x870F9A) is known color: Dark Magenta. HEX triplet: 87, 0F and 9A. RGB value is (135,15,154). Sum of RGB (Red+Green+Blue) = 135+15+154=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #870F9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870F9A is #78F065. Grayscale: #424242. Windows color (decimal): -7925862 or 10096519. OLE color: 10096519.
HSL color Cylindrical-coordinate representation of color #870F9A: hue angle of 291.8º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870F9A is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 15 | 154 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.40 |
| HSL | 291.8º | 0.82% | 0.33% | - |
| HSV(B) | 291.8º | 0.9% | 0.6% | - |
| XYZ | 16 | 7.83 | 31.24 | - |
| YUV | 66.73 | 177.26 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 154 | 0.12 | 0.90 | 0 | 0.40 | 291.8 | 0.82 | 0.33 |
| Hex | 87 | F | 9A | C | 5A | 0 | 28 | 124 | 52 | 21 |
| Octal | 207 | 17 | 232 | 14 | 132 | 0 | 50 | 444 | 122 | 41 |
| Binary | 10000111 | 1111 | 10011010 | 1100 | 1011010 | 0 | 101000 | 100100100 | 1010010 | 100001 |
Color Harmonies of #870F9A
Complementary color
Monochromatic Colors of #870F9A
Black with #870F9A
Text Example
Text Example
White with #870F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F9A; }
p { color: rgb(135,15,154); }
H1.HeaderClassName
{
color: #870F9A;
}
.AnyTagClassName
{
color: #870F9A;
}
</style>
background-color css
<style>
a { background-color: #870F9A; }
a { background-color: rgb(135,15,154); }
div.DivClassName
{
background-color: #870F9A;
}
.BgClassName
{
background-color: #870F9A;
}
</style>
border-color css
<style>
span { border-color: #870F9A; }
span { border-color: rgb(135,15,154); }
td.TdClassName
{
border-color: #870F9A;
}
.TagClassName
{
border-color: #870F9A;
}
</style>