Shades of Dark Magenta #870595
Tints of Dark Magenta #870595
RGB
CMYK
RGB Variations
Color information
#870595 (or 0x870595) is known color: Dark Magenta. HEX triplet: 87, 05 and 95. RGB value is (135,5,149). Sum of RGB (Red+Green+Blue) = 135+5+149=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #870595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870595 is #78FA6A. Grayscale: #3B3B3B. Windows color (decimal): -7928427 or 9766279. OLE color: 9766279.
HSL color Cylindrical-coordinate representation of color #870595: hue angle of 294.17º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870595 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 5 | 149 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.42 |
| HSL | 294.17º | 0.94% | 0.3% | - |
| HSV(B) | 294.17º | 0.97% | 0.58% | - |
| XYZ | 15.47 | 7.43 | 29.05 | - |
| YUV | 60.29 | 178.07 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 149 | 0.09 | 0.97 | 0 | 0.42 | 294.17 | 0.94 | 0.3 |
| Hex | 87 | 5 | 95 | 9 | 61 | 0 | 2A | 126 | 5E | 1E |
| Octal | 207 | 5 | 225 | 11 | 141 | 0 | 52 | 446 | 136 | 36 |
| Binary | 10000111 | 101 | 10010101 | 1001 | 1100001 | 0 | 101010 | 100100110 | 1011110 | 11110 |
Color Harmonies of #870595
Complementary color
Monochromatic Colors of #870595
Black with #870595
Text Example
Text Example
White with #870595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870595; }
p { color: rgb(135,5,149); }
H1.HeaderClassName
{
color: #870595;
}
.AnyTagClassName
{
color: #870595;
}
</style>
background-color css
<style>
a { background-color: #870595; }
a { background-color: rgb(135,5,149); }
div.DivClassName
{
background-color: #870595;
}
.BgClassName
{
background-color: #870595;
}
</style>
border-color css
<style>
span { border-color: #870595; }
span { border-color: rgb(135,5,149); }
td.TdClassName
{
border-color: #870595;
}
.TagClassName
{
border-color: #870595;
}
</style>