Shades of Dark Magenta #851187
Tints of Dark Magenta #851187
RGB
CMYK
RGB Variations
Color information
#851187 (or 0x851187) is known color: Dark Magenta. HEX triplet: 85, 11 and 87. RGB value is (133,17,135). Sum of RGB (Red+Green+Blue) = 133+17+135=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #851187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851187 is #7AEE78. Grayscale: #404040. Windows color (decimal): -8056441 or 8851845. OLE color: 8851845.
HSL color Cylindrical-coordinate representation of color #851187: hue angle of 298.98º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851187 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 17 | 135 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.47 |
| HSL | 298.98º | 0.78% | 0.3% | - |
| HSV(B) | 298.98º | 0.87% | 0.53% | - |
| XYZ | 14.25 | 7.14 | 23.55 | - |
| YUV | 65.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 135 | 0.01 | 0.87 | 0 | 0.47 | 298.98 | 0.78 | 0.3 |
| Hex | 85 | 11 | 87 | 1 | 57 | 0 | 2F | 12B | 4E | 1E |
| Octal | 205 | 21 | 207 | 1 | 127 | 0 | 57 | 453 | 116 | 36 |
| Binary | 10000101 | 10001 | 10000111 | 1 | 1010111 | 0 | 101111 | 100101011 | 1001110 | 11110 |
Color Harmonies of #851187
Complementary color
Monochromatic Colors of #851187
Black with #851187
Text Example
Text Example
White with #851187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851187; }
p { color: rgb(133,17,135); }
H1.HeaderClassName
{
color: #851187;
}
.AnyTagClassName
{
color: #851187;
}
</style>
background-color css
<style>
a { background-color: #851187; }
a { background-color: rgb(133,17,135); }
div.DivClassName
{
background-color: #851187;
}
.BgClassName
{
background-color: #851187;
}
</style>
border-color css
<style>
span { border-color: #851187; }
span { border-color: rgb(133,17,135); }
td.TdClassName
{
border-color: #851187;
}
.TagClassName
{
border-color: #851187;
}
</style>