Shades of Dark Purple #9C2887
Tints of Dark Purple #9C2887
RGB
CMYK
RGB Variations
Color information
#9C2887 (or 0x9C2887) is known color: Dark Purple. HEX triplet: 9C, 28 and 87. RGB value is (156,40,135). Sum of RGB (Red+Green+Blue) = 156+40+135=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2887 is #63D778. Grayscale: #555555. Windows color (decimal): -6543225 or 8857756. OLE color: 8857756.
HSL color Cylindrical-coordinate representation of color #9C2887: hue angle of 310.86º 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 #9C2887 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 135 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.39 |
| HSL | 310.86º | 0.59% | 0.38% | - |
| HSV(B) | 310.86º | 0.74% | 0.61% | - |
| XYZ | 18.84 | 10.33 | 23.92 | - |
| YUV | 85.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 135 | 0 | 0.74 | 0.13 | 0.39 | 310.86 | 0.59 | 0.38 |
| Hex | 9C | 28 | 87 | 0 | 4A | D | 27 | 137 | 3B | 26 |
| Octal | 234 | 50 | 207 | 0 | 112 | 15 | 47 | 467 | 73 | 46 |
| Binary | 10011100 | 101000 | 10000111 | 0 | 1001010 | 1101 | 100111 | 100110111 | 111011 | 100110 |
Color Harmonies of #9C2887
Complementary color
Monochromatic Colors of #9C2887
Black with #9C2887
Text Example
Text Example
White with #9C2887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2887; }
p { color: rgb(156,40,135); }
H1.HeaderClassName
{
color: #9C2887;
}
.AnyTagClassName
{
color: #9C2887;
}
</style>
background-color css
<style>
a { background-color: #9C2887; }
a { background-color: rgb(156,40,135); }
div.DivClassName
{
background-color: #9C2887;
}
.BgClassName
{
background-color: #9C2887;
}
</style>
border-color css
<style>
span { border-color: #9C2887; }
span { border-color: rgb(156,40,135); }
td.TdClassName
{
border-color: #9C2887;
}
.TagClassName
{
border-color: #9C2887;
}
</style>