Shades of Dark Magenta #870091
Tints of Dark Magenta #870091
RGB
CMYK
RGB Variations
Color information
#870091 (or 0x870091) is known color: Dark Magenta. HEX triplet: 87, 00 and 91. RGB value is (135,0,145). Sum of RGB (Red+Green+Blue) = 135+0+145=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #870091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870091 is #78FF6E. Grayscale: #383838. Windows color (decimal): -7929711 or 9502855. OLE color: 9502855.
HSL color Cylindrical-coordinate representation of color #870091: hue angle of 295.86º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870091 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 0 | 145 | - |
| CMYK | 0.07 | 1 | 0 | 0.43 |
| HSL | 295.86º | 1% | 0.28% | - |
| HSV(B) | 295.86º | 1% | 0.57% | - |
| XYZ | 15.1 | 7.2 | 27.38 | - |
| YUV | 56.9 | 177.73 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 145 | 0.07 | 1 | 0 | 0.43 | 295.86 | 1 | 0.28 |
| Hex | 87 | 0 | 91 | 7 | 64 | 0 | 2B | 128 | 64 | 1C |
| Octal | 207 | 0 | 221 | 7 | 144 | 0 | 53 | 450 | 144 | 34 |
| Binary | 10000111 | 0 | 10010001 | 111 | 1100100 | 0 | 101011 | 100101000 | 1100100 | 11100 |
Color Harmonies of #870091
Complementary color
Monochromatic Colors of #870091
Black with #870091
Text Example
Text Example
White with #870091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870091; }
p { color: rgb(135,0,145); }
H1.HeaderClassName
{
color: #870091;
}
.AnyTagClassName
{
color: #870091;
}
</style>
background-color css
<style>
a { background-color: #870091; }
a { background-color: rgb(135,0,145); }
div.DivClassName
{
background-color: #870091;
}
.BgClassName
{
background-color: #870091;
}
</style>
border-color css
<style>
span { border-color: #870091; }
span { border-color: rgb(135,0,145); }
td.TdClassName
{
border-color: #870091;
}
.TagClassName
{
border-color: #870091;
}
</style>