Shades of Dark Magenta #9C14AC
Tints of Dark Magenta #9C14AC
RGB
CMYK
RGB Variations
Color information
#9C14AC (or 0x9C14AC) is known color: Dark Magenta. HEX triplet: 9C, 14 and AC. RGB value is (156,20,172). Sum of RGB (Red+Green+Blue) = 156+20+172=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C14AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C14AC is #63EB53. Grayscale: #4D4D4D. Windows color (decimal): -6548308 or 11277468. OLE color: 11277468.
HSL color Cylindrical-coordinate representation of color #9C14AC: hue angle of 293.68º degrees, saturation: 0.79, 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 #9C14AC is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 20 | 172 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.33 |
| HSL | 293.68º | 0.79% | 0.38% | - |
| HSV(B) | 293.68º | 0.88% | 0.67% | - |
| XYZ | 21.41 | 10.55 | 39.94 | - |
| YUV | 77.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 172 | 0.09 | 0.88 | 0 | 0.33 | 293.68 | 0.79 | 0.38 |
| Hex | 9C | 14 | AC | 9 | 58 | 0 | 21 | 126 | 4F | 26 |
| Octal | 234 | 24 | 254 | 11 | 130 | 0 | 41 | 446 | 117 | 46 |
| Binary | 10011100 | 10100 | 10101100 | 1001 | 1011000 | 0 | 100001 | 100100110 | 1001111 | 100110 |
Color Harmonies of #9C14AC
Complementary color
Monochromatic Colors of #9C14AC
Black with #9C14AC
Text Example
Text Example
White with #9C14AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C14AC; }
p { color: rgb(156,20,172); }
H1.HeaderClassName
{
color: #9C14AC;
}
.AnyTagClassName
{
color: #9C14AC;
}
</style>
background-color css
<style>
a { background-color: #9C14AC; }
a { background-color: rgb(156,20,172); }
div.DivClassName
{
background-color: #9C14AC;
}
.BgClassName
{
background-color: #9C14AC;
}
</style>
border-color css
<style>
span { border-color: #9C14AC; }
span { border-color: rgb(156,20,172); }
td.TdClassName
{
border-color: #9C14AC;
}
.TagClassName
{
border-color: #9C14AC;
}
</style>