Shades of Dark Magenta #9C15AC
Tints of Dark Magenta #9C15AC
RGB
CMYK
RGB Variations
Color information
#9C15AC (or 0x9C15AC) is known color: Dark Magenta. HEX triplet: 9C, 15 and AC. RGB value is (156,21,172). Sum of RGB (Red+Green+Blue) = 156+21+172=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C15AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C15AC is #63EA53. Grayscale: #4E4E4E. Windows color (decimal): -6548052 or 11277724. OLE color: 11277724.
HSL color Cylindrical-coordinate representation of color #9C15AC: hue angle of 293.64º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C15AC is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 21 | 172 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.33 |
| HSL | 293.64º | 0.78% | 0.38% | - |
| HSV(B) | 293.64º | 0.88% | 0.67% | - |
| XYZ | 21.42 | 10.58 | 39.94 | - |
| YUV | 78.58 | 180.73 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 21 | 172 | 0.09 | 0.88 | 0 | 0.33 | 293.64 | 0.78 | 0.38 |
| Hex | 9C | 15 | AC | 9 | 58 | 0 | 21 | 126 | 4E | 26 |
| Octal | 234 | 25 | 254 | 11 | 130 | 0 | 41 | 446 | 116 | 46 |
| Binary | 10011100 | 10101 | 10101100 | 1001 | 1011000 | 0 | 100001 | 100100110 | 1001110 | 100110 |
Color Harmonies of #9C15AC
Complementary color
Monochromatic Colors of #9C15AC
Black with #9C15AC
Text Example
Text Example
White with #9C15AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C15AC; }
p { color: rgb(156,21,172); }
H1.HeaderClassName
{
color: #9C15AC;
}
.AnyTagClassName
{
color: #9C15AC;
}
</style>
background-color css
<style>
a { background-color: #9C15AC; }
a { background-color: rgb(156,21,172); }
div.DivClassName
{
background-color: #9C15AC;
}
.BgClassName
{
background-color: #9C15AC;
}
</style>
border-color css
<style>
span { border-color: #9C15AC; }
span { border-color: rgb(156,21,172); }
td.TdClassName
{
border-color: #9C15AC;
}
.TagClassName
{
border-color: #9C15AC;
}
</style>