Shades of Dark Magenta #9C038A
Tints of Dark Magenta #9C038A
RGB
CMYK
RGB Variations
Color information
#9C038A (or 0x9C038A) is known color: Dark Magenta. HEX triplet: 9C, 03 and 8A. RGB value is (156,3,138). Sum of RGB (Red+Green+Blue) = 156+3+138=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C038A is #63FC75. Grayscale: #3F3F3F. Windows color (decimal): -6552694 or 9044892. OLE color: 9044892.
HSL color Cylindrical-coordinate representation of color #9C038A: hue angle of 307.06º 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 #9C038A is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 3 | 138 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.39 |
| HSL | 307.06º | 0.96% | 0.31% | - |
| HSV(B) | 307.06º | 0.98% | 0.61% | - |
| XYZ | 18.33 | 8.97 | 24.81 | - |
| YUV | 64.14 | 169.69 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 138 | 0 | 0.98 | 0.12 | 0.39 | 307.06 | 0.96 | 0.31 |
| Hex | 9C | 3 | 8A | 0 | 62 | C | 27 | 133 | 60 | 1F |
| Octal | 234 | 3 | 212 | 0 | 142 | 14 | 47 | 463 | 140 | 37 |
| Binary | 10011100 | 11 | 10001010 | 0 | 1100010 | 1100 | 100111 | 100110011 | 1100000 | 11111 |
Color Harmonies of #9C038A
Complementary color
Monochromatic Colors of #9C038A
Black with #9C038A
Text Example
Text Example
White with #9C038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C038A; }
p { color: rgb(156,3,138); }
H1.HeaderClassName
{
color: #9C038A;
}
.AnyTagClassName
{
color: #9C038A;
}
</style>
background-color css
<style>
a { background-color: #9C038A; }
a { background-color: rgb(156,3,138); }
div.DivClassName
{
background-color: #9C038A;
}
.BgClassName
{
background-color: #9C038A;
}
</style>
border-color css
<style>
span { border-color: #9C038A; }
span { border-color: rgb(156,3,138); }
td.TdClassName
{
border-color: #9C038A;
}
.TagClassName
{
border-color: #9C038A;
}
</style>