Shades of Dark Magenta #9A19A0
Tints of Dark Magenta #9A19A0
RGB
CMYK
RGB Variations
Color information
#9A19A0 (or 0x9A19A0) is known color: Dark Magenta. HEX triplet: 9A, 19 and A0. RGB value is (154,25,160). Sum of RGB (Red+Green+Blue) = 154+25+160=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 160 - color contains mainly: blue. Hex color #9A19A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A19A0 is #65E65F. Grayscale: #4E4E4E. Windows color (decimal): -6678112 or 10492314. OLE color: 10492314.
HSL color Cylindrical-coordinate representation of color #9A19A0: hue angle of 297.33º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A19A0 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 25 | 160 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.37 |
| HSL | 297.33º | 0.73% | 0.36% | - |
| HSV(B) | 297.33º | 0.84% | 0.63% | - |
| XYZ | 20.02 | 10.1 | 34.15 | - |
| YUV | 78.96 | 173.74 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 160 | 0.04 | 0.84 | 0 | 0.37 | 297.33 | 0.73 | 0.36 |
| Hex | 9A | 19 | A0 | 4 | 54 | 0 | 25 | 129 | 49 | 24 |
| Octal | 232 | 31 | 240 | 4 | 124 | 0 | 45 | 451 | 111 | 44 |
| Binary | 10011010 | 11001 | 10100000 | 100 | 1010100 | 0 | 100101 | 100101001 | 1001001 | 100100 |
Color Harmonies of #9A19A0
Complementary color
Monochromatic Colors of #9A19A0
Black with #9A19A0
Text Example
Text Example
White with #9A19A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A19A0; }
p { color: rgb(154,25,160); }
H1.HeaderClassName
{
color: #9A19A0;
}
.AnyTagClassName
{
color: #9A19A0;
}
</style>
background-color css
<style>
a { background-color: #9A19A0; }
a { background-color: rgb(154,25,160); }
div.DivClassName
{
background-color: #9A19A0;
}
.BgClassName
{
background-color: #9A19A0;
}
</style>
border-color css
<style>
span { border-color: #9A19A0; }
span { border-color: rgb(154,25,160); }
td.TdClassName
{
border-color: #9A19A0;
}
.TagClassName
{
border-color: #9A19A0;
}
</style>