Shades of Dark Magenta #890687
Tints of Dark Magenta #890687
RGB
CMYK
RGB Variations
Color information
#890687 (or 0x890687) is known color: Dark Magenta. HEX triplet: 89, 06 and 87. RGB value is (137,6,135). Sum of RGB (Red+Green+Blue) = 137+6+135=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #890687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890687 is #76F978. Grayscale: #3B3B3B. Windows color (decimal): -7797113 or 8849033. OLE color: 8849033.
HSL color Cylindrical-coordinate representation of color #890687: hue angle of 300.92º 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 #890687 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 6 | 135 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.46 |
| HSL | 300.92º | 0.92% | 0.28% | - |
| HSV(B) | 300.92º | 0.96% | 0.54% | - |
| XYZ | 14.75 | 7.2 | 23.53 | - |
| YUV | 59.88 | 170.4 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 135 | 0 | 0.96 | 0.01 | 0.46 | 300.92 | 0.92 | 0.28 |
| Hex | 89 | 6 | 87 | 0 | 60 | 1 | 2E | 12D | 5C | 1C |
| Octal | 211 | 6 | 207 | 0 | 140 | 1 | 56 | 455 | 134 | 34 |
| Binary | 10001001 | 110 | 10000111 | 0 | 1100000 | 1 | 101110 | 100101101 | 1011100 | 11100 |
Color Harmonies of #890687
Complementary color
Monochromatic Colors of #890687
Black with #890687
Text Example
Text Example
White with #890687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890687; }
p { color: rgb(137,6,135); }
H1.HeaderClassName
{
color: #890687;
}
.AnyTagClassName
{
color: #890687;
}
</style>
background-color css
<style>
a { background-color: #890687; }
a { background-color: rgb(137,6,135); }
div.DivClassName
{
background-color: #890687;
}
.BgClassName
{
background-color: #890687;
}
</style>
border-color css
<style>
span { border-color: #890687; }
span { border-color: rgb(137,6,135); }
td.TdClassName
{
border-color: #890687;
}
.TagClassName
{
border-color: #890687;
}
</style>