Shades of Dark Magenta #9C049A
Tints of Dark Magenta #9C049A
RGB
CMYK
RGB Variations
Color information
#9C049A (or 0x9C049A) is known color: Dark Magenta. HEX triplet: 9C, 04 and 9A. RGB value is (156,4,154). Sum of RGB (Red+Green+Blue) = 156+4+154=314 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.68% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 156 - color contains mainly: red. Hex color #9C049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C049A is #63FB65. Grayscale: #424242. Windows color (decimal): -6552422 or 10093724. OLE color: 10093724.
HSL color Cylindrical-coordinate representation of color #9C049A: hue angle of 300.79º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C049A is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 4 | 154 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.39 |
| HSL | 300.79º | 0.95% | 0.31% | - |
| HSV(B) | 300.79º | 0.97% | 0.61% | - |
| XYZ | 19.59 | 9.49 | 31.37 | - |
| YUV | 66.55 | 177.36 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 154 | 0 | 0.97 | 0.01 | 0.39 | 300.79 | 0.95 | 0.31 |
| Hex | 9C | 4 | 9A | 0 | 61 | 1 | 27 | 12D | 5F | 1F |
| Octal | 234 | 4 | 232 | 0 | 141 | 1 | 47 | 455 | 137 | 37 |
| Binary | 10011100 | 100 | 10011010 | 0 | 1100001 | 1 | 100111 | 100101101 | 1011111 | 11111 |
Color Harmonies of #9C049A
Complementary color
Monochromatic Colors of #9C049A
Black with #9C049A
Text Example
Text Example
White with #9C049A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C049A; }
p { color: rgb(156,4,154); }
H1.HeaderClassName
{
color: #9C049A;
}
.AnyTagClassName
{
color: #9C049A;
}
</style>
background-color css
<style>
a { background-color: #9C049A; }
a { background-color: rgb(156,4,154); }
div.DivClassName
{
background-color: #9C049A;
}
.BgClassName
{
background-color: #9C049A;
}
</style>
border-color css
<style>
span { border-color: #9C049A; }
span { border-color: rgb(156,4,154); }
td.TdClassName
{
border-color: #9C049A;
}
.TagClassName
{
border-color: #9C049A;
}
</style>