Shades of Dark Magenta #9A09AC
Tints of Dark Magenta #9A09AC
RGB
CMYK
RGB Variations
Color information
#9A09AC (or 0x9A09AC) is known color: Dark Magenta. HEX triplet: 9A, 09 and AC. RGB value is (154,9,172). Sum of RGB (Red+Green+Blue) = 154+9+172=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A09AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A09AC is #65F653. Grayscale: #464646. Windows color (decimal): -6682196 or 11274650. OLE color: 11274650.
HSL color Cylindrical-coordinate representation of color #9A09AC: hue angle of 293.37º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A09AC is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 9 | 172 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.33 |
| HSL | 293.37º | 0.9% | 0.35% | - |
| HSV(B) | 293.37º | 0.95% | 0.67% | - |
| XYZ | 20.87 | 10.04 | 39.87 | - |
| YUV | 70.94 | 185.04 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 9 | 172 | 0.10 | 0.95 | 0 | 0.33 | 293.37 | 0.9 | 0.35 |
| Hex | 9A | 9 | AC | A | 5F | 0 | 21 | 125 | 5A | 23 |
| Octal | 232 | 11 | 254 | 12 | 137 | 0 | 41 | 445 | 132 | 43 |
| Binary | 10011010 | 1001 | 10101100 | 1010 | 1011111 | 0 | 100001 | 100100101 | 1011010 | 100011 |
Color Harmonies of #9A09AC
Complementary color
Monochromatic Colors of #9A09AC
Black with #9A09AC
Text Example
Text Example
White with #9A09AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A09AC; }
p { color: rgb(154,9,172); }
H1.HeaderClassName
{
color: #9A09AC;
}
.AnyTagClassName
{
color: #9A09AC;
}
</style>
background-color css
<style>
a { background-color: #9A09AC; }
a { background-color: rgb(154,9,172); }
div.DivClassName
{
background-color: #9A09AC;
}
.BgClassName
{
background-color: #9A09AC;
}
</style>
border-color css
<style>
span { border-color: #9A09AC; }
span { border-color: rgb(154,9,172); }
td.TdClassName
{
border-color: #9A09AC;
}
.TagClassName
{
border-color: #9A09AC;
}
</style>