Shades of Dark Magenta #871194
Tints of Dark Magenta #871194
RGB
CMYK
RGB Variations
Color information
#871194 (or 0x871194) is known color: Dark Magenta. HEX triplet: 87, 11 and 94. RGB value is (135,17,148). Sum of RGB (Red+Green+Blue) = 135+17+148=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #871194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871194 is #78EE6B. Grayscale: #424242. Windows color (decimal): -7925356 or 9703815. OLE color: 9703815.
HSL color Cylindrical-coordinate representation of color #871194: hue angle of 294.05º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #871194 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 17 | 148 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.42 |
| HSL | 294.05º | 0.79% | 0.32% | - |
| HSV(B) | 294.05º | 0.89% | 0.58% | - |
| XYZ | 15.54 | 7.69 | 28.68 | - |
| YUV | 67.22 | 173.59 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 148 | 0.09 | 0.89 | 0 | 0.42 | 294.05 | 0.79 | 0.32 |
| Hex | 87 | 11 | 94 | 9 | 59 | 0 | 2A | 126 | 4F | 20 |
| Octal | 207 | 21 | 224 | 11 | 131 | 0 | 52 | 446 | 117 | 40 |
| Binary | 10000111 | 10001 | 10010100 | 1001 | 1011001 | 0 | 101010 | 100100110 | 1001111 | 100000 |
Color Harmonies of #871194
Complementary color
Monochromatic Colors of #871194
Black with #871194
Text Example
Text Example
White with #871194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871194; }
p { color: rgb(135,17,148); }
H1.HeaderClassName
{
color: #871194;
}
.AnyTagClassName
{
color: #871194;
}
</style>
background-color css
<style>
a { background-color: #871194; }
a { background-color: rgb(135,17,148); }
div.DivClassName
{
background-color: #871194;
}
.BgClassName
{
background-color: #871194;
}
</style>
border-color css
<style>
span { border-color: #871194; }
span { border-color: rgb(135,17,148); }
td.TdClassName
{
border-color: #871194;
}
.TagClassName
{
border-color: #871194;
}
</style>