Shades of Dark Magenta #9A059A
Tints of Dark Magenta #9A059A
RGB
CMYK
RGB Variations
Color information
#9A059A (or 0x9A059A) is known color: Dark Magenta. HEX triplet: 9A, 05 and 9A. RGB value is (154,5,154). Sum of RGB (Red+Green+Blue) = 154+5+154=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A059A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A059A is #65FA65. Grayscale: #424242. Windows color (decimal): -6683238 or 10093978. OLE color: 10093978.
HSL color Cylindrical-coordinate representation of color #9A059A: hue angle of 300º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A059A is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 5 | 154 | - |
| CMYK | 0 | 0.97 | 0 | 0.40 |
| HSL | 300º | 0.94% | 0.31% | - |
| HSV(B) | 300º | 0.97% | 0.6% | - |
| XYZ | 19.21 | 9.31 | 31.36 | - |
| YUV | 66.54 | 177.36 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 5 | 154 | 0 | 0.97 | 0 | 0.40 | 300 | 0.94 | 0.31 |
| Hex | 9A | 5 | 9A | 0 | 61 | 0 | 28 | 12C | 5E | 1F |
| Octal | 232 | 5 | 232 | 0 | 141 | 0 | 50 | 454 | 136 | 37 |
| Binary | 10011010 | 101 | 10011010 | 0 | 1100001 | 0 | 101000 | 100101100 | 1011110 | 11111 |
Color Harmonies of #9A059A
Complementary color
Monochromatic Colors of #9A059A
Black with #9A059A
Text Example
Text Example
White with #9A059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A059A; }
p { color: rgb(154,5,154); }
H1.HeaderClassName
{
color: #9A059A;
}
.AnyTagClassName
{
color: #9A059A;
}
</style>
background-color css
<style>
a { background-color: #9A059A; }
a { background-color: rgb(154,5,154); }
div.DivClassName
{
background-color: #9A059A;
}
.BgClassName
{
background-color: #9A059A;
}
</style>
border-color css
<style>
span { border-color: #9A059A; }
span { border-color: rgb(154,5,154); }
td.TdClassName
{
border-color: #9A059A;
}
.TagClassName
{
border-color: #9A059A;
}
</style>