Shades of Dark Magenta #9C15A7
Tints of Dark Magenta #9C15A7
RGB
CMYK
RGB Variations
Color information
#9C15A7 (or 0x9C15A7) is known color: Dark Magenta. HEX triplet: 9C, 15 and A7. RGB value is (156,21,167). Sum of RGB (Red+Green+Blue) = 156+21+167=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 167 (65.62% from 255 or 48.55% from 344); Max value from RGB is 167 - color contains mainly: blue. Hex color #9C15A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C15A7 is #63EA58. Grayscale: #4D4D4D. Windows color (decimal): -6548057 or 10950044. OLE color: 10950044.
HSL color Cylindrical-coordinate representation of color #9C15A7: hue angle of 295.48º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C15A7 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 21 | 167 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.35 |
| HSL | 295.48º | 0.78% | 0.37% | - |
| HSV(B) | 295.48º | 0.87% | 0.65% | - |
| XYZ | 20.95 | 10.39 | 37.46 | - |
| YUV | 78.01 | 178.23 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 21 | 167 | 0.07 | 0.87 | 0 | 0.35 | 295.48 | 0.78 | 0.37 |
| Hex | 9C | 15 | A7 | 7 | 57 | 0 | 23 | 127 | 4E | 25 |
| Octal | 234 | 25 | 247 | 7 | 127 | 0 | 43 | 447 | 116 | 45 |
| Binary | 10011100 | 10101 | 10100111 | 111 | 1010111 | 0 | 100011 | 100100111 | 1001110 | 100101 |
Color Harmonies of #9C15A7
Complementary color
Monochromatic Colors of #9C15A7
Black with #9C15A7
Text Example
Text Example
White with #9C15A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C15A7; }
p { color: rgb(156,21,167); }
H1.HeaderClassName
{
color: #9C15A7;
}
.AnyTagClassName
{
color: #9C15A7;
}
</style>
background-color css
<style>
a { background-color: #9C15A7; }
a { background-color: rgb(156,21,167); }
div.DivClassName
{
background-color: #9C15A7;
}
.BgClassName
{
background-color: #9C15A7;
}
</style>
border-color css
<style>
span { border-color: #9C15A7; }
span { border-color: rgb(156,21,167); }
td.TdClassName
{
border-color: #9C15A7;
}
.TagClassName
{
border-color: #9C15A7;
}
</style>