Shades of Dark Magenta #9C037F
Tints of Dark Magenta #9C037F
RGB
CMYK
RGB Variations
Color information
#9C037F (or 0x9C037F) is known color: Dark Magenta. HEX triplet: 9C, 03 and 7F. RGB value is (156,3,127). Sum of RGB (Red+Green+Blue) = 156+3+127=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C037F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C037F is #63FC80. Grayscale: #3E3E3E. Windows color (decimal): -6552705 or 8323996. OLE color: 8323996.
HSL color Cylindrical-coordinate representation of color #9C037F: hue angle of 311.37º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C037F is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 3 | 127 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.39 |
| HSL | 311.37º | 0.96% | 0.31% | - |
| HSV(B) | 311.37º | 0.98% | 0.61% | - |
| XYZ | 17.57 | 8.67 | 20.83 | - |
| YUV | 62.88 | 164.19 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 127 | 0 | 0.98 | 0.19 | 0.39 | 311.37 | 0.96 | 0.31 |
| Hex | 9C | 3 | 7F | 0 | 62 | 13 | 27 | 137 | 60 | 1F |
| Octal | 234 | 3 | 177 | 0 | 142 | 23 | 47 | 467 | 140 | 37 |
| Binary | 10011100 | 11 | 1111111 | 0 | 1100010 | 10011 | 100111 | 100110111 | 1100000 | 11111 |
Color Harmonies of #9C037F
Complementary color
Monochromatic Colors of #9C037F
Black with #9C037F
Text Example
Text Example
White with #9C037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C037F; }
p { color: rgb(156,3,127); }
H1.HeaderClassName
{
color: #9C037F;
}
.AnyTagClassName
{
color: #9C037F;
}
</style>
background-color css
<style>
a { background-color: #9C037F; }
a { background-color: rgb(156,3,127); }
div.DivClassName
{
background-color: #9C037F;
}
.BgClassName
{
background-color: #9C037F;
}
</style>
border-color css
<style>
span { border-color: #9C037F; }
span { border-color: rgb(156,3,127); }
td.TdClassName
{
border-color: #9C037F;
}
.TagClassName
{
border-color: #9C037F;
}
</style>