Shades of Dark Magenta #A9139B
Tints of Dark Magenta #A9139B
RGB
CMYK
RGB Variations
Color information
#A9139B (or 0xA9139B) is known color: Dark Magenta. HEX triplet: A9, 13 and 9B. RGB value is (169,19,155). Sum of RGB (Red+Green+Blue) = 169+19+155=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A9139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9139B is #56EC64. Grayscale: #4E4E4E. Windows color (decimal): -5696613 or 10163113. OLE color: 10163113.
HSL color Cylindrical-coordinate representation of color #A9139B: hue angle of 305.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A9139B is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 19 | 155 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.34 |
| HSL | 305.6º | 0.8% | 0.37% | - |
| HSV(B) | 305.6º | 0.89% | 0.66% | - |
| XYZ | 22.51 | 11.27 | 32 | - |
| YUV | 79.35 | 170.7 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 155 | 0 | 0.89 | 0.08 | 0.34 | 305.6 | 0.8 | 0.37 |
| Hex | A9 | 13 | 9B | 0 | 59 | 8 | 22 | 132 | 50 | 25 |
| Octal | 251 | 23 | 233 | 0 | 131 | 10 | 42 | 462 | 120 | 45 |
| Binary | 10101001 | 10011 | 10011011 | 0 | 1011001 | 1000 | 100010 | 100110010 | 1010000 | 100101 |
Color Harmonies of #A9139B
Complementary color
Monochromatic Colors of #A9139B
Black with #A9139B
Text Example
Text Example
White with #A9139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9139B; }
p { color: rgb(169,19,155); }
H1.HeaderClassName
{
color: #A9139B;
}
.AnyTagClassName
{
color: #A9139B;
}
</style>
background-color css
<style>
a { background-color: #A9139B; }
a { background-color: rgb(169,19,155); }
div.DivClassName
{
background-color: #A9139B;
}
.BgClassName
{
background-color: #A9139B;
}
</style>
border-color css
<style>
span { border-color: #A9139B; }
span { border-color: rgb(169,19,155); }
td.TdClassName
{
border-color: #A9139B;
}
.TagClassName
{
border-color: #A9139B;
}
</style>