Shades of Dark Magenta #871192
Tints of Dark Magenta #871192
RGB
CMYK
RGB Variations
Color information
#871192 (or 0x871192) is known color: Dark Magenta. HEX triplet: 87, 11 and 92. RGB value is (135,17,146). Sum of RGB (Red+Green+Blue) = 135+17+146=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #871192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871192 is #78EE6D. Grayscale: #424242. Windows color (decimal): -7925358 or 9572743. OLE color: 9572743.
HSL color Cylindrical-coordinate representation of color #871192: hue angle of 294.88º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871192 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 17 | 146 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.43 |
| HSL | 294.88º | 0.79% | 0.32% | - |
| HSV(B) | 294.88º | 0.88% | 0.57% | - |
| XYZ | 15.38 | 7.63 | 27.86 | - |
| YUV | 66.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 146 | 0.08 | 0.88 | 0 | 0.43 | 294.88 | 0.79 | 0.32 |
| Hex | 87 | 11 | 92 | 8 | 58 | 0 | 2B | 127 | 4F | 20 |
| Octal | 207 | 21 | 222 | 10 | 130 | 0 | 53 | 447 | 117 | 40 |
| Binary | 10000111 | 10001 | 10010010 | 1000 | 1011000 | 0 | 101011 | 100100111 | 1001111 | 100000 |
Color Harmonies of #871192
Complementary color
Monochromatic Colors of #871192
Black with #871192
Text Example
Text Example
White with #871192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871192; }
p { color: rgb(135,17,146); }
H1.HeaderClassName
{
color: #871192;
}
.AnyTagClassName
{
color: #871192;
}
</style>
background-color css
<style>
a { background-color: #871192; }
a { background-color: rgb(135,17,146); }
div.DivClassName
{
background-color: #871192;
}
.BgClassName
{
background-color: #871192;
}
</style>
border-color css
<style>
span { border-color: #871192; }
span { border-color: rgb(135,17,146); }
td.TdClassName
{
border-color: #871192;
}
.TagClassName
{
border-color: #871192;
}
</style>