Shades of Dark Magenta #9A00AC
Tints of Dark Magenta #9A00AC
RGB
CMYK
RGB Variations
Color information
#9A00AC (or 0x9A00AC) is known color: Dark Magenta. HEX triplet: 9A, 00 and AC. RGB value is (154,0,172). Sum of RGB (Red+Green+Blue) = 154+0+172=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A00AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A00AC is #65FF53. Grayscale: #414141. Windows color (decimal): -6684500 or 11272346. OLE color: 11272346.
HSL color Cylindrical-coordinate representation of color #9A00AC: hue angle of 293.72º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00AC is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 0 | 172 | - |
| CMYK | 0.10 | 1 | 0 | 0.33 |
| HSL | 293.72º | 1% | 0.34% | - |
| HSV(B) | 293.72º | 1% | 0.67% | - |
| XYZ | 20.77 | 9.85 | 39.84 | - |
| YUV | 65.65 | 188.02 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 172 | 0.10 | 1 | 0 | 0.33 | 293.72 | 1 | 0.34 |
| Hex | 9A | 0 | AC | A | 64 | 0 | 21 | 126 | 64 | 22 |
| Octal | 232 | 0 | 254 | 12 | 144 | 0 | 41 | 446 | 144 | 42 |
| Binary | 10011010 | 0 | 10101100 | 1010 | 1100100 | 0 | 100001 | 100100110 | 1100100 | 100010 |
Color Harmonies of #9A00AC
Complementary color
Monochromatic Colors of #9A00AC
Black with #9A00AC
Text Example
Text Example
White with #9A00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A00AC; }
p { color: rgb(154,0,172); }
H1.HeaderClassName
{
color: #9A00AC;
}
.AnyTagClassName
{
color: #9A00AC;
}
</style>
background-color css
<style>
a { background-color: #9A00AC; }
a { background-color: rgb(154,0,172); }
div.DivClassName
{
background-color: #9A00AC;
}
.BgClassName
{
background-color: #9A00AC;
}
</style>
border-color css
<style>
span { border-color: #9A00AC; }
span { border-color: rgb(154,0,172); }
td.TdClassName
{
border-color: #9A00AC;
}
.TagClassName
{
border-color: #9A00AC;
}
</style>