Shades of Dark Magenta #9C15AB
Tints of Dark Magenta #9C15AB
RGB
CMYK
RGB Variations
Color information
#9C15AB (or 0x9C15AB) is known color: Dark Magenta. HEX triplet: 9C, 15 and AB. RGB value is (156,21,171). Sum of RGB (Red+Green+Blue) = 156+21+171=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C15AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C15AB is #63EA54. Grayscale: #4E4E4E. Windows color (decimal): -6548053 or 11212188. OLE color: 11212188.
HSL color Cylindrical-coordinate representation of color #9C15AB: hue angle of 294º 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 #9C15AB is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 21 | 171 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.33 |
| HSL | 294º | 0.78% | 0.38% | - |
| HSV(B) | 294º | 0.88% | 0.67% | - |
| XYZ | 21.33 | 10.54 | 39.44 | - |
| YUV | 78.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 21 | 171 | 0.09 | 0.88 | 0 | 0.33 | 294 | 0.78 | 0.38 |
| Hex | 9C | 15 | AB | 9 | 58 | 0 | 21 | 126 | 4E | 26 |
| Octal | 234 | 25 | 253 | 11 | 130 | 0 | 41 | 446 | 116 | 46 |
| Binary | 10011100 | 10101 | 10101011 | 1001 | 1011000 | 0 | 100001 | 100100110 | 1001110 | 100110 |
Color Harmonies of #9C15AB
Complementary color
Monochromatic Colors of #9C15AB
Black with #9C15AB
Text Example
Text Example
White with #9C15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C15AB; }
p { color: rgb(156,21,171); }
H1.HeaderClassName
{
color: #9C15AB;
}
.AnyTagClassName
{
color: #9C15AB;
}
</style>
background-color css
<style>
a { background-color: #9C15AB; }
a { background-color: rgb(156,21,171); }
div.DivClassName
{
background-color: #9C15AB;
}
.BgClassName
{
background-color: #9C15AB;
}
</style>
border-color css
<style>
span { border-color: #9C15AB; }
span { border-color: rgb(156,21,171); }
td.TdClassName
{
border-color: #9C15AB;
}
.TagClassName
{
border-color: #9C15AB;
}
</style>