Shades of Dark Purple #9C2B87
Tints of Dark Purple #9C2B87
RGB
CMYK
RGB Variations
Color information
#9C2B87 (or 0x9C2B87) is known color: Dark Purple. HEX triplet: 9C, 2B and 87. RGB value is (156,43,135). Sum of RGB (Red+Green+Blue) = 156+43+135=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2B87 is #63D478. Grayscale: #575757. Windows color (decimal): -6542457 or 8858524. OLE color: 8858524.
HSL color Cylindrical-coordinate representation of color #9C2B87: hue angle of 311.15º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C2B87 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 43 | 135 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.39 |
| HSL | 311.15º | 0.57% | 0.39% | - |
| HSV(B) | 311.15º | 0.72% | 0.61% | - |
| XYZ | 18.95 | 10.54 | 23.96 | - |
| YUV | 87.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 135 | 0 | 0.72 | 0.13 | 0.39 | 311.15 | 0.57 | 0.39 |
| Hex | 9C | 2B | 87 | 0 | 48 | D | 27 | 137 | 39 | 27 |
| Octal | 234 | 53 | 207 | 0 | 110 | 15 | 47 | 467 | 71 | 47 |
| Binary | 10011100 | 101011 | 10000111 | 0 | 1001000 | 1101 | 100111 | 100110111 | 111001 | 100111 |
Color Harmonies of #9C2B87
Complementary color
Monochromatic Colors of #9C2B87
Black with #9C2B87
Text Example
Text Example
White with #9C2B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2B87; }
p { color: rgb(156,43,135); }
H1.HeaderClassName
{
color: #9C2B87;
}
.AnyTagClassName
{
color: #9C2B87;
}
</style>
background-color css
<style>
a { background-color: #9C2B87; }
a { background-color: rgb(156,43,135); }
div.DivClassName
{
background-color: #9C2B87;
}
.BgClassName
{
background-color: #9C2B87;
}
</style>
border-color css
<style>
span { border-color: #9C2B87; }
span { border-color: rgb(156,43,135); }
td.TdClassName
{
border-color: #9C2B87;
}
.TagClassName
{
border-color: #9C2B87;
}
</style>