Shades of Dark Magenta #9C0DAB
Tints of Dark Magenta #9C0DAB
RGB
CMYK
RGB Variations
Color information
#9C0DAB (or 0x9C0DAB) is known color: Dark Magenta. HEX triplet: 9C, 0D and AB. RGB value is (156,13,171). Sum of RGB (Red+Green+Blue) = 156+13+171=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C0DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0DAB is #63F254. Grayscale: #494949. Windows color (decimal): -6550101 or 11210140. OLE color: 11210140.
HSL color Cylindrical-coordinate representation of color #9C0DAB: hue angle of 294.3º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0DAB is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 13 | 171 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.33 |
| HSL | 294.3º | 0.86% | 0.36% | - |
| HSV(B) | 294.3º | 0.92% | 0.67% | - |
| XYZ | 21.2 | 10.3 | 39.4 | - |
| YUV | 73.77 | 182.88 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 171 | 0.09 | 0.92 | 0 | 0.33 | 294.3 | 0.86 | 0.36 |
| Hex | 9C | D | AB | 9 | 5C | 0 | 21 | 126 | 56 | 24 |
| Octal | 234 | 15 | 253 | 11 | 134 | 0 | 41 | 446 | 126 | 44 |
| Binary | 10011100 | 1101 | 10101011 | 1001 | 1011100 | 0 | 100001 | 100100110 | 1010110 | 100100 |
Color Harmonies of #9C0DAB
Complementary color
Monochromatic Colors of #9C0DAB
Black with #9C0DAB
Text Example
Text Example
White with #9C0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0DAB; }
p { color: rgb(156,13,171); }
H1.HeaderClassName
{
color: #9C0DAB;
}
.AnyTagClassName
{
color: #9C0DAB;
}
</style>
background-color css
<style>
a { background-color: #9C0DAB; }
a { background-color: rgb(156,13,171); }
div.DivClassName
{
background-color: #9C0DAB;
}
.BgClassName
{
background-color: #9C0DAB;
}
</style>
border-color css
<style>
span { border-color: #9C0DAB; }
span { border-color: rgb(156,13,171); }
td.TdClassName
{
border-color: #9C0DAB;
}
.TagClassName
{
border-color: #9C0DAB;
}
</style>