Shades of Dark Magenta #9C06AB
Tints of Dark Magenta #9C06AB
RGB
CMYK
RGB Variations
Color information
#9C06AB (or 0x9C06AB) is known color: Dark Magenta. HEX triplet: 9C, 06 and AB. RGB value is (156,6,171). Sum of RGB (Red+Green+Blue) = 156+6+171=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C06AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C06AB is #63F954. Grayscale: #454545. Windows color (decimal): -6551893 or 11208348. OLE color: 11208348.
HSL color Cylindrical-coordinate representation of color #9C06AB: hue angle of 294.55º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C06AB is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 6 | 171 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.33 |
| HSL | 294.55º | 0.93% | 0.35% | - |
| HSV(B) | 294.55º | 0.96% | 0.67% | - |
| XYZ | 21.13 | 10.14 | 39.37 | - |
| YUV | 69.66 | 185.2 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 171 | 0.09 | 0.96 | 0 | 0.33 | 294.55 | 0.93 | 0.35 |
| Hex | 9C | 6 | AB | 9 | 60 | 0 | 21 | 127 | 5D | 23 |
| Octal | 234 | 6 | 253 | 11 | 140 | 0 | 41 | 447 | 135 | 43 |
| Binary | 10011100 | 110 | 10101011 | 1001 | 1100000 | 0 | 100001 | 100100111 | 1011101 | 100011 |
Color Harmonies of #9C06AB
Complementary color
Monochromatic Colors of #9C06AB
Black with #9C06AB
Text Example
Text Example
White with #9C06AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C06AB; }
p { color: rgb(156,6,171); }
H1.HeaderClassName
{
color: #9C06AB;
}
.AnyTagClassName
{
color: #9C06AB;
}
</style>
background-color css
<style>
a { background-color: #9C06AB; }
a { background-color: rgb(156,6,171); }
div.DivClassName
{
background-color: #9C06AB;
}
.BgClassName
{
background-color: #9C06AB;
}
</style>
border-color css
<style>
span { border-color: #9C06AB; }
span { border-color: rgb(156,6,171); }
td.TdClassName
{
border-color: #9C06AB;
}
.TagClassName
{
border-color: #9C06AB;
}
</style>