Shades of Dark Purple #9C2D87
Tints of Dark Purple #9C2D87
RGB
CMYK
RGB Variations
Color information
#9C2D87 (or 0x9C2D87) is known color: Dark Purple. HEX triplet: 9C, 2D and 87. RGB value is (156,45,135). Sum of RGB (Red+Green+Blue) = 156+45+135=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2D87 is #63D278. Grayscale: #585858. Windows color (decimal): -6541945 or 8859036. OLE color: 8859036.
HSL color Cylindrical-coordinate representation of color #9C2D87: hue angle of 311.35º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C2D87 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 45 | 135 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.39 |
| HSL | 311.35º | 0.55% | 0.39% | - |
| HSV(B) | 311.35º | 0.71% | 0.61% | - |
| XYZ | 19.02 | 10.69 | 23.98 | - |
| YUV | 88.45 | 154.27 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 45 | 135 | 0 | 0.71 | 0.13 | 0.39 | 311.35 | 0.55 | 0.39 |
| Hex | 9C | 2D | 87 | 0 | 47 | D | 27 | 137 | 37 | 27 |
| Octal | 234 | 55 | 207 | 0 | 107 | 15 | 47 | 467 | 67 | 47 |
| Binary | 10011100 | 101101 | 10000111 | 0 | 1000111 | 1101 | 100111 | 100110111 | 110111 | 100111 |
Color Harmonies of #9C2D87
Complementary color
Monochromatic Colors of #9C2D87
Black with #9C2D87
Text Example
Text Example
White with #9C2D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2D87; }
p { color: rgb(156,45,135); }
H1.HeaderClassName
{
color: #9C2D87;
}
.AnyTagClassName
{
color: #9C2D87;
}
</style>
background-color css
<style>
a { background-color: #9C2D87; }
a { background-color: rgb(156,45,135); }
div.DivClassName
{
background-color: #9C2D87;
}
.BgClassName
{
background-color: #9C2D87;
}
</style>
border-color css
<style>
span { border-color: #9C2D87; }
span { border-color: rgb(156,45,135); }
td.TdClassName
{
border-color: #9C2D87;
}
.TagClassName
{
border-color: #9C2D87;
}
</style>