Shades of Dark Magenta #871395
Tints of Dark Magenta #871395
RGB
CMYK
RGB Variations
Color information
#871395 (or 0x871395) is known color: Dark Magenta. HEX triplet: 87, 13 and 95. RGB value is (135,19,149). Sum of RGB (Red+Green+Blue) = 135+19+149=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #871395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871395 is #78EC6A. Grayscale: #444444. Windows color (decimal): -7924843 or 9769863. OLE color: 9769863.
HSL color Cylindrical-coordinate representation of color #871395: hue angle of 293.54º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871395 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 19 | 149 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.42 |
| HSL | 293.54º | 0.77% | 0.33% | - |
| HSV(B) | 293.54º | 0.87% | 0.58% | - |
| XYZ | 15.65 | 7.79 | 29.11 | - |
| YUV | 68.5 | 173.43 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 149 | 0.09 | 0.87 | 0 | 0.42 | 293.54 | 0.77 | 0.33 |
| Hex | 87 | 13 | 95 | 9 | 57 | 0 | 2A | 126 | 4D | 21 |
| Octal | 207 | 23 | 225 | 11 | 127 | 0 | 52 | 446 | 115 | 41 |
| Binary | 10000111 | 10011 | 10010101 | 1001 | 1010111 | 0 | 101010 | 100100110 | 1001101 | 100001 |
Color Harmonies of #871395
Complementary color
Monochromatic Colors of #871395
Black with #871395
Text Example
Text Example
White with #871395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871395; }
p { color: rgb(135,19,149); }
H1.HeaderClassName
{
color: #871395;
}
.AnyTagClassName
{
color: #871395;
}
</style>
background-color css
<style>
a { background-color: #871395; }
a { background-color: rgb(135,19,149); }
div.DivClassName
{
background-color: #871395;
}
.BgClassName
{
background-color: #871395;
}
</style>
border-color css
<style>
span { border-color: #871395; }
span { border-color: rgb(135,19,149); }
td.TdClassName
{
border-color: #871395;
}
.TagClassName
{
border-color: #871395;
}
</style>