Shades of Dark Magenta #871199
Tints of Dark Magenta #871199
RGB
CMYK
RGB Variations
Color information
#871199 (or 0x871199) is known color: Dark Magenta. HEX triplet: 87, 11 and 99. RGB value is (135,17,153). Sum of RGB (Red+Green+Blue) = 135+17+153=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #871199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871199 is #78EE66. Grayscale: #434343. Windows color (decimal): -7925351 or 10031495. OLE color: 10031495.
HSL color Cylindrical-coordinate representation of color #871199: hue angle of 292.06º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #871199 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 17 | 153 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.4 |
| HSL | 292.06º | 0.8% | 0.33% | - |
| HSV(B) | 292.06º | 0.89% | 0.6% | - |
| XYZ | 15.94 | 7.85 | 30.81 | - |
| YUV | 67.79 | 176.09 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 153 | 0.12 | 0.89 | 0 | 0.4 | 292.06 | 0.8 | 0.33 |
| Hex | 87 | 11 | 99 | C | 59 | 0 | 28 | 124 | 50 | 21 |
| Octal | 207 | 21 | 231 | 14 | 131 | 0 | 50 | 444 | 120 | 41 |
| Binary | 10000111 | 10001 | 10011001 | 1100 | 1011001 | 0 | 101000 | 100100100 | 1010000 | 100001 |
Color Harmonies of #871199
Complementary color
Monochromatic Colors of #871199
Black with #871199
Text Example
Text Example
White with #871199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871199; }
p { color: rgb(135,17,153); }
H1.HeaderClassName
{
color: #871199;
}
.AnyTagClassName
{
color: #871199;
}
</style>
background-color css
<style>
a { background-color: #871199; }
a { background-color: rgb(135,17,153); }
div.DivClassName
{
background-color: #871199;
}
.BgClassName
{
background-color: #871199;
}
</style>
border-color css
<style>
span { border-color: #871199; }
span { border-color: rgb(135,17,153); }
td.TdClassName
{
border-color: #871199;
}
.TagClassName
{
border-color: #871199;
}
</style>