Shades of Dark Magenta #9C048B
Tints of Dark Magenta #9C048B
RGB
CMYK
RGB Variations
Color information
#9C048B (or 0x9C048B) is known color: Dark Magenta. HEX triplet: 9C, 04 and 8B. RGB value is (156,4,139). Sum of RGB (Red+Green+Blue) = 156+4+139=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C048B is #63FB74. Grayscale: #404040. Windows color (decimal): -6552437 or 9110684. OLE color: 9110684.
HSL color Cylindrical-coordinate representation of color #9C048B: hue angle of 306.71º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C048B is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 4 | 139 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.39 |
| HSL | 306.71º | 0.95% | 0.31% | - |
| HSV(B) | 306.71º | 0.97% | 0.61% | - |
| XYZ | 18.41 | 9.02 | 25.2 | - |
| YUV | 64.84 | 169.86 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 139 | 0 | 0.97 | 0.11 | 0.39 | 306.71 | 0.95 | 0.31 |
| Hex | 9C | 4 | 8B | 0 | 61 | B | 27 | 133 | 5F | 1F |
| Octal | 234 | 4 | 213 | 0 | 141 | 13 | 47 | 463 | 137 | 37 |
| Binary | 10011100 | 100 | 10001011 | 0 | 1100001 | 1011 | 100111 | 100110011 | 1011111 | 11111 |
Color Harmonies of #9C048B
Complementary color
Monochromatic Colors of #9C048B
Black with #9C048B
Text Example
Text Example
White with #9C048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C048B; }
p { color: rgb(156,4,139); }
H1.HeaderClassName
{
color: #9C048B;
}
.AnyTagClassName
{
color: #9C048B;
}
</style>
background-color css
<style>
a { background-color: #9C048B; }
a { background-color: rgb(156,4,139); }
div.DivClassName
{
background-color: #9C048B;
}
.BgClassName
{
background-color: #9C048B;
}
</style>
border-color css
<style>
span { border-color: #9C048B; }
span { border-color: rgb(156,4,139); }
td.TdClassName
{
border-color: #9C048B;
}
.TagClassName
{
border-color: #9C048B;
}
</style>