Shades of Dark Magenta #871385
Tints of Dark Magenta #871385
RGB
CMYK
RGB Variations
Color information
#871385 (or 0x871385) is known color: Dark Magenta. HEX triplet: 87, 13 and 85. RGB value is (135,19,133). Sum of RGB (Red+Green+Blue) = 135+19+133=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #871385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871385 is #78EC7A. Grayscale: #424242. Windows color (decimal): -7924859 or 8721287. OLE color: 8721287.
HSL color Cylindrical-coordinate representation of color #871385: hue angle of 301.03º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871385 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 19 | 133 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.47 |
| HSL | 301.03º | 0.75% | 0.3% | - |
| HSV(B) | 301.03º | 0.86% | 0.53% | - |
| XYZ | 14.46 | 7.31 | 22.84 | - |
| YUV | 66.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 133 | 0 | 0.86 | 0.01 | 0.47 | 301.03 | 0.75 | 0.3 |
| Hex | 87 | 13 | 85 | 0 | 56 | 1 | 2F | 12D | 4B | 1E |
| Octal | 207 | 23 | 205 | 0 | 126 | 1 | 57 | 455 | 113 | 36 |
| Binary | 10000111 | 10011 | 10000101 | 0 | 1010110 | 1 | 101111 | 100101101 | 1001011 | 11110 |
Color Harmonies of #871385
Complementary color
Monochromatic Colors of #871385
Black with #871385
Text Example
Text Example
White with #871385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871385; }
p { color: rgb(135,19,133); }
H1.HeaderClassName
{
color: #871385;
}
.AnyTagClassName
{
color: #871385;
}
</style>
background-color css
<style>
a { background-color: #871385; }
a { background-color: rgb(135,19,133); }
div.DivClassName
{
background-color: #871385;
}
.BgClassName
{
background-color: #871385;
}
</style>
border-color css
<style>
span { border-color: #871385; }
span { border-color: rgb(135,19,133); }
td.TdClassName
{
border-color: #871385;
}
.TagClassName
{
border-color: #871385;
}
</style>