Shades of Dark Magenta #9C03AB
Tints of Dark Magenta #9C03AB
RGB
CMYK
RGB Variations
Color information
#9C03AB (or 0x9C03AB) is known color: Dark Magenta. HEX triplet: 9C, 03 and AB. RGB value is (156,3,171). Sum of RGB (Red+Green+Blue) = 156+3+171=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C03AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C03AB is #63FC54. Grayscale: #434343. Windows color (decimal): -6552661 or 11207580. OLE color: 11207580.
HSL color Cylindrical-coordinate representation of color #9C03AB: hue angle of 294.64º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C03AB is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 3 | 171 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.33 |
| HSL | 294.64º | 0.97% | 0.34% | - |
| HSV(B) | 294.64º | 0.98% | 0.67% | - |
| XYZ | 21.09 | 10.07 | 39.36 | - |
| YUV | 67.9 | 186.19 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 171 | 0.09 | 0.98 | 0 | 0.33 | 294.64 | 0.97 | 0.34 |
| Hex | 9C | 3 | AB | 9 | 62 | 0 | 21 | 127 | 61 | 22 |
| Octal | 234 | 3 | 253 | 11 | 142 | 0 | 41 | 447 | 141 | 42 |
| Binary | 10011100 | 11 | 10101011 | 1001 | 1100010 | 0 | 100001 | 100100111 | 1100001 | 100010 |
Color Harmonies of #9C03AB
Complementary color
Monochromatic Colors of #9C03AB
Black with #9C03AB
Text Example
Text Example
White with #9C03AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C03AB; }
p { color: rgb(156,3,171); }
H1.HeaderClassName
{
color: #9C03AB;
}
.AnyTagClassName
{
color: #9C03AB;
}
</style>
background-color css
<style>
a { background-color: #9C03AB; }
a { background-color: rgb(156,3,171); }
div.DivClassName
{
background-color: #9C03AB;
}
.BgClassName
{
background-color: #9C03AB;
}
</style>
border-color css
<style>
span { border-color: #9C03AB; }
span { border-color: rgb(156,3,171); }
td.TdClassName
{
border-color: #9C03AB;
}
.TagClassName
{
border-color: #9C03AB;
}
</style>