Shades of Dark Magenta #871094
Tints of Dark Magenta #871094
RGB
CMYK
RGB Variations
Color information
#871094 (or 0x871094) is known color: Dark Magenta. HEX triplet: 87, 10 and 94. RGB value is (135,16,148). Sum of RGB (Red+Green+Blue) = 135+16+148=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #871094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871094 is #78EF6B. Grayscale: #424242. Windows color (decimal): -7925612 or 9703559. OLE color: 9703559.
HSL color Cylindrical-coordinate representation of color #871094: hue angle of 294.09º degrees, saturation: 0.8, 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 #871094 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 16 | 148 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.42 |
| HSL | 294.09º | 0.8% | 0.32% | - |
| HSV(B) | 294.09º | 0.89% | 0.58% | - |
| XYZ | 15.52 | 7.66 | 28.68 | - |
| YUV | 66.63 | 173.92 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 148 | 0.09 | 0.89 | 0 | 0.42 | 294.09 | 0.8 | 0.32 |
| Hex | 87 | 10 | 94 | 9 | 59 | 0 | 2A | 126 | 50 | 20 |
| Octal | 207 | 20 | 224 | 11 | 131 | 0 | 52 | 446 | 120 | 40 |
| Binary | 10000111 | 10000 | 10010100 | 1001 | 1011001 | 0 | 101010 | 100100110 | 1010000 | 100000 |
Color Harmonies of #871094
Complementary color
Monochromatic Colors of #871094
Black with #871094
Text Example
Text Example
White with #871094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871094; }
p { color: rgb(135,16,148); }
H1.HeaderClassName
{
color: #871094;
}
.AnyTagClassName
{
color: #871094;
}
</style>
background-color css
<style>
a { background-color: #871094; }
a { background-color: rgb(135,16,148); }
div.DivClassName
{
background-color: #871094;
}
.BgClassName
{
background-color: #871094;
}
</style>
border-color css
<style>
span { border-color: #871094; }
span { border-color: rgb(135,16,148); }
td.TdClassName
{
border-color: #871094;
}
.TagClassName
{
border-color: #871094;
}
</style>