Shades of Dark Magenta #890689
Tints of Dark Magenta #890689
RGB
CMYK
RGB Variations
Color information
#890689 (or 0x890689) is known color: Dark Magenta. HEX triplet: 89, 06 and 89. RGB value is (137,6,137). Sum of RGB (Red+Green+Blue) = 137+6+137=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #890689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890689 is #76F976. Grayscale: #3B3B3B. Windows color (decimal): -7797111 or 8980105. OLE color: 8980105.
HSL color Cylindrical-coordinate representation of color #890689: hue angle of 300º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890689 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 6 | 137 | - |
| CMYK | 0 | 0.96 | 0 | 0.46 |
| HSL | 300º | 0.92% | 0.28% | - |
| HSV(B) | 300º | 0.96% | 0.54% | - |
| XYZ | 14.9 | 7.25 | 24.28 | - |
| YUV | 60.1 | 171.4 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 137 | 0 | 0.96 | 0 | 0.46 | 300 | 0.92 | 0.28 |
| Hex | 89 | 6 | 89 | 0 | 60 | 0 | 2E | 12C | 5C | 1C |
| Octal | 211 | 6 | 211 | 0 | 140 | 0 | 56 | 454 | 134 | 34 |
| Binary | 10001001 | 110 | 10001001 | 0 | 1100000 | 0 | 101110 | 100101100 | 1011100 | 11100 |
Color Harmonies of #890689
Complementary color
Monochromatic Colors of #890689
Black with #890689
Text Example
Text Example
White with #890689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890689; }
p { color: rgb(137,6,137); }
H1.HeaderClassName
{
color: #890689;
}
.AnyTagClassName
{
color: #890689;
}
</style>
background-color css
<style>
a { background-color: #890689; }
a { background-color: rgb(137,6,137); }
div.DivClassName
{
background-color: #890689;
}
.BgClassName
{
background-color: #890689;
}
</style>
border-color css
<style>
span { border-color: #890689; }
span { border-color: rgb(137,6,137); }
td.TdClassName
{
border-color: #890689;
}
.TagClassName
{
border-color: #890689;
}
</style>