Shades of Dark Magenta #9A0AA6
Tints of Dark Magenta #9A0AA6
RGB
CMYK
RGB Variations
Color information
#9A0AA6 (or 0x9A0AA6) is known color: Dark Magenta. HEX triplet: 9A, 0A and A6. RGB value is (154,10,166). Sum of RGB (Red+Green+Blue) = 154+10+166=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 166 (65.23% from 255 or 50.30% from 330); Max value from RGB is 166 - color contains mainly: blue. Hex color #9A0AA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0AA6 is #65F559. Grayscale: #464646. Windows color (decimal): -6681946 or 10881690. OLE color: 10881690.
HSL color Cylindrical-coordinate representation of color #9A0AA6: hue angle of 295.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0AA6 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 10 | 166 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.35 |
| HSL | 295.38º | 0.89% | 0.35% | - |
| HSV(B) | 295.38º | 0.94% | 0.65% | - |
| XYZ | 20.32 | 9.84 | 36.9 | - |
| YUV | 70.84 | 181.71 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 10 | 166 | 0.07 | 0.94 | 0 | 0.35 | 295.38 | 0.89 | 0.35 |
| Hex | 9A | A | A6 | 7 | 5E | 0 | 23 | 127 | 59 | 23 |
| Octal | 232 | 12 | 246 | 7 | 136 | 0 | 43 | 447 | 131 | 43 |
| Binary | 10011010 | 1010 | 10100110 | 111 | 1011110 | 0 | 100011 | 100100111 | 1011001 | 100011 |
Color Harmonies of #9A0AA6
Complementary color
Monochromatic Colors of #9A0AA6
Black with #9A0AA6
Text Example
Text Example
White with #9A0AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0AA6; }
p { color: rgb(154,10,166); }
H1.HeaderClassName
{
color: #9A0AA6;
}
.AnyTagClassName
{
color: #9A0AA6;
}
</style>
background-color css
<style>
a { background-color: #9A0AA6; }
a { background-color: rgb(154,10,166); }
div.DivClassName
{
background-color: #9A0AA6;
}
.BgClassName
{
background-color: #9A0AA6;
}
</style>
border-color css
<style>
span { border-color: #9A0AA6; }
span { border-color: rgb(154,10,166); }
td.TdClassName
{
border-color: #9A0AA6;
}
.TagClassName
{
border-color: #9A0AA6;
}
</style>