Shades of Dark Magenta #9C039D
Tints of Dark Magenta #9C039D
RGB
CMYK
RGB Variations
Color information
#9C039D (or 0x9C039D) is known color: Dark Magenta. HEX triplet: 9C, 03 and 9D. RGB value is (156,3,157). Sum of RGB (Red+Green+Blue) = 156+3+157=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C039D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C039D is #63FC62. Grayscale: #414141. Windows color (decimal): -6552675 or 10290076. OLE color: 10290076.
HSL color Cylindrical-coordinate representation of color #9C039D: hue angle of 299.61º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C039D is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 3 | 157 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.38 |
| HSL | 299.61º | 0.96% | 0.31% | - |
| HSV(B) | 299.61º | 0.98% | 0.62% | - |
| XYZ | 19.83 | 9.57 | 32.7 | - |
| YUV | 66.3 | 179.19 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 157 | 0.01 | 0.98 | 0 | 0.38 | 299.61 | 0.96 | 0.31 |
| Hex | 9C | 3 | 9D | 1 | 62 | 0 | 26 | 12C | 60 | 1F |
| Octal | 234 | 3 | 235 | 1 | 142 | 0 | 46 | 454 | 140 | 37 |
| Binary | 10011100 | 11 | 10011101 | 1 | 1100010 | 0 | 100110 | 100101100 | 1100000 | 11111 |
Color Harmonies of #9C039D
Complementary color
Monochromatic Colors of #9C039D
Black with #9C039D
Text Example
Text Example
White with #9C039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C039D; }
p { color: rgb(156,3,157); }
H1.HeaderClassName
{
color: #9C039D;
}
.AnyTagClassName
{
color: #9C039D;
}
</style>
background-color css
<style>
a { background-color: #9C039D; }
a { background-color: rgb(156,3,157); }
div.DivClassName
{
background-color: #9C039D;
}
.BgClassName
{
background-color: #9C039D;
}
</style>
border-color css
<style>
span { border-color: #9C039D; }
span { border-color: rgb(156,3,157); }
td.TdClassName
{
border-color: #9C039D;
}
.TagClassName
{
border-color: #9C039D;
}
</style>