Shades of Dark Magenta #9A00AD
Tints of Dark Magenta #9A00AD
RGB
CMYK
RGB Variations
Color information
#9A00AD (or 0x9A00AD) is known color: Dark Magenta. HEX triplet: 9A, 00 and AD. RGB value is (154,0,173). Sum of RGB (Red+Green+Blue) = 154+0+173=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A00AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A00AD is #65FF52. Grayscale: #414141. Windows color (decimal): -6684499 or 11337882. OLE color: 11337882.
HSL color Cylindrical-coordinate representation of color #9A00AD: hue angle of 293.41º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00AD is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 0 | 173 | - |
| CMYK | 0.11 | 1 | 0 | 0.32 |
| HSL | 293.41º | 1% | 0.34% | - |
| HSV(B) | 293.41º | 1% | 0.68% | - |
| XYZ | 20.87 | 9.89 | 40.34 | - |
| YUV | 65.77 | 188.52 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 173 | 0.11 | 1 | 0 | 0.32 | 293.41 | 1 | 0.34 |
| Hex | 9A | 0 | AD | B | 64 | 0 | 20 | 125 | 64 | 22 |
| Octal | 232 | 0 | 255 | 13 | 144 | 0 | 40 | 445 | 144 | 42 |
| Binary | 10011010 | 0 | 10101101 | 1011 | 1100100 | 0 | 100000 | 100100101 | 1100100 | 100010 |
Color Harmonies of #9A00AD
Complementary color
Monochromatic Colors of #9A00AD
Black with #9A00AD
Text Example
Text Example
White with #9A00AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A00AD; }
p { color: rgb(154,0,173); }
H1.HeaderClassName
{
color: #9A00AD;
}
.AnyTagClassName
{
color: #9A00AD;
}
</style>
background-color css
<style>
a { background-color: #9A00AD; }
a { background-color: rgb(154,0,173); }
div.DivClassName
{
background-color: #9A00AD;
}
.BgClassName
{
background-color: #9A00AD;
}
</style>
border-color css
<style>
span { border-color: #9A00AD; }
span { border-color: rgb(154,0,173); }
td.TdClassName
{
border-color: #9A00AD;
}
.TagClassName
{
border-color: #9A00AD;
}
</style>