Shades of Dark Magenta #9C118B
Tints of Dark Magenta #9C118B
RGB
CMYK
RGB Variations
Color information
#9C118B (or 0x9C118B) is known color: Dark Magenta. HEX triplet: 9C, 11 and 8B. RGB value is (156,17,139). Sum of RGB (Red+Green+Blue) = 156+17+139=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C118B is #63EE74. Grayscale: #484848. Windows color (decimal): -6549109 or 9114012. OLE color: 9114012.
HSL color Cylindrical-coordinate representation of color #9C118B: hue angle of 307.34º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C118B is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 17 | 139 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.39 |
| HSL | 307.34º | 0.8% | 0.34% | - |
| HSV(B) | 307.34º | 0.89% | 0.61% | - |
| XYZ | 18.57 | 9.33 | 25.25 | - |
| YUV | 72.47 | 165.55 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 17 | 139 | 0 | 0.89 | 0.11 | 0.39 | 307.34 | 0.8 | 0.34 |
| Hex | 9C | 11 | 8B | 0 | 59 | B | 27 | 133 | 50 | 22 |
| Octal | 234 | 21 | 213 | 0 | 131 | 13 | 47 | 463 | 120 | 42 |
| Binary | 10011100 | 10001 | 10001011 | 0 | 1011001 | 1011 | 100111 | 100110011 | 1010000 | 100010 |
Color Harmonies of #9C118B
Complementary color
Monochromatic Colors of #9C118B
Black with #9C118B
Text Example
Text Example
White with #9C118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C118B; }
p { color: rgb(156,17,139); }
H1.HeaderClassName
{
color: #9C118B;
}
.AnyTagClassName
{
color: #9C118B;
}
</style>
background-color css
<style>
a { background-color: #9C118B; }
a { background-color: rgb(156,17,139); }
div.DivClassName
{
background-color: #9C118B;
}
.BgClassName
{
background-color: #9C118B;
}
</style>
border-color css
<style>
span { border-color: #9C118B; }
span { border-color: rgb(156,17,139); }
td.TdClassName
{
border-color: #9C118B;
}
.TagClassName
{
border-color: #9C118B;
}
</style>