Shades of Dark Magenta #9C10A7
Tints of Dark Magenta #9C10A7
RGB
CMYK
RGB Variations
Color information
#9C10A7 (or 0x9C10A7) is known color: Dark Magenta. HEX triplet: 9C, 10 and A7. RGB value is (156,16,167). Sum of RGB (Red+Green+Blue) = 156+16+167=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 167 (65.62% from 255 or 49.26% from 339); Max value from RGB is 167 - color contains mainly: blue. Hex color #9C10A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C10A7 is #63EF58. Grayscale: #4A4A4A. Windows color (decimal): -6549337 or 10948764. OLE color: 10948764.
HSL color Cylindrical-coordinate representation of color #9C10A7: hue angle of 295.63º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C10A7 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 16 | 167 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.35 |
| HSL | 295.63º | 0.83% | 0.36% | - |
| HSV(B) | 295.63º | 0.9% | 0.65% | - |
| XYZ | 20.87 | 10.23 | 37.43 | - |
| YUV | 75.07 | 179.88 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 16 | 167 | 0.07 | 0.90 | 0 | 0.35 | 295.63 | 0.83 | 0.36 |
| Hex | 9C | 10 | A7 | 7 | 5A | 0 | 23 | 128 | 53 | 24 |
| Octal | 234 | 20 | 247 | 7 | 132 | 0 | 43 | 450 | 123 | 44 |
| Binary | 10011100 | 10000 | 10100111 | 111 | 1011010 | 0 | 100011 | 100101000 | 1010011 | 100100 |
Color Harmonies of #9C10A7
Complementary color
Monochromatic Colors of #9C10A7
Black with #9C10A7
Text Example
Text Example
White with #9C10A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C10A7; }
p { color: rgb(156,16,167); }
H1.HeaderClassName
{
color: #9C10A7;
}
.AnyTagClassName
{
color: #9C10A7;
}
</style>
background-color css
<style>
a { background-color: #9C10A7; }
a { background-color: rgb(156,16,167); }
div.DivClassName
{
background-color: #9C10A7;
}
.BgClassName
{
background-color: #9C10A7;
}
</style>
border-color css
<style>
span { border-color: #9C10A7; }
span { border-color: rgb(156,16,167); }
td.TdClassName
{
border-color: #9C10A7;
}
.TagClassName
{
border-color: #9C10A7;
}
</style>