Shades of Dark Magenta #9C058D
Tints of Dark Magenta #9C058D
RGB
CMYK
RGB Variations
Color information
#9C058D (or 0x9C058D) is known color: Dark Magenta. HEX triplet: 9C, 05 and 8D. RGB value is (156,5,141). Sum of RGB (Red+Green+Blue) = 156+5+141=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C058D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C058D is #63FA72. Grayscale: #414141. Windows color (decimal): -6552179 or 9242012. OLE color: 9242012.
HSL color Cylindrical-coordinate representation of color #9C058D: hue angle of 305.96º 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 #9C058D is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 5 | 141 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.39 |
| HSL | 305.96º | 0.94% | 0.32% | - |
| HSV(B) | 305.96º | 0.97% | 0.61% | - |
| XYZ | 18.57 | 9.1 | 25.98 | - |
| YUV | 65.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 5 | 141 | 0 | 0.97 | 0.10 | 0.39 | 305.96 | 0.94 | 0.32 |
| Hex | 9C | 5 | 8D | 0 | 61 | A | 27 | 132 | 5E | 20 |
| Octal | 234 | 5 | 215 | 0 | 141 | 12 | 47 | 462 | 136 | 40 |
| Binary | 10011100 | 101 | 10001101 | 0 | 1100001 | 1010 | 100111 | 100110010 | 1011110 | 100000 |
Color Harmonies of #9C058D
Complementary color
Monochromatic Colors of #9C058D
Black with #9C058D
Text Example
Text Example
White with #9C058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C058D; }
p { color: rgb(156,5,141); }
H1.HeaderClassName
{
color: #9C058D;
}
.AnyTagClassName
{
color: #9C058D;
}
</style>
background-color css
<style>
a { background-color: #9C058D; }
a { background-color: rgb(156,5,141); }
div.DivClassName
{
background-color: #9C058D;
}
.BgClassName
{
background-color: #9C058D;
}
</style>
border-color css
<style>
span { border-color: #9C058D; }
span { border-color: rgb(156,5,141); }
td.TdClassName
{
border-color: #9C058D;
}
.TagClassName
{
border-color: #9C058D;
}
</style>