Shades of Dark Magenta #9A109A
Tints of Dark Magenta #9A109A
RGB
CMYK
RGB Variations
Color information
#9A109A (or 0x9A109A) is known color: Dark Magenta. HEX triplet: 9A, 10 and 9A. RGB value is (154,16,154). Sum of RGB (Red+Green+Blue) = 154+16+154=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A109A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A109A is #65EF65. Grayscale: #484848. Windows color (decimal): -6680422 or 10096794. OLE color: 10096794.
HSL color Cylindrical-coordinate representation of color #9A109A: hue angle of 300º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A109A is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 16 | 154 | - |
| CMYK | 0 | 0.90 | 0 | 0.40 |
| HSL | 300º | 0.81% | 0.33% | - |
| HSV(B) | 300º | 0.9% | 0.6% | - |
| XYZ | 19.34 | 9.57 | 31.4 | - |
| YUV | 72.99 | 173.72 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 154 | 0 | 0.90 | 0 | 0.40 | 300 | 0.81 | 0.33 |
| Hex | 9A | 10 | 9A | 0 | 5A | 0 | 28 | 12C | 51 | 21 |
| Octal | 232 | 20 | 232 | 0 | 132 | 0 | 50 | 454 | 121 | 41 |
| Binary | 10011010 | 10000 | 10011010 | 0 | 1011010 | 0 | 101000 | 100101100 | 1010001 | 100001 |
Color Harmonies of #9A109A
Complementary color
Monochromatic Colors of #9A109A
Black with #9A109A
Text Example
Text Example
White with #9A109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A109A; }
p { color: rgb(154,16,154); }
H1.HeaderClassName
{
color: #9A109A;
}
.AnyTagClassName
{
color: #9A109A;
}
</style>
background-color css
<style>
a { background-color: #9A109A; }
a { background-color: rgb(154,16,154); }
div.DivClassName
{
background-color: #9A109A;
}
.BgClassName
{
background-color: #9A109A;
}
</style>
border-color css
<style>
span { border-color: #9A109A; }
span { border-color: rgb(154,16,154); }
td.TdClassName
{
border-color: #9A109A;
}
.TagClassName
{
border-color: #9A109A;
}
</style>