Shades of Dark Magenta #9C209D
Tints of Dark Magenta #9C209D
RGB
CMYK
RGB Variations
Color information
#9C209D (or 0x9C209D) is known color: Dark Magenta. HEX triplet: 9C, 20 and 9D. RGB value is (156,32,157). Sum of RGB (Red+Green+Blue) = 156+32+157=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C209D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C209D is #63DF62. Grayscale: #525252. Windows color (decimal): -6545251 or 10297500. OLE color: 10297500.
HSL color Cylindrical-coordinate representation of color #9C209D: hue angle of 299.52º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C209D is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 32 | 157 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.38 |
| HSL | 299.52º | 0.66% | 0.37% | - |
| HSV(B) | 299.52º | 0.8% | 0.62% | - |
| XYZ | 20.31 | 10.54 | 32.86 | - |
| YUV | 83.33 | 169.58 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 157 | 0.01 | 0.80 | 0 | 0.38 | 299.52 | 0.66 | 0.37 |
| Hex | 9C | 20 | 9D | 1 | 50 | 0 | 26 | 12C | 42 | 25 |
| Octal | 234 | 40 | 235 | 1 | 120 | 0 | 46 | 454 | 102 | 45 |
| Binary | 10011100 | 100000 | 10011101 | 1 | 1010000 | 0 | 100110 | 100101100 | 1000010 | 100101 |
Color Harmonies of #9C209D
Complementary color
Monochromatic Colors of #9C209D
Black with #9C209D
Text Example
Text Example
White with #9C209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C209D; }
p { color: rgb(156,32,157); }
H1.HeaderClassName
{
color: #9C209D;
}
.AnyTagClassName
{
color: #9C209D;
}
</style>
background-color css
<style>
a { background-color: #9C209D; }
a { background-color: rgb(156,32,157); }
div.DivClassName
{
background-color: #9C209D;
}
.BgClassName
{
background-color: #9C209D;
}
</style>
border-color css
<style>
span { border-color: #9C209D; }
span { border-color: rgb(156,32,157); }
td.TdClassName
{
border-color: #9C209D;
}
.TagClassName
{
border-color: #9C209D;
}
</style>