Shades of Dark Magenta #9C209A
Tints of Dark Magenta #9C209A
RGB
CMYK
RGB Variations
Color information
#9C209A (or 0x9C209A) is known color: Dark Magenta. HEX triplet: 9C, 20 and 9A. RGB value is (156,32,154). Sum of RGB (Red+Green+Blue) = 156+32+154=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C209A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C209A is #63DF65. Grayscale: #525252. Windows color (decimal): -6545254 or 10100892. OLE color: 10100892.
HSL color Cylindrical-coordinate representation of color #9C209A: hue angle of 300.97º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C209A is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 32 | 154 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.39 |
| HSL | 300.97º | 0.66% | 0.37% | - |
| HSV(B) | 300.97º | 0.79% | 0.61% | - |
| XYZ | 20.06 | 10.43 | 31.53 | - |
| YUV | 82.98 | 168.08 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 154 | 0 | 0.79 | 0.01 | 0.39 | 300.97 | 0.66 | 0.37 |
| Hex | 9C | 20 | 9A | 0 | 4F | 1 | 27 | 12D | 42 | 25 |
| Octal | 234 | 40 | 232 | 0 | 117 | 1 | 47 | 455 | 102 | 45 |
| Binary | 10011100 | 100000 | 10011010 | 0 | 1001111 | 1 | 100111 | 100101101 | 1000010 | 100101 |
Color Harmonies of #9C209A
Complementary color
Monochromatic Colors of #9C209A
Black with #9C209A
Text Example
Text Example
White with #9C209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C209A; }
p { color: rgb(156,32,154); }
H1.HeaderClassName
{
color: #9C209A;
}
.AnyTagClassName
{
color: #9C209A;
}
</style>
background-color css
<style>
a { background-color: #9C209A; }
a { background-color: rgb(156,32,154); }
div.DivClassName
{
background-color: #9C209A;
}
.BgClassName
{
background-color: #9C209A;
}
</style>
border-color css
<style>
span { border-color: #9C209A; }
span { border-color: rgb(156,32,154); }
td.TdClassName
{
border-color: #9C209A;
}
.TagClassName
{
border-color: #9C209A;
}
</style>