Shades of Dark Purple #9C2587
Tints of Dark Purple #9C2587
RGB
CMYK
RGB Variations
Color information
#9C2587 (or 0x9C2587) is known color: Dark Purple. HEX triplet: 9C, 25 and 87. RGB value is (156,37,135). Sum of RGB (Red+Green+Blue) = 156+37+135=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2587 is #63DA78. Grayscale: #535353. Windows color (decimal): -6543993 or 8856988. OLE color: 8856988.
HSL color Cylindrical-coordinate representation of color #9C2587: hue angle of 310.59º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2587 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 135 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.39 |
| HSL | 310.59º | 0.62% | 0.38% | - |
| HSV(B) | 310.59º | 0.76% | 0.61% | - |
| XYZ | 18.75 | 10.14 | 23.89 | - |
| YUV | 83.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 135 | 0 | 0.76 | 0.13 | 0.39 | 310.59 | 0.62 | 0.38 |
| Hex | 9C | 25 | 87 | 0 | 4C | D | 27 | 137 | 3E | 26 |
| Octal | 234 | 45 | 207 | 0 | 114 | 15 | 47 | 467 | 76 | 46 |
| Binary | 10011100 | 100101 | 10000111 | 0 | 1001100 | 1101 | 100111 | 100110111 | 111110 | 100110 |
Color Harmonies of #9C2587
Complementary color
Monochromatic Colors of #9C2587
Black with #9C2587
Text Example
Text Example
White with #9C2587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2587; }
p { color: rgb(156,37,135); }
H1.HeaderClassName
{
color: #9C2587;
}
.AnyTagClassName
{
color: #9C2587;
}
</style>
background-color css
<style>
a { background-color: #9C2587; }
a { background-color: rgb(156,37,135); }
div.DivClassName
{
background-color: #9C2587;
}
.BgClassName
{
background-color: #9C2587;
}
</style>
border-color css
<style>
span { border-color: #9C2587; }
span { border-color: rgb(156,37,135); }
td.TdClassName
{
border-color: #9C2587;
}
.TagClassName
{
border-color: #9C2587;
}
</style>