Shades of Dark Magenta #851597
Tints of Dark Magenta #851597
RGB
CMYK
RGB Variations
Color information
#851597 (or 0x851597) is known color: Dark Magenta. HEX triplet: 85, 15 and 97. RGB value is (133,21,151). Sum of RGB (Red+Green+Blue) = 133+21+151=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #851597 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851597 is #7AEA68. Grayscale: #444444. Windows color (decimal): -8055401 or 9901445. OLE color: 9901445.
HSL color Cylindrical-coordinate representation of color #851597: hue angle of 291.69º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851597 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 21 | 151 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.41 |
| HSL | 291.69º | 0.76% | 0.34% | - |
| HSV(B) | 291.69º | 0.86% | 0.59% | - |
| XYZ | 15.53 | 7.76 | 29.96 | - |
| YUV | 69.31 | 174.11 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 151 | 0.12 | 0.86 | 0 | 0.41 | 291.69 | 0.76 | 0.34 |
| Hex | 85 | 15 | 97 | C | 56 | 0 | 29 | 124 | 4C | 22 |
| Octal | 205 | 25 | 227 | 14 | 126 | 0 | 51 | 444 | 114 | 42 |
| Binary | 10000101 | 10101 | 10010111 | 1100 | 1010110 | 0 | 101001 | 100100100 | 1001100 | 100010 |
Color Harmonies of #851597
Complementary color
Monochromatic Colors of #851597
Black with #851597
Text Example
Text Example
White with #851597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851597; }
p { color: rgb(133,21,151); }
H1.HeaderClassName
{
color: #851597;
}
.AnyTagClassName
{
color: #851597;
}
</style>
background-color css
<style>
a { background-color: #851597; }
a { background-color: rgb(133,21,151); }
div.DivClassName
{
background-color: #851597;
}
.BgClassName
{
background-color: #851597;
}
</style>
border-color css
<style>
span { border-color: #851597; }
span { border-color: rgb(133,21,151); }
td.TdClassName
{
border-color: #851597;
}
.TagClassName
{
border-color: #851597;
}
</style>