Shades of Dark Magenta #9A17A0
Tints of Dark Magenta #9A17A0
RGB
CMYK
RGB Variations
Color information
#9A17A0 (or 0x9A17A0) is known color: Dark Magenta. HEX triplet: 9A, 17 and A0. RGB value is (154,23,160). Sum of RGB (Red+Green+Blue) = 154+23+160=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 160 - color contains mainly: blue. Hex color #9A17A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A17A0 is #65E85F. Grayscale: #4D4D4D. Windows color (decimal): -6678624 or 10491802. OLE color: 10491802.
HSL color Cylindrical-coordinate representation of color #9A17A0: hue angle of 297.37º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A17A0 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 23 | 160 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.37 |
| HSL | 297.37º | 0.75% | 0.36% | - |
| HSV(B) | 297.37º | 0.86% | 0.63% | - |
| XYZ | 19.98 | 10.02 | 34.14 | - |
| YUV | 77.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 23 | 160 | 0.04 | 0.86 | 0 | 0.37 | 297.37 | 0.75 | 0.36 |
| Hex | 9A | 17 | A0 | 4 | 56 | 0 | 25 | 129 | 4B | 24 |
| Octal | 232 | 27 | 240 | 4 | 126 | 0 | 45 | 451 | 113 | 44 |
| Binary | 10011010 | 10111 | 10100000 | 100 | 1010110 | 0 | 100101 | 100101001 | 1001011 | 100100 |
Color Harmonies of #9A17A0
Complementary color
Monochromatic Colors of #9A17A0
Black with #9A17A0
Text Example
Text Example
White with #9A17A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A17A0; }
p { color: rgb(154,23,160); }
H1.HeaderClassName
{
color: #9A17A0;
}
.AnyTagClassName
{
color: #9A17A0;
}
</style>
background-color css
<style>
a { background-color: #9A17A0; }
a { background-color: rgb(154,23,160); }
div.DivClassName
{
background-color: #9A17A0;
}
.BgClassName
{
background-color: #9A17A0;
}
</style>
border-color css
<style>
span { border-color: #9A17A0; }
span { border-color: rgb(154,23,160); }
td.TdClassName
{
border-color: #9A17A0;
}
.TagClassName
{
border-color: #9A17A0;
}
</style>