Shades of Dark Magenta #9A10AA
Tints of Dark Magenta #9A10AA
RGB
CMYK
RGB Variations
Color information
#9A10AA (or 0x9A10AA) is known color: Dark Magenta. HEX triplet: 9A, 10 and AA. RGB value is (154,16,170). Sum of RGB (Red+Green+Blue) = 154+16+170=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A10AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A10AA is #65EF55. Grayscale: #4A4A4A. Windows color (decimal): -6680406 or 11145370. OLE color: 11145370.
HSL color Cylindrical-coordinate representation of color #9A10AA: hue angle of 293.77º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A10AA is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 16 | 170 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.33 |
| HSL | 293.77º | 0.83% | 0.36% | - |
| HSV(B) | 293.77º | 0.91% | 0.67% | - |
| XYZ | 20.77 | 10.14 | 38.89 | - |
| YUV | 74.82 | 181.72 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 170 | 0.09 | 0.91 | 0 | 0.33 | 293.77 | 0.83 | 0.36 |
| Hex | 9A | 10 | AA | 9 | 5B | 0 | 21 | 126 | 53 | 24 |
| Octal | 232 | 20 | 252 | 11 | 133 | 0 | 41 | 446 | 123 | 44 |
| Binary | 10011010 | 10000 | 10101010 | 1001 | 1011011 | 0 | 100001 | 100100110 | 1010011 | 100100 |
Color Harmonies of #9A10AA
Complementary color
Monochromatic Colors of #9A10AA
Black with #9A10AA
Text Example
Text Example
White with #9A10AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A10AA; }
p { color: rgb(154,16,170); }
H1.HeaderClassName
{
color: #9A10AA;
}
.AnyTagClassName
{
color: #9A10AA;
}
</style>
background-color css
<style>
a { background-color: #9A10AA; }
a { background-color: rgb(154,16,170); }
div.DivClassName
{
background-color: #9A10AA;
}
.BgClassName
{
background-color: #9A10AA;
}
</style>
border-color css
<style>
span { border-color: #9A10AA; }
span { border-color: rgb(154,16,170); }
td.TdClassName
{
border-color: #9A10AA;
}
.TagClassName
{
border-color: #9A10AA;
}
</style>