Shades of Dark Magenta #9A01AA
Tints of Dark Magenta #9A01AA
RGB
CMYK
RGB Variations
Color information
#9A01AA (or 0x9A01AA) is known color: Dark Magenta. HEX triplet: 9A, 01 and AA. RGB value is (154,1,170). Sum of RGB (Red+Green+Blue) = 154+1+170=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A01AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A01AA is #65FE55. Grayscale: #414141. Windows color (decimal): -6684246 or 11141530. OLE color: 11141530.
HSL color Cylindrical-coordinate representation of color #9A01AA: hue angle of 294.32º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A01AA is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 1 | 170 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.33 |
| HSL | 294.32º | 0.99% | 0.34% | - |
| HSV(B) | 294.32º | 0.99% | 0.67% | - |
| XYZ | 20.59 | 9.79 | 38.84 | - |
| YUV | 66.01 | 186.69 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 170 | 0.09 | 0.99 | 0 | 0.33 | 294.32 | 0.99 | 0.34 |
| Hex | 9A | 1 | AA | 9 | 63 | 0 | 21 | 126 | 63 | 22 |
| Octal | 232 | 1 | 252 | 11 | 143 | 0 | 41 | 446 | 143 | 42 |
| Binary | 10011010 | 1 | 10101010 | 1001 | 1100011 | 0 | 100001 | 100100110 | 1100011 | 100010 |
Color Harmonies of #9A01AA
Complementary color
Monochromatic Colors of #9A01AA
Black with #9A01AA
Text Example
Text Example
White with #9A01AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A01AA; }
p { color: rgb(154,1,170); }
H1.HeaderClassName
{
color: #9A01AA;
}
.AnyTagClassName
{
color: #9A01AA;
}
</style>
background-color css
<style>
a { background-color: #9A01AA; }
a { background-color: rgb(154,1,170); }
div.DivClassName
{
background-color: #9A01AA;
}
.BgClassName
{
background-color: #9A01AA;
}
</style>
border-color css
<style>
span { border-color: #9A01AA; }
span { border-color: rgb(154,1,170); }
td.TdClassName
{
border-color: #9A01AA;
}
.TagClassName
{
border-color: #9A01AA;
}
</style>