Shades of Dark Magenta #851199
Tints of Dark Magenta #851199
RGB
CMYK
RGB Variations
Color information
#851199 (or 0x851199) is known color: Dark Magenta. HEX triplet: 85, 11 and 99. RGB value is (133,17,153). Sum of RGB (Red+Green+Blue) = 133+17+153=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #851199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851199 is #7AEE66. Grayscale: #424242. Windows color (decimal): -8056423 or 10031493. OLE color: 10031493.
HSL color Cylindrical-coordinate representation of color #851199: hue angle of 291.18º 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 #851199 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 17 | 153 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.4 |
| HSL | 291.18º | 0.8% | 0.33% | - |
| HSV(B) | 291.18º | 0.89% | 0.6% | - |
| XYZ | 15.62 | 7.69 | 30.8 | - |
| YUV | 67.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 153 | 0.13 | 0.89 | 0 | 0.4 | 291.18 | 0.8 | 0.33 |
| Hex | 85 | 11 | 99 | D | 59 | 0 | 28 | 123 | 50 | 21 |
| Octal | 205 | 21 | 231 | 15 | 131 | 0 | 50 | 443 | 120 | 41 |
| Binary | 10000101 | 10001 | 10011001 | 1101 | 1011001 | 0 | 101000 | 100100011 | 1010000 | 100001 |
Color Harmonies of #851199
Complementary color
Monochromatic Colors of #851199
Black with #851199
Text Example
Text Example
White with #851199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851199; }
p { color: rgb(133,17,153); }
H1.HeaderClassName
{
color: #851199;
}
.AnyTagClassName
{
color: #851199;
}
</style>
background-color css
<style>
a { background-color: #851199; }
a { background-color: rgb(133,17,153); }
div.DivClassName
{
background-color: #851199;
}
.BgClassName
{
background-color: #851199;
}
</style>
border-color css
<style>
span { border-color: #851199; }
span { border-color: rgb(133,17,153); }
td.TdClassName
{
border-color: #851199;
}
.TagClassName
{
border-color: #851199;
}
</style>