Shades of Dark Magenta #9C02AB
Tints of Dark Magenta #9C02AB
RGB
CMYK
RGB Variations
Color information
#9C02AB (or 0x9C02AB) is known color: Dark Magenta. HEX triplet: 9C, 02 and AB. RGB value is (156,2,171). Sum of RGB (Red+Green+Blue) = 156+2+171=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C02AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C02AB is #63FD54. Grayscale: #424242. Windows color (decimal): -6552917 or 11207324. OLE color: 11207324.
HSL color Cylindrical-coordinate representation of color #9C02AB: hue angle of 294.67º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C02AB is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 2 | 171 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.33 |
| HSL | 294.67º | 0.98% | 0.34% | - |
| HSV(B) | 294.67º | 0.99% | 0.67% | - |
| XYZ | 21.08 | 10.05 | 39.36 | - |
| YUV | 67.31 | 186.52 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 171 | 0.09 | 0.99 | 0 | 0.33 | 294.67 | 0.98 | 0.34 |
| Hex | 9C | 2 | AB | 9 | 63 | 0 | 21 | 127 | 62 | 22 |
| Octal | 234 | 2 | 253 | 11 | 143 | 0 | 41 | 447 | 142 | 42 |
| Binary | 10011100 | 10 | 10101011 | 1001 | 1100011 | 0 | 100001 | 100100111 | 1100010 | 100010 |
Color Harmonies of #9C02AB
Complementary color
Monochromatic Colors of #9C02AB
Black with #9C02AB
Text Example
Text Example
White with #9C02AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C02AB; }
p { color: rgb(156,2,171); }
H1.HeaderClassName
{
color: #9C02AB;
}
.AnyTagClassName
{
color: #9C02AB;
}
</style>
background-color css
<style>
a { background-color: #9C02AB; }
a { background-color: rgb(156,2,171); }
div.DivClassName
{
background-color: #9C02AB;
}
.BgClassName
{
background-color: #9C02AB;
}
</style>
border-color css
<style>
span { border-color: #9C02AB; }
span { border-color: rgb(156,2,171); }
td.TdClassName
{
border-color: #9C02AB;
}
.TagClassName
{
border-color: #9C02AB;
}
</style>