Shades of Dark Purple #9C2787
Tints of Dark Purple #9C2787
RGB
CMYK
RGB Variations
Color information
#9C2787 (or 0x9C2787) is known color: Dark Purple. HEX triplet: 9C, 27 and 87. RGB value is (156,39,135). Sum of RGB (Red+Green+Blue) = 156+39+135=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2787 is #63D878. Grayscale: #545454. Windows color (decimal): -6543481 or 8857500. OLE color: 8857500.
HSL color Cylindrical-coordinate representation of color #9C2787: hue angle of 310.77º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C2787 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 39 | 135 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.39 |
| HSL | 310.77º | 0.6% | 0.38% | - |
| HSV(B) | 310.77º | 0.75% | 0.61% | - |
| XYZ | 18.81 | 10.27 | 23.91 | - |
| YUV | 84.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 39 | 135 | 0 | 0.75 | 0.13 | 0.39 | 310.77 | 0.6 | 0.38 |
| Hex | 9C | 27 | 87 | 0 | 4B | D | 27 | 137 | 3C | 26 |
| Octal | 234 | 47 | 207 | 0 | 113 | 15 | 47 | 467 | 74 | 46 |
| Binary | 10011100 | 100111 | 10000111 | 0 | 1001011 | 1101 | 100111 | 100110111 | 111100 | 100110 |
Color Harmonies of #9C2787
Complementary color
Monochromatic Colors of #9C2787
Black with #9C2787
Text Example
Text Example
White with #9C2787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2787; }
p { color: rgb(156,39,135); }
H1.HeaderClassName
{
color: #9C2787;
}
.AnyTagClassName
{
color: #9C2787;
}
</style>
background-color css
<style>
a { background-color: #9C2787; }
a { background-color: rgb(156,39,135); }
div.DivClassName
{
background-color: #9C2787;
}
.BgClassName
{
background-color: #9C2787;
}
</style>
border-color css
<style>
span { border-color: #9C2787; }
span { border-color: rgb(156,39,135); }
td.TdClassName
{
border-color: #9C2787;
}
.TagClassName
{
border-color: #9C2787;
}
</style>