Shades of Dark Purple #9C2470
Tints of Dark Purple #9C2470
RGB
CMYK
RGB Variations
Color information
#9C2470 (or 0x9C2470) is known color: Dark Purple. HEX triplet: 9C, 24 and 70. RGB value is (156,36,112). Sum of RGB (Red+Green+Blue) = 156+36+112=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2470 is #63DB8F. Grayscale: #505050. Windows color (decimal): -6544272 or 7349404. OLE color: 7349404.
HSL color Cylindrical-coordinate representation of color #9C2470: hue angle of 322º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C2470 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 112 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.39 |
| HSL | 322º | 0.63% | 0.38% | - |
| HSV(B) | 322º | 0.77% | 0.61% | - |
| XYZ | 17.27 | 9.5 | 16.25 | - |
| YUV | 80.54 | 145.76 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 112 | 0 | 0.77 | 0.28 | 0.39 | 322 | 0.63 | 0.38 |
| Hex | 9C | 24 | 70 | 0 | 4D | 1C | 27 | 142 | 3E | 26 |
| Octal | 234 | 44 | 160 | 0 | 115 | 34 | 47 | 502 | 76 | 46 |
| Binary | 10011100 | 100100 | 1110000 | 0 | 1001101 | 11100 | 100111 | 101000010 | 111110 | 100110 |
Color Harmonies of #9C2470
Complementary color
Monochromatic Colors of #9C2470
Black with #9C2470
Text Example
Text Example
White with #9C2470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2470; }
p { color: rgb(156,36,112); }
H1.HeaderClassName
{
color: #9C2470;
}
.AnyTagClassName
{
color: #9C2470;
}
</style>
background-color css
<style>
a { background-color: #9C2470; }
a { background-color: rgb(156,36,112); }
div.DivClassName
{
background-color: #9C2470;
}
.BgClassName
{
background-color: #9C2470;
}
</style>
border-color css
<style>
span { border-color: #9C2470; }
span { border-color: rgb(156,36,112); }
td.TdClassName
{
border-color: #9C2470;
}
.TagClassName
{
border-color: #9C2470;
}
</style>