Shades of Dark Purple #9D2787
Tints of Dark Purple #9D2787
RGB
CMYK
RGB Variations
Color information
#9D2787 (or 0x9D2787) is known color: Dark Purple. HEX triplet: 9D, 27 and 87. RGB value is (157,39,135). Sum of RGB (Red+Green+Blue) = 157+39+135=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2787 is #62D878. Grayscale: #545454. Windows color (decimal): -6477945 or 8857501. OLE color: 8857501.
HSL color Cylindrical-coordinate representation of color #9D2787: hue angle of 311.19º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D2787 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 39 | 135 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.38 |
| HSL | 311.19º | 0.6% | 0.38% | - |
| HSV(B) | 311.19º | 0.75% | 0.62% | - |
| XYZ | 19 | 10.37 | 23.92 | - |
| YUV | 85.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 39 | 135 | 0 | 0.75 | 0.14 | 0.38 | 311.19 | 0.6 | 0.38 |
| Hex | 9D | 27 | 87 | 0 | 4B | E | 26 | 137 | 3C | 26 |
| Octal | 235 | 47 | 207 | 0 | 113 | 16 | 46 | 467 | 74 | 46 |
| Binary | 10011101 | 100111 | 10000111 | 0 | 1001011 | 1110 | 100110 | 100110111 | 111100 | 100110 |
Color Harmonies of #9D2787
Complementary color
Monochromatic Colors of #9D2787
Black with #9D2787
Text Example
Text Example
White with #9D2787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2787; }
p { color: rgb(157,39,135); }
H1.HeaderClassName
{
color: #9D2787;
}
.AnyTagClassName
{
color: #9D2787;
}
</style>
background-color css
<style>
a { background-color: #9D2787; }
a { background-color: rgb(157,39,135); }
div.DivClassName
{
background-color: #9D2787;
}
.BgClassName
{
background-color: #9D2787;
}
</style>
border-color css
<style>
span { border-color: #9D2787; }
span { border-color: rgb(157,39,135); }
td.TdClassName
{
border-color: #9D2787;
}
.TagClassName
{
border-color: #9D2787;
}
</style>