Shades of Dark Magenta #A9089E
Tints of Dark Magenta #A9089E
RGB
CMYK
RGB Variations
Color information
#A9089E (or 0xA9089E) is known color: Dark Magenta. HEX triplet: A9, 08 and 9E. RGB value is (169,8,158). Sum of RGB (Red+Green+Blue) = 169+8+158=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A9089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9089E is #56F761. Grayscale: #484848. Windows color (decimal): -5699426 or 10356905. OLE color: 10356905.
HSL color Cylindrical-coordinate representation of color #A9089E: hue angle of 304.1º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A9089E is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 8 | 158 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.34 |
| HSL | 304.1º | 0.91% | 0.35% | - |
| HSV(B) | 304.1º | 0.95% | 0.66% | - |
| XYZ | 22.62 | 11.08 | 33.29 | - |
| YUV | 73.24 | 175.84 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 158 | 0 | 0.95 | 0.07 | 0.34 | 304.1 | 0.91 | 0.35 |
| Hex | A9 | 8 | 9E | 0 | 5F | 7 | 22 | 130 | 5B | 23 |
| Octal | 251 | 10 | 236 | 0 | 137 | 7 | 42 | 460 | 133 | 43 |
| Binary | 10101001 | 1000 | 10011110 | 0 | 1011111 | 111 | 100010 | 100110000 | 1011011 | 100011 |
Color Harmonies of #A9089E
Complementary color
Monochromatic Colors of #A9089E
Black with #A9089E
Text Example
Text Example
White with #A9089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9089E; }
p { color: rgb(169,8,158); }
H1.HeaderClassName
{
color: #A9089E;
}
.AnyTagClassName
{
color: #A9089E;
}
</style>
background-color css
<style>
a { background-color: #A9089E; }
a { background-color: rgb(169,8,158); }
div.DivClassName
{
background-color: #A9089E;
}
.BgClassName
{
background-color: #A9089E;
}
</style>
border-color css
<style>
span { border-color: #A9089E; }
span { border-color: rgb(169,8,158); }
td.TdClassName
{
border-color: #A9089E;
}
.TagClassName
{
border-color: #A9089E;
}
</style>