Shades of Dark Magenta #9C1AA1
Tints of Dark Magenta #9C1AA1
RGB
CMYK
RGB Variations
Color information
#9C1AA1 (or 0x9C1AA1) is known color: Dark Magenta. HEX triplet: 9C, 1A and A1. RGB value is (156,26,161). Sum of RGB (Red+Green+Blue) = 156+26+161=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 161 (63.28% from 255 or 46.94% from 343); Max value from RGB is 161 - color contains mainly: blue. Hex color #9C1AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1AA1 is #63E55E. Grayscale: #4F4F4F. Windows color (decimal): -6546783 or 10558108. OLE color: 10558108.
HSL color Cylindrical-coordinate representation of color #9C1AA1: hue angle of 297.78º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C1AA1 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 26 | 161 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.37 |
| HSL | 297.78º | 0.72% | 0.37% | - |
| HSV(B) | 297.78º | 0.84% | 0.63% | - |
| XYZ | 20.51 | 10.38 | 34.64 | - |
| YUV | 80.26 | 173.57 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 26 | 161 | 0.03 | 0.84 | 0 | 0.37 | 297.78 | 0.72 | 0.37 |
| Hex | 9C | 1A | A1 | 3 | 54 | 0 | 25 | 12A | 48 | 25 |
| Octal | 234 | 32 | 241 | 3 | 124 | 0 | 45 | 452 | 110 | 45 |
| Binary | 10011100 | 11010 | 10100001 | 11 | 1010100 | 0 | 100101 | 100101010 | 1001000 | 100101 |
Color Harmonies of #9C1AA1
Complementary color
Monochromatic Colors of #9C1AA1
Black with #9C1AA1
Text Example
Text Example
White with #9C1AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1AA1; }
p { color: rgb(156,26,161); }
H1.HeaderClassName
{
color: #9C1AA1;
}
.AnyTagClassName
{
color: #9C1AA1;
}
</style>
background-color css
<style>
a { background-color: #9C1AA1; }
a { background-color: rgb(156,26,161); }
div.DivClassName
{
background-color: #9C1AA1;
}
.BgClassName
{
background-color: #9C1AA1;
}
</style>
border-color css
<style>
span { border-color: #9C1AA1; }
span { border-color: rgb(156,26,161); }
td.TdClassName
{
border-color: #9C1AA1;
}
.TagClassName
{
border-color: #9C1AA1;
}
</style>