Shades of Dark Magenta #9C058A
Tints of Dark Magenta #9C058A
RGB
CMYK
RGB Variations
Color information
#9C058A (or 0x9C058A) is known color: Dark Magenta. HEX triplet: 9C, 05 and 8A. RGB value is (156,5,138). Sum of RGB (Red+Green+Blue) = 156+5+138=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C058A is #63FA75. Grayscale: #404040. Windows color (decimal): -6552182 or 9045404. OLE color: 9045404.
HSL color Cylindrical-coordinate representation of color #9C058A: hue angle of 307.15º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C058A is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 5 | 138 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.39 |
| HSL | 307.15º | 0.94% | 0.32% | - |
| HSV(B) | 307.15º | 0.97% | 0.61% | - |
| XYZ | 18.35 | 9.01 | 24.82 | - |
| YUV | 65.31 | 169.03 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 5 | 138 | 0 | 0.97 | 0.12 | 0.39 | 307.15 | 0.94 | 0.32 |
| Hex | 9C | 5 | 8A | 0 | 61 | C | 27 | 133 | 5E | 20 |
| Octal | 234 | 5 | 212 | 0 | 141 | 14 | 47 | 463 | 136 | 40 |
| Binary | 10011100 | 101 | 10001010 | 0 | 1100001 | 1100 | 100111 | 100110011 | 1011110 | 100000 |
Color Harmonies of #9C058A
Complementary color
Monochromatic Colors of #9C058A
Black with #9C058A
Text Example
Text Example
White with #9C058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C058A; }
p { color: rgb(156,5,138); }
H1.HeaderClassName
{
color: #9C058A;
}
.AnyTagClassName
{
color: #9C058A;
}
</style>
background-color css
<style>
a { background-color: #9C058A; }
a { background-color: rgb(156,5,138); }
div.DivClassName
{
background-color: #9C058A;
}
.BgClassName
{
background-color: #9C058A;
}
</style>
border-color css
<style>
span { border-color: #9C058A; }
span { border-color: rgb(156,5,138); }
td.TdClassName
{
border-color: #9C058A;
}
.TagClassName
{
border-color: #9C058A;
}
</style>