Shades of Dark Magenta #9C059B
Tints of Dark Magenta #9C059B
RGB
CMYK
RGB Variations
Color information
#9C059B (or 0x9C059B) is known color: Dark Magenta. HEX triplet: 9C, 05 and 9B. RGB value is (156,5,155). Sum of RGB (Red+Green+Blue) = 156+5+155=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C059B is #63FA64. Grayscale: #424242. Windows color (decimal): -6552165 or 10159516. OLE color: 10159516.
HSL color Cylindrical-coordinate representation of color #9C059B: hue angle of 300.4º 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 #9C059B is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 5 | 155 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.39 |
| HSL | 300.4º | 0.94% | 0.32% | - |
| HSV(B) | 300.4º | 0.97% | 0.61% | - |
| XYZ | 19.68 | 9.54 | 31.82 | - |
| YUV | 67.25 | 177.53 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 5 | 155 | 0 | 0.97 | 0.01 | 0.39 | 300.4 | 0.94 | 0.32 |
| Hex | 9C | 5 | 9B | 0 | 61 | 1 | 27 | 12C | 5E | 20 |
| Octal | 234 | 5 | 233 | 0 | 141 | 1 | 47 | 454 | 136 | 40 |
| Binary | 10011100 | 101 | 10011011 | 0 | 1100001 | 1 | 100111 | 100101100 | 1011110 | 100000 |
Color Harmonies of #9C059B
Complementary color
Monochromatic Colors of #9C059B
Black with #9C059B
Text Example
Text Example
White with #9C059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C059B; }
p { color: rgb(156,5,155); }
H1.HeaderClassName
{
color: #9C059B;
}
.AnyTagClassName
{
color: #9C059B;
}
</style>
background-color css
<style>
a { background-color: #9C059B; }
a { background-color: rgb(156,5,155); }
div.DivClassName
{
background-color: #9C059B;
}
.BgClassName
{
background-color: #9C059B;
}
</style>
border-color css
<style>
span { border-color: #9C059B; }
span { border-color: rgb(156,5,155); }
td.TdClassName
{
border-color: #9C059B;
}
.TagClassName
{
border-color: #9C059B;
}
</style>