Shades of Dark Magenta #9C1A9A
Tints of Dark Magenta #9C1A9A
RGB
CMYK
RGB Variations
Color information
#9C1A9A (or 0x9C1A9A) is known color: Dark Magenta. HEX triplet: 9C, 1A and 9A. RGB value is (156,26,154). Sum of RGB (Red+Green+Blue) = 156+26+154=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1A9A is #63E565. Grayscale: #4F4F4F. Windows color (decimal): -6546790 or 10099356. OLE color: 10099356.
HSL color Cylindrical-coordinate representation of color #9C1A9A: hue angle of 300.92º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C1A9A is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 26 | 154 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.39 |
| HSL | 300.92º | 0.71% | 0.36% | - |
| HSV(B) | 300.92º | 0.83% | 0.61% | - |
| XYZ | 19.91 | 10.14 | 31.48 | - |
| YUV | 79.46 | 170.07 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 26 | 154 | 0 | 0.83 | 0.01 | 0.39 | 300.92 | 0.71 | 0.36 |
| Hex | 9C | 1A | 9A | 0 | 53 | 1 | 27 | 12D | 47 | 24 |
| Octal | 234 | 32 | 232 | 0 | 123 | 1 | 47 | 455 | 107 | 44 |
| Binary | 10011100 | 11010 | 10011010 | 0 | 1010011 | 1 | 100111 | 100101101 | 1000111 | 100100 |
Color Harmonies of #9C1A9A
Complementary color
Monochromatic Colors of #9C1A9A
Black with #9C1A9A
Text Example
Text Example
White with #9C1A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1A9A; }
p { color: rgb(156,26,154); }
H1.HeaderClassName
{
color: #9C1A9A;
}
.AnyTagClassName
{
color: #9C1A9A;
}
</style>
background-color css
<style>
a { background-color: #9C1A9A; }
a { background-color: rgb(156,26,154); }
div.DivClassName
{
background-color: #9C1A9A;
}
.BgClassName
{
background-color: #9C1A9A;
}
</style>
border-color css
<style>
span { border-color: #9C1A9A; }
span { border-color: rgb(156,26,154); }
td.TdClassName
{
border-color: #9C1A9A;
}
.TagClassName
{
border-color: #9C1A9A;
}
</style>