Shades of Dark Magenta #9C05AA
Tints of Dark Magenta #9C05AA
RGB
CMYK
RGB Variations
Color information
#9C05AA (or 0x9C05AA) is known color: Dark Magenta. HEX triplet: 9C, 05 and AA. RGB value is (156,5,170). Sum of RGB (Red+Green+Blue) = 156+5+170=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C05AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C05AA is #63FA55. Grayscale: #444444. Windows color (decimal): -6552150 or 11142556. OLE color: 11142556.
HSL color Cylindrical-coordinate representation of color #9C05AA: hue angle of 294.91º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C05AA is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 5 | 170 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.33 |
| HSL | 294.91º | 0.94% | 0.34% | - |
| HSV(B) | 294.91º | 0.97% | 0.67% | - |
| XYZ | 21.02 | 10.08 | 38.87 | - |
| YUV | 68.96 | 185.03 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 5 | 170 | 0.08 | 0.97 | 0 | 0.33 | 294.91 | 0.94 | 0.34 |
| Hex | 9C | 5 | AA | 8 | 61 | 0 | 21 | 127 | 5E | 22 |
| Octal | 234 | 5 | 252 | 10 | 141 | 0 | 41 | 447 | 136 | 42 |
| Binary | 10011100 | 101 | 10101010 | 1000 | 1100001 | 0 | 100001 | 100100111 | 1011110 | 100010 |
Color Harmonies of #9C05AA
Complementary color
Monochromatic Colors of #9C05AA
Black with #9C05AA
Text Example
Text Example
White with #9C05AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C05AA; }
p { color: rgb(156,5,170); }
H1.HeaderClassName
{
color: #9C05AA;
}
.AnyTagClassName
{
color: #9C05AA;
}
</style>
background-color css
<style>
a { background-color: #9C05AA; }
a { background-color: rgb(156,5,170); }
div.DivClassName
{
background-color: #9C05AA;
}
.BgClassName
{
background-color: #9C05AA;
}
</style>
border-color css
<style>
span { border-color: #9C05AA; }
span { border-color: rgb(156,5,170); }
td.TdClassName
{
border-color: #9C05AA;
}
.TagClassName
{
border-color: #9C05AA;
}
</style>