Shades of Dark Magenta #9C159C
Tints of Dark Magenta #9C159C
RGB
CMYK
RGB Variations
Color information
#9C159C (or 0x9C159C) is known color: Dark Magenta. HEX triplet: 9C, 15 and 9C. RGB value is (156,21,156). Sum of RGB (Red+Green+Blue) = 156+21+156=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C159C is #63EA63. Grayscale: #4C4C4C. Windows color (decimal): -6548068 or 10229148. OLE color: 10229148.
HSL color Cylindrical-coordinate representation of color #9C159C: hue angle of 300º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C159C is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 21 | 156 | - |
| CMYK | 0 | 0.87 | 0 | 0.39 |
| HSL | 300º | 0.76% | 0.35% | - |
| HSV(B) | 300º | 0.87% | 0.61% | - |
| XYZ | 19.98 | 10 | 32.33 | - |
| YUV | 76.76 | 172.73 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 21 | 156 | 0 | 0.87 | 0 | 0.39 | 300 | 0.76 | 0.35 |
| Hex | 9C | 15 | 9C | 0 | 57 | 0 | 27 | 12C | 4C | 23 |
| Octal | 234 | 25 | 234 | 0 | 127 | 0 | 47 | 454 | 114 | 43 |
| Binary | 10011100 | 10101 | 10011100 | 0 | 1010111 | 0 | 100111 | 100101100 | 1001100 | 100011 |
Color Harmonies of #9C159C
Complementary color
Monochromatic Colors of #9C159C
Black with #9C159C
Text Example
Text Example
White with #9C159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C159C; }
p { color: rgb(156,21,156); }
H1.HeaderClassName
{
color: #9C159C;
}
.AnyTagClassName
{
color: #9C159C;
}
</style>
background-color css
<style>
a { background-color: #9C159C; }
a { background-color: rgb(156,21,156); }
div.DivClassName
{
background-color: #9C159C;
}
.BgClassName
{
background-color: #9C159C;
}
</style>
border-color css
<style>
span { border-color: #9C159C; }
span { border-color: rgb(156,21,156); }
td.TdClassName
{
border-color: #9C159C;
}
.TagClassName
{
border-color: #9C159C;
}
</style>