Shades of Dark Magenta #851189
Tints of Dark Magenta #851189
RGB
CMYK
RGB Variations
Color information
#851189 (or 0x851189) is known color: Dark Magenta. HEX triplet: 85, 11 and 89. RGB value is (133,17,137). Sum of RGB (Red+Green+Blue) = 133+17+137=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #851189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851189 is #7AEE76. Grayscale: #414141. Windows color (decimal): -8056439 or 8982917. OLE color: 8982917.
HSL color Cylindrical-coordinate representation of color #851189: hue angle of 298º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851189 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 17 | 137 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.46 |
| HSL | 298º | 0.78% | 0.3% | - |
| HSV(B) | 298º | 0.88% | 0.54% | - |
| XYZ | 14.39 | 7.19 | 24.3 | - |
| YUV | 65.36 | 168.43 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 137 | 0.03 | 0.88 | 0 | 0.46 | 298 | 0.78 | 0.3 |
| Hex | 85 | 11 | 89 | 3 | 58 | 0 | 2E | 12A | 4E | 1E |
| Octal | 205 | 21 | 211 | 3 | 130 | 0 | 56 | 452 | 116 | 36 |
| Binary | 10000101 | 10001 | 10001001 | 11 | 1011000 | 0 | 101110 | 100101010 | 1001110 | 11110 |
Color Harmonies of #851189
Complementary color
Monochromatic Colors of #851189
Black with #851189
Text Example
Text Example
White with #851189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851189; }
p { color: rgb(133,17,137); }
H1.HeaderClassName
{
color: #851189;
}
.AnyTagClassName
{
color: #851189;
}
</style>
background-color css
<style>
a { background-color: #851189; }
a { background-color: rgb(133,17,137); }
div.DivClassName
{
background-color: #851189;
}
.BgClassName
{
background-color: #851189;
}
</style>
border-color css
<style>
span { border-color: #851189; }
span { border-color: rgb(133,17,137); }
td.TdClassName
{
border-color: #851189;
}
.TagClassName
{
border-color: #851189;
}
</style>