Shades of Dark Magenta #851694
Tints of Dark Magenta #851694
RGB
CMYK
RGB Variations
Color information
#851694 (or 0x851694) is known color: Dark Magenta. HEX triplet: 85, 16 and 94. RGB value is (133,22,148). Sum of RGB (Red+Green+Blue) = 133+22+148=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #851694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851694 is #7AE96B. Grayscale: #454545. Windows color (decimal): -8055148 or 9705093. OLE color: 9705093.
HSL color Cylindrical-coordinate representation of color #851694: hue angle of 292.86º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851694 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 22 | 148 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.42 |
| HSL | 292.86º | 0.74% | 0.33% | - |
| HSV(B) | 292.86º | 0.85% | 0.58% | - |
| XYZ | 15.31 | 7.7 | 28.7 | - |
| YUV | 69.55 | 172.27 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 148 | 0.10 | 0.85 | 0 | 0.42 | 292.86 | 0.74 | 0.33 |
| Hex | 85 | 16 | 94 | A | 55 | 0 | 2A | 125 | 4A | 21 |
| Octal | 205 | 26 | 224 | 12 | 125 | 0 | 52 | 445 | 112 | 41 |
| Binary | 10000101 | 10110 | 10010100 | 1010 | 1010101 | 0 | 101010 | 100100101 | 1001010 | 100001 |
Color Harmonies of #851694
Complementary color
Monochromatic Colors of #851694
Black with #851694
Text Example
Text Example
White with #851694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851694; }
p { color: rgb(133,22,148); }
H1.HeaderClassName
{
color: #851694;
}
.AnyTagClassName
{
color: #851694;
}
</style>
background-color css
<style>
a { background-color: #851694; }
a { background-color: rgb(133,22,148); }
div.DivClassName
{
background-color: #851694;
}
.BgClassName
{
background-color: #851694;
}
</style>
border-color css
<style>
span { border-color: #851694; }
span { border-color: rgb(133,22,148); }
td.TdClassName
{
border-color: #851694;
}
.TagClassName
{
border-color: #851694;
}
</style>