Shades of Dark Magenta #9C18AA
Tints of Dark Magenta #9C18AA
RGB
CMYK
RGB Variations
Color information
#9C18AA (or 0x9C18AA) is known color: Dark Magenta. HEX triplet: 9C, 18 and AA. RGB value is (156,24,170). Sum of RGB (Red+Green+Blue) = 156+24+170=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C18AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C18AA is #63E755. Grayscale: #4F4F4F. Windows color (decimal): -6547286 or 11147420. OLE color: 11147420.
HSL color Cylindrical-coordinate representation of color #9C18AA: hue angle of 294.25º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C18AA is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 24 | 170 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.33 |
| HSL | 294.25º | 0.75% | 0.38% | - |
| HSV(B) | 294.25º | 0.86% | 0.67% | - |
| XYZ | 21.29 | 10.62 | 38.96 | - |
| YUV | 80.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 170 | 0.08 | 0.86 | 0 | 0.33 | 294.25 | 0.75 | 0.38 |
| Hex | 9C | 18 | AA | 8 | 56 | 0 | 21 | 126 | 4B | 26 |
| Octal | 234 | 30 | 252 | 10 | 126 | 0 | 41 | 446 | 113 | 46 |
| Binary | 10011100 | 11000 | 10101010 | 1000 | 1010110 | 0 | 100001 | 100100110 | 1001011 | 100110 |
Color Harmonies of #9C18AA
Complementary color
Monochromatic Colors of #9C18AA
Black with #9C18AA
Text Example
Text Example
White with #9C18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C18AA; }
p { color: rgb(156,24,170); }
H1.HeaderClassName
{
color: #9C18AA;
}
.AnyTagClassName
{
color: #9C18AA;
}
</style>
background-color css
<style>
a { background-color: #9C18AA; }
a { background-color: rgb(156,24,170); }
div.DivClassName
{
background-color: #9C18AA;
}
.BgClassName
{
background-color: #9C18AA;
}
</style>
border-color css
<style>
span { border-color: #9C18AA; }
span { border-color: rgb(156,24,170); }
td.TdClassName
{
border-color: #9C18AA;
}
.TagClassName
{
border-color: #9C18AA;
}
</style>