Shades of Dark Magenta #9C049E
Tints of Dark Magenta #9C049E
RGB
CMYK
RGB Variations
Color information
#9C049E (or 0x9C049E) is known color: Dark Magenta. HEX triplet: 9C, 04 and 9E. RGB value is (156,4,158). Sum of RGB (Red+Green+Blue) = 156+4+158=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C049E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C049E is #63FB61. Grayscale: #424242. Windows color (decimal): -6552418 or 10355868. OLE color: 10355868.
HSL color Cylindrical-coordinate representation of color #9C049E: hue angle of 299.22º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C049E is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 4 | 158 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.38 |
| HSL | 299.22º | 0.95% | 0.32% | - |
| HSV(B) | 299.22º | 0.97% | 0.62% | - |
| XYZ | 19.93 | 9.62 | 33.16 | - |
| YUV | 67 | 179.36 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 158 | 0.01 | 0.97 | 0 | 0.38 | 299.22 | 0.95 | 0.32 |
| Hex | 9C | 4 | 9E | 1 | 61 | 0 | 26 | 12B | 5F | 20 |
| Octal | 234 | 4 | 236 | 1 | 141 | 0 | 46 | 453 | 137 | 40 |
| Binary | 10011100 | 100 | 10011110 | 1 | 1100001 | 0 | 100110 | 100101011 | 1011111 | 100000 |
Color Harmonies of #9C049E
Complementary color
Monochromatic Colors of #9C049E
Black with #9C049E
Text Example
Text Example
White with #9C049E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C049E; }
p { color: rgb(156,4,158); }
H1.HeaderClassName
{
color: #9C049E;
}
.AnyTagClassName
{
color: #9C049E;
}
</style>
background-color css
<style>
a { background-color: #9C049E; }
a { background-color: rgb(156,4,158); }
div.DivClassName
{
background-color: #9C049E;
}
.BgClassName
{
background-color: #9C049E;
}
</style>
border-color css
<style>
span { border-color: #9C049E; }
span { border-color: rgb(156,4,158); }
td.TdClassName
{
border-color: #9C049E;
}
.TagClassName
{
border-color: #9C049E;
}
</style>