Shades of Dark Magenta #9C059D
Tints of Dark Magenta #9C059D
RGB
CMYK
RGB Variations
Color information
#9C059D (or 0x9C059D) is known color: Dark Magenta. HEX triplet: 9C, 05 and 9D. RGB value is (156,5,157). Sum of RGB (Red+Green+Blue) = 156+5+157=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C059D is #63FA62. Grayscale: #434343. Windows color (decimal): -6552163 or 10290588. OLE color: 10290588.
HSL color Cylindrical-coordinate representation of color #9C059D: hue angle of 299.61º degrees, saturation: 0.94, 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 #9C059D is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 5 | 157 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.38 |
| HSL | 299.61º | 0.94% | 0.32% | - |
| HSV(B) | 299.61º | 0.97% | 0.62% | - |
| XYZ | 19.85 | 9.61 | 32.71 | - |
| YUV | 67.48 | 178.53 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 5 | 157 | 0.01 | 0.97 | 0 | 0.38 | 299.61 | 0.94 | 0.32 |
| Hex | 9C | 5 | 9D | 1 | 61 | 0 | 26 | 12C | 5E | 20 |
| Octal | 234 | 5 | 235 | 1 | 141 | 0 | 46 | 454 | 136 | 40 |
| Binary | 10011100 | 101 | 10011101 | 1 | 1100001 | 0 | 100110 | 100101100 | 1011110 | 100000 |
Color Harmonies of #9C059D
Complementary color
Monochromatic Colors of #9C059D
Black with #9C059D
Text Example
Text Example
White with #9C059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C059D; }
p { color: rgb(156,5,157); }
H1.HeaderClassName
{
color: #9C059D;
}
.AnyTagClassName
{
color: #9C059D;
}
</style>
background-color css
<style>
a { background-color: #9C059D; }
a { background-color: rgb(156,5,157); }
div.DivClassName
{
background-color: #9C059D;
}
.BgClassName
{
background-color: #9C059D;
}
</style>
border-color css
<style>
span { border-color: #9C059D; }
span { border-color: rgb(156,5,157); }
td.TdClassName
{
border-color: #9C059D;
}
.TagClassName
{
border-color: #9C059D;
}
</style>