Shades of Dark Magenta #9A19AB
Tints of Dark Magenta #9A19AB
RGB
CMYK
RGB Variations
Color information
#9A19AB (or 0x9A19AB) is known color: Dark Magenta. HEX triplet: 9A, 19 and AB. RGB value is (154,25,171). Sum of RGB (Red+Green+Blue) = 154+25+171=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A19AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A19AB is #65E654. Grayscale: #4F4F4F. Windows color (decimal): -6678101 or 11213210. OLE color: 11213210.
HSL color Cylindrical-coordinate representation of color #9A19AB: hue angle of 293.01º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A19AB is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 25 | 171 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.33 |
| HSL | 293.01º | 0.74% | 0.38% | - |
| HSV(B) | 293.01º | 0.85% | 0.67% | - |
| XYZ | 21.02 | 10.51 | 39.45 | - |
| YUV | 80.22 | 179.24 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 171 | 0.10 | 0.85 | 0 | 0.33 | 293.01 | 0.74 | 0.38 |
| Hex | 9A | 19 | AB | A | 55 | 0 | 21 | 125 | 4A | 26 |
| Octal | 232 | 31 | 253 | 12 | 125 | 0 | 41 | 445 | 112 | 46 |
| Binary | 10011010 | 11001 | 10101011 | 1010 | 1010101 | 0 | 100001 | 100100101 | 1001010 | 100110 |
Color Harmonies of #9A19AB
Complementary color
Monochromatic Colors of #9A19AB
Black with #9A19AB
Text Example
Text Example
White with #9A19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A19AB; }
p { color: rgb(154,25,171); }
H1.HeaderClassName
{
color: #9A19AB;
}
.AnyTagClassName
{
color: #9A19AB;
}
</style>
background-color css
<style>
a { background-color: #9A19AB; }
a { background-color: rgb(154,25,171); }
div.DivClassName
{
background-color: #9A19AB;
}
.BgClassName
{
background-color: #9A19AB;
}
</style>
border-color css
<style>
span { border-color: #9A19AB; }
span { border-color: rgb(154,25,171); }
td.TdClassName
{
border-color: #9A19AB;
}
.TagClassName
{
border-color: #9A19AB;
}
</style>