Shades of Dark Magenta #890A9F
Tints of Dark Magenta #890A9F
RGB
CMYK
RGB Variations
Color information
#890A9F (or 0x890A9F) is known color: Dark Magenta. HEX triplet: 89, 0A and 9F. RGB value is (137,10,159). Sum of RGB (Red+Green+Blue) = 137+10+159=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #890A9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890A9F is #76F560. Grayscale: #404040. Windows color (decimal): -7796065 or 10422921. OLE color: 10422921.
HSL color Cylindrical-coordinate representation of color #890A9F: hue angle of 291.14º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890A9F is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 10 | 159 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.38 |
| HSL | 291.14º | 0.88% | 0.33% | - |
| HSV(B) | 291.14º | 0.94% | 0.62% | - |
| XYZ | 16.68 | 8.04 | 33.47 | - |
| YUV | 64.96 | 181.08 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 159 | 0.14 | 0.94 | 0 | 0.38 | 291.14 | 0.88 | 0.33 |
| Hex | 89 | A | 9F | E | 5E | 0 | 26 | 123 | 58 | 21 |
| Octal | 211 | 12 | 237 | 16 | 136 | 0 | 46 | 443 | 130 | 41 |
| Binary | 10001001 | 1010 | 10011111 | 1110 | 1011110 | 0 | 100110 | 100100011 | 1011000 | 100001 |
Color Harmonies of #890A9F
Complementary color
Monochromatic Colors of #890A9F
Black with #890A9F
Text Example
Text Example
White with #890A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A9F; }
p { color: rgb(137,10,159); }
H1.HeaderClassName
{
color: #890A9F;
}
.AnyTagClassName
{
color: #890A9F;
}
</style>
background-color css
<style>
a { background-color: #890A9F; }
a { background-color: rgb(137,10,159); }
div.DivClassName
{
background-color: #890A9F;
}
.BgClassName
{
background-color: #890A9F;
}
</style>
border-color css
<style>
span { border-color: #890A9F; }
span { border-color: rgb(137,10,159); }
td.TdClassName
{
border-color: #890A9F;
}
.TagClassName
{
border-color: #890A9F;
}
</style>