Shades of Dark Magenta #871593
Tints of Dark Magenta #871593
RGB
CMYK
RGB Variations
Color information
#871593 (or 0x871593) is known color: Dark Magenta. HEX triplet: 87, 15 and 93. RGB value is (135,21,147). Sum of RGB (Red+Green+Blue) = 135+21+147=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #871593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871593 is #78EA6C. Grayscale: #454545. Windows color (decimal): -7924333 or 9639303. OLE color: 9639303.
HSL color Cylindrical-coordinate representation of color #871593: hue angle of 294.29º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871593 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 21 | 147 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.42 |
| HSL | 294.29º | 0.75% | 0.33% | - |
| HSV(B) | 294.29º | 0.86% | 0.58% | - |
| XYZ | 15.53 | 7.79 | 28.29 | - |
| YUV | 69.45 | 171.77 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 21 | 147 | 0.08 | 0.86 | 0 | 0.42 | 294.29 | 0.75 | 0.33 |
| Hex | 87 | 15 | 93 | 8 | 56 | 0 | 2A | 126 | 4B | 21 |
| Octal | 207 | 25 | 223 | 10 | 126 | 0 | 52 | 446 | 113 | 41 |
| Binary | 10000111 | 10101 | 10010011 | 1000 | 1010110 | 0 | 101010 | 100100110 | 1001011 | 100001 |
Color Harmonies of #871593
Complementary color
Monochromatic Colors of #871593
Black with #871593
Text Example
Text Example
White with #871593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871593; }
p { color: rgb(135,21,147); }
H1.HeaderClassName
{
color: #871593;
}
.AnyTagClassName
{
color: #871593;
}
</style>
background-color css
<style>
a { background-color: #871593; }
a { background-color: rgb(135,21,147); }
div.DivClassName
{
background-color: #871593;
}
.BgClassName
{
background-color: #871593;
}
</style>
border-color css
<style>
span { border-color: #871593; }
span { border-color: rgb(135,21,147); }
td.TdClassName
{
border-color: #871593;
}
.TagClassName
{
border-color: #871593;
}
</style>