Shades of Dark Purple #9C2471
Tints of Dark Purple #9C2471
RGB
CMYK
RGB Variations
Color information
#9C2471 (or 0x9C2471) is known color: Dark Purple. HEX triplet: 9C, 24 and 71. RGB value is (156,36,113). Sum of RGB (Red+Green+Blue) = 156+36+113=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2471 is #63DB8E. Grayscale: #505050. Windows color (decimal): -6544271 or 7414940. OLE color: 7414940.
HSL color Cylindrical-coordinate representation of color #9C2471: hue angle of 321.5º 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 #9C2471 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 113 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.39 |
| HSL | 321.5º | 0.63% | 0.38% | - |
| HSV(B) | 321.5º | 0.77% | 0.61% | - |
| XYZ | 17.32 | 9.52 | 16.55 | - |
| YUV | 80.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 113 | 0 | 0.77 | 0.28 | 0.39 | 321.5 | 0.63 | 0.38 |
| Hex | 9C | 24 | 71 | 0 | 4D | 1C | 27 | 142 | 3E | 26 |
| Octal | 234 | 44 | 161 | 0 | 115 | 34 | 47 | 502 | 76 | 46 |
| Binary | 10011100 | 100100 | 1110001 | 0 | 1001101 | 11100 | 100111 | 101000010 | 111110 | 100110 |
Color Harmonies of #9C2471
Complementary color
Monochromatic Colors of #9C2471
Black with #9C2471
Text Example
Text Example
White with #9C2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2471; }
p { color: rgb(156,36,113); }
H1.HeaderClassName
{
color: #9C2471;
}
.AnyTagClassName
{
color: #9C2471;
}
</style>
background-color css
<style>
a { background-color: #9C2471; }
a { background-color: rgb(156,36,113); }
div.DivClassName
{
background-color: #9C2471;
}
.BgClassName
{
background-color: #9C2471;
}
</style>
border-color css
<style>
span { border-color: #9C2471; }
span { border-color: rgb(156,36,113); }
td.TdClassName
{
border-color: #9C2471;
}
.TagClassName
{
border-color: #9C2471;
}
</style>