Shades of Dark Magenta #9A0AAB
Tints of Dark Magenta #9A0AAB
RGB
CMYK
RGB Variations
Color information
#9A0AAB (or 0x9A0AAB) is known color: Dark Magenta. HEX triplet: 9A, 0A and AB. RGB value is (154,10,171). Sum of RGB (Red+Green+Blue) = 154+10+171=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A0AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0AAB is #65F554. Grayscale: #464646. Windows color (decimal): -6681941 or 11209370. OLE color: 11209370.
HSL color Cylindrical-coordinate representation of color #9A0AAB: hue angle of 293.66º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0AAB is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 10 | 171 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.33 |
| HSL | 293.66º | 0.89% | 0.35% | - |
| HSV(B) | 293.66º | 0.94% | 0.67% | - |
| XYZ | 20.79 | 10.03 | 39.37 | - |
| YUV | 71.41 | 184.21 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 10 | 171 | 0.10 | 0.94 | 0 | 0.33 | 293.66 | 0.89 | 0.35 |
| Hex | 9A | A | AB | A | 5E | 0 | 21 | 126 | 59 | 23 |
| Octal | 232 | 12 | 253 | 12 | 136 | 0 | 41 | 446 | 131 | 43 |
| Binary | 10011010 | 1010 | 10101011 | 1010 | 1011110 | 0 | 100001 | 100100110 | 1011001 | 100011 |
Color Harmonies of #9A0AAB
Complementary color
Monochromatic Colors of #9A0AAB
Black with #9A0AAB
Text Example
Text Example
White with #9A0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0AAB; }
p { color: rgb(154,10,171); }
H1.HeaderClassName
{
color: #9A0AAB;
}
.AnyTagClassName
{
color: #9A0AAB;
}
</style>
background-color css
<style>
a { background-color: #9A0AAB; }
a { background-color: rgb(154,10,171); }
div.DivClassName
{
background-color: #9A0AAB;
}
.BgClassName
{
background-color: #9A0AAB;
}
</style>
border-color css
<style>
span { border-color: #9A0AAB; }
span { border-color: rgb(154,10,171); }
td.TdClassName
{
border-color: #9A0AAB;
}
.TagClassName
{
border-color: #9A0AAB;
}
</style>