Shades of Dark Magenta #891695
Tints of Dark Magenta #891695
RGB
CMYK
RGB Variations
Color information
#891695 (or 0x891695) is known color: Dark Magenta. HEX triplet: 89, 16 and 95. RGB value is (137,22,149). Sum of RGB (Red+Green+Blue) = 137+22+149=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #891695 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891695 is #76E96A. Grayscale: #464646. Windows color (decimal): -7793003 or 9770633. OLE color: 9770633.
HSL color Cylindrical-coordinate representation of color #891695: hue angle of 294.33º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891695 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 22 | 149 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.42 |
| HSL | 294.33º | 0.74% | 0.34% | - |
| HSV(B) | 294.33º | 0.85% | 0.58% | - |
| XYZ | 16.03 | 8.06 | 29.15 | - |
| YUV | 70.86 | 172.1 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 149 | 0.08 | 0.85 | 0 | 0.42 | 294.33 | 0.74 | 0.34 |
| Hex | 89 | 16 | 95 | 8 | 55 | 0 | 2A | 126 | 4A | 22 |
| Octal | 211 | 26 | 225 | 10 | 125 | 0 | 52 | 446 | 112 | 42 |
| Binary | 10001001 | 10110 | 10010101 | 1000 | 1010101 | 0 | 101010 | 100100110 | 1001010 | 100010 |
Color Harmonies of #891695
Complementary color
Monochromatic Colors of #891695
Black with #891695
Text Example
Text Example
White with #891695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891695; }
p { color: rgb(137,22,149); }
H1.HeaderClassName
{
color: #891695;
}
.AnyTagClassName
{
color: #891695;
}
</style>
background-color css
<style>
a { background-color: #891695; }
a { background-color: rgb(137,22,149); }
div.DivClassName
{
background-color: #891695;
}
.BgClassName
{
background-color: #891695;
}
</style>
border-color css
<style>
span { border-color: #891695; }
span { border-color: rgb(137,22,149); }
td.TdClassName
{
border-color: #891695;
}
.TagClassName
{
border-color: #891695;
}
</style>