Shades of Dark Magenta #9C039A
Tints of Dark Magenta #9C039A
RGB
CMYK
RGB Variations
Color information
#9C039A (or 0x9C039A) is known color: Dark Magenta. HEX triplet: 9C, 03 and 9A. RGB value is (156,3,154). Sum of RGB (Red+Green+Blue) = 156+3+154=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C039A is #63FC65. Grayscale: #414141. Windows color (decimal): -6552678 or 10093468. OLE color: 10093468.
HSL color Cylindrical-coordinate representation of color #9C039A: hue angle of 300.78º 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 #9C039A is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 3 | 154 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.39 |
| HSL | 300.78º | 0.96% | 0.31% | - |
| HSV(B) | 300.78º | 0.98% | 0.61% | - |
| XYZ | 19.58 | 9.47 | 31.37 | - |
| YUV | 65.96 | 177.69 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 154 | 0 | 0.98 | 0.01 | 0.39 | 300.78 | 0.96 | 0.31 |
| Hex | 9C | 3 | 9A | 0 | 62 | 1 | 27 | 12D | 60 | 1F |
| Octal | 234 | 3 | 232 | 0 | 142 | 1 | 47 | 455 | 140 | 37 |
| Binary | 10011100 | 11 | 10011010 | 0 | 1100010 | 1 | 100111 | 100101101 | 1100000 | 11111 |
Color Harmonies of #9C039A
Complementary color
Monochromatic Colors of #9C039A
Black with #9C039A
Text Example
Text Example
White with #9C039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C039A; }
p { color: rgb(156,3,154); }
H1.HeaderClassName
{
color: #9C039A;
}
.AnyTagClassName
{
color: #9C039A;
}
</style>
background-color css
<style>
a { background-color: #9C039A; }
a { background-color: rgb(156,3,154); }
div.DivClassName
{
background-color: #9C039A;
}
.BgClassName
{
background-color: #9C039A;
}
</style>
border-color css
<style>
span { border-color: #9C039A; }
span { border-color: rgb(156,3,154); }
td.TdClassName
{
border-color: #9C039A;
}
.TagClassName
{
border-color: #9C039A;
}
</style>