Shades of Dark Purple #9C2871
Tints of Dark Purple #9C2871
RGB
CMYK
RGB Variations
Color information
#9C2871 (or 0x9C2871) is known color: Dark Purple. HEX triplet: 9C, 28 and 71. RGB value is (156,40,113). Sum of RGB (Red+Green+Blue) = 156+40+113=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2871 is #63D78E. Grayscale: #525252. Windows color (decimal): -6543247 or 7415964. OLE color: 7415964.
HSL color Cylindrical-coordinate representation of color #9C2871: hue angle of 322.24º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C2871 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 113 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.39 |
| HSL | 322.24º | 0.59% | 0.38% | - |
| HSV(B) | 322.24º | 0.74% | 0.61% | - |
| XYZ | 17.45 | 9.78 | 16.59 | - |
| YUV | 83.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 113 | 0 | 0.74 | 0.28 | 0.39 | 322.24 | 0.59 | 0.38 |
| Hex | 9C | 28 | 71 | 0 | 4A | 1C | 27 | 142 | 3B | 26 |
| Octal | 234 | 50 | 161 | 0 | 112 | 34 | 47 | 502 | 73 | 46 |
| Binary | 10011100 | 101000 | 1110001 | 0 | 1001010 | 11100 | 100111 | 101000010 | 111011 | 100110 |
Color Harmonies of #9C2871
Complementary color
Monochromatic Colors of #9C2871
Black with #9C2871
Text Example
Text Example
White with #9C2871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2871; }
p { color: rgb(156,40,113); }
H1.HeaderClassName
{
color: #9C2871;
}
.AnyTagClassName
{
color: #9C2871;
}
</style>
background-color css
<style>
a { background-color: #9C2871; }
a { background-color: rgb(156,40,113); }
div.DivClassName
{
background-color: #9C2871;
}
.BgClassName
{
background-color: #9C2871;
}
</style>
border-color css
<style>
span { border-color: #9C2871; }
span { border-color: rgb(156,40,113); }
td.TdClassName
{
border-color: #9C2871;
}
.TagClassName
{
border-color: #9C2871;
}
</style>