Shades of Dark Magenta #890AAC
Tints of Dark Magenta #890AAC
RGB
CMYK
RGB Variations
Color information
#890AAC (or 0x890AAC) is known color: Dark Magenta. HEX triplet: 89, 0A and AC. RGB value is (137,10,172). Sum of RGB (Red+Green+Blue) = 137+10+172=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #890AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890AAC is #76F553. Grayscale: #414141. Windows color (decimal): -7796052 or 11274889. OLE color: 11274889.
HSL color Cylindrical-coordinate representation of color #890AAC: hue angle of 287.04º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890AAC is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 10 | 172 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.33 |
| HSL | 287.04º | 0.89% | 0.36% | - |
| HSV(B) | 287.04º | 0.94% | 0.67% | - |
| XYZ | 17.87 | 8.51 | 39.73 | - |
| YUV | 66.44 | 187.58 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 172 | 0.20 | 0.94 | 0 | 0.33 | 287.04 | 0.89 | 0.36 |
| Hex | 89 | A | AC | 14 | 5E | 0 | 21 | 11F | 59 | 24 |
| Octal | 211 | 12 | 254 | 24 | 136 | 0 | 41 | 437 | 131 | 44 |
| Binary | 10001001 | 1010 | 10101100 | 10100 | 1011110 | 0 | 100001 | 100011111 | 1011001 | 100100 |
Color Harmonies of #890AAC
Complementary color
Monochromatic Colors of #890AAC
Black with #890AAC
Text Example
Text Example
White with #890AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890AAC; }
p { color: rgb(137,10,172); }
H1.HeaderClassName
{
color: #890AAC;
}
.AnyTagClassName
{
color: #890AAC;
}
</style>
background-color css
<style>
a { background-color: #890AAC; }
a { background-color: rgb(137,10,172); }
div.DivClassName
{
background-color: #890AAC;
}
.BgClassName
{
background-color: #890AAC;
}
</style>
border-color css
<style>
span { border-color: #890AAC; }
span { border-color: rgb(137,10,172); }
td.TdClassName
{
border-color: #890AAC;
}
.TagClassName
{
border-color: #890AAC;
}
</style>