Shades of Dark Magenta #9C0196
Tints of Dark Magenta #9C0196
RGB
CMYK
RGB Variations
Color information
#9C0196 (or 0x9C0196) is known color: Dark Magenta. HEX triplet: 9C, 01 and 96. RGB value is (156,1,150). Sum of RGB (Red+Green+Blue) = 156+1+150=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0196 is #63FE69. Grayscale: #3F3F3F. Windows color (decimal): -6553194 or 9830812. OLE color: 9830812.
HSL color Cylindrical-coordinate representation of color #9C0196: hue angle of 302.32º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0196 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 150 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.39 |
| HSL | 302.32º | 0.99% | 0.31% | - |
| HSV(B) | 302.32º | 0.99% | 0.61% | - |
| XYZ | 19.23 | 9.29 | 29.63 | - |
| YUV | 64.33 | 176.35 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 150 | 0 | 0.99 | 0.04 | 0.39 | 302.32 | 0.99 | 0.31 |
| Hex | 9C | 1 | 96 | 0 | 63 | 4 | 27 | 12E | 63 | 1F |
| Octal | 234 | 1 | 226 | 0 | 143 | 4 | 47 | 456 | 143 | 37 |
| Binary | 10011100 | 1 | 10010110 | 0 | 1100011 | 100 | 100111 | 100101110 | 1100011 | 11111 |
Color Harmonies of #9C0196
Complementary color
Monochromatic Colors of #9C0196
Black with #9C0196
Text Example
Text Example
White with #9C0196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0196; }
p { color: rgb(156,1,150); }
H1.HeaderClassName
{
color: #9C0196;
}
.AnyTagClassName
{
color: #9C0196;
}
</style>
background-color css
<style>
a { background-color: #9C0196; }
a { background-color: rgb(156,1,150); }
div.DivClassName
{
background-color: #9C0196;
}
.BgClassName
{
background-color: #9C0196;
}
</style>
border-color css
<style>
span { border-color: #9C0196; }
span { border-color: rgb(156,1,150); }
td.TdClassName
{
border-color: #9C0196;
}
.TagClassName
{
border-color: #9C0196;
}
</style>