Shades of Dark Magenta #9C0AAE
Tints of Dark Magenta #9C0AAE
RGB
CMYK
RGB Variations
Color information
#9C0AAE (or 0x9C0AAE) is known color: Dark Magenta. HEX triplet: 9C, 0A and AE. RGB value is (156,10,174). Sum of RGB (Red+Green+Blue) = 156+10+174=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C0AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0AAE is #63F551. Grayscale: #474747. Windows color (decimal): -6550866 or 11405980. OLE color: 11405980.
HSL color Cylindrical-coordinate representation of color #9C0AAE: hue angle of 293.41º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0AAE is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 10 | 174 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.32 |
| HSL | 293.41º | 0.89% | 0.36% | - |
| HSV(B) | 293.41º | 0.94% | 0.68% | - |
| XYZ | 21.46 | 10.34 | 40.91 | - |
| YUV | 72.35 | 185.37 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 10 | 174 | 0.10 | 0.94 | 0 | 0.32 | 293.41 | 0.89 | 0.36 |
| Hex | 9C | A | AE | A | 5E | 0 | 20 | 125 | 59 | 24 |
| Octal | 234 | 12 | 256 | 12 | 136 | 0 | 40 | 445 | 131 | 44 |
| Binary | 10011100 | 1010 | 10101110 | 1010 | 1011110 | 0 | 100000 | 100100101 | 1011001 | 100100 |
Color Harmonies of #9C0AAE
Complementary color
Monochromatic Colors of #9C0AAE
Black with #9C0AAE
Text Example
Text Example
White with #9C0AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0AAE; }
p { color: rgb(156,10,174); }
H1.HeaderClassName
{
color: #9C0AAE;
}
.AnyTagClassName
{
color: #9C0AAE;
}
</style>
background-color css
<style>
a { background-color: #9C0AAE; }
a { background-color: rgb(156,10,174); }
div.DivClassName
{
background-color: #9C0AAE;
}
.BgClassName
{
background-color: #9C0AAE;
}
</style>
border-color css
<style>
span { border-color: #9C0AAE; }
span { border-color: rgb(156,10,174); }
td.TdClassName
{
border-color: #9C0AAE;
}
.TagClassName
{
border-color: #9C0AAE;
}
</style>