Shades of Dark Magenta #891689
Tints of Dark Magenta #891689
RGB
CMYK
RGB Variations
Color information
#891689 (or 0x891689) is known color: Dark Magenta. HEX triplet: 89, 16 and 89. RGB value is (137,22,137). Sum of RGB (Red+Green+Blue) = 137+22+137=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #891689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891689 is #76E976. Grayscale: #454545. Windows color (decimal): -7793015 or 8984201. OLE color: 8984201.
HSL color Cylindrical-coordinate representation of color #891689: hue angle of 300º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #891689 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 22 | 137 | - |
| CMYK | 0 | 0.84 | 0 | 0.46 |
| HSL | 300º | 0.72% | 0.31% | - |
| HSV(B) | 300º | 0.84% | 0.54% | - |
| XYZ | 15.12 | 7.7 | 24.36 | - |
| YUV | 69.5 | 166.1 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 137 | 0 | 0.84 | 0 | 0.46 | 300 | 0.72 | 0.31 |
| Hex | 89 | 16 | 89 | 0 | 54 | 0 | 2E | 12C | 48 | 1F |
| Octal | 211 | 26 | 211 | 0 | 124 | 0 | 56 | 454 | 110 | 37 |
| Binary | 10001001 | 10110 | 10001001 | 0 | 1010100 | 0 | 101110 | 100101100 | 1001000 | 11111 |
Color Harmonies of #891689
Complementary color
Monochromatic Colors of #891689
Black with #891689
Text Example
Text Example
White with #891689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891689; }
p { color: rgb(137,22,137); }
H1.HeaderClassName
{
color: #891689;
}
.AnyTagClassName
{
color: #891689;
}
</style>
background-color css
<style>
a { background-color: #891689; }
a { background-color: rgb(137,22,137); }
div.DivClassName
{
background-color: #891689;
}
.BgClassName
{
background-color: #891689;
}
</style>
border-color css
<style>
span { border-color: #891689; }
span { border-color: rgb(137,22,137); }
td.TdClassName
{
border-color: #891689;
}
.TagClassName
{
border-color: #891689;
}
</style>