Shades of Dark Magenta #9A00A9
Tints of Dark Magenta #9A00A9
RGB
CMYK
RGB Variations
Color information
#9A00A9 (or 0x9A00A9) is known color: Dark Magenta. HEX triplet: 9A, 00 and A9. RGB value is (154,0,169). Sum of RGB (Red+Green+Blue) = 154+0+169=323 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.68% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 169 (66.41% from 255 or 52.32% from 323); Max value from RGB is 169 - color contains mainly: blue. Hex color #9A00A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A00A9 is #65FF56. Grayscale: #404040. Windows color (decimal): -6684503 or 11075738. OLE color: 11075738.
HSL color Cylindrical-coordinate representation of color #9A00A9: hue angle of 294.67º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00A9 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 0 | 169 | - |
| CMYK | 0.09 | 1 | 0 | 0.34 |
| HSL | 294.67º | 1% | 0.33% | - |
| HSV(B) | 294.67º | 1% | 0.66% | - |
| XYZ | 20.49 | 9.73 | 38.34 | - |
| YUV | 65.31 | 186.52 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 169 | 0.09 | 1 | 0 | 0.34 | 294.67 | 1 | 0.33 |
| Hex | 9A | 0 | A9 | 9 | 64 | 0 | 22 | 127 | 64 | 21 |
| Octal | 232 | 0 | 251 | 11 | 144 | 0 | 42 | 447 | 144 | 41 |
| Binary | 10011010 | 0 | 10101001 | 1001 | 1100100 | 0 | 100010 | 100100111 | 1100100 | 100001 |
Color Harmonies of #9A00A9
Complementary color
Monochromatic Colors of #9A00A9
Black with #9A00A9
Text Example
Text Example
White with #9A00A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A00A9; }
p { color: rgb(154,0,169); }
H1.HeaderClassName
{
color: #9A00A9;
}
.AnyTagClassName
{
color: #9A00A9;
}
</style>
background-color css
<style>
a { background-color: #9A00A9; }
a { background-color: rgb(154,0,169); }
div.DivClassName
{
background-color: #9A00A9;
}
.BgClassName
{
background-color: #9A00A9;
}
</style>
border-color css
<style>
span { border-color: #9A00A9; }
span { border-color: rgb(154,0,169); }
td.TdClassName
{
border-color: #9A00A9;
}
.TagClassName
{
border-color: #9A00A9;
}
</style>