Shades of Dark Magenta #9C0EA4
Tints of Dark Magenta #9C0EA4
RGB
CMYK
RGB Variations
Color information
#9C0EA4 (or 0x9C0EA4) is known color: Dark Magenta. HEX triplet: 9C, 0E and A4. RGB value is (156,14,164). Sum of RGB (Red+Green+Blue) = 156+14+164=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 164 - color contains mainly: blue. Hex color #9C0EA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0EA4 is #63F15B. Grayscale: #494949. Windows color (decimal): -6549852 or 10751644. OLE color: 10751644.
HSL color Cylindrical-coordinate representation of color #9C0EA4: hue angle of 296.8º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C0EA4 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 14 | 164 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.36 |
| HSL | 296.8º | 0.84% | 0.35% | - |
| HSV(B) | 296.8º | 0.91% | 0.64% | - |
| XYZ | 20.57 | 10.06 | 35.98 | - |
| YUV | 73.56 | 179.04 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 164 | 0.05 | 0.91 | 0 | 0.36 | 296.8 | 0.84 | 0.35 |
| Hex | 9C | E | A4 | 5 | 5B | 0 | 24 | 129 | 54 | 23 |
| Octal | 234 | 16 | 244 | 5 | 133 | 0 | 44 | 451 | 124 | 43 |
| Binary | 10011100 | 1110 | 10100100 | 101 | 1011011 | 0 | 100100 | 100101001 | 1010100 | 100011 |
Color Harmonies of #9C0EA4
Complementary color
Monochromatic Colors of #9C0EA4
Black with #9C0EA4
Text Example
Text Example
White with #9C0EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0EA4; }
p { color: rgb(156,14,164); }
H1.HeaderClassName
{
color: #9C0EA4;
}
.AnyTagClassName
{
color: #9C0EA4;
}
</style>
background-color css
<style>
a { background-color: #9C0EA4; }
a { background-color: rgb(156,14,164); }
div.DivClassName
{
background-color: #9C0EA4;
}
.BgClassName
{
background-color: #9C0EA4;
}
</style>
border-color css
<style>
span { border-color: #9C0EA4; }
span { border-color: rgb(156,14,164); }
td.TdClassName
{
border-color: #9C0EA4;
}
.TagClassName
{
border-color: #9C0EA4;
}
</style>