Shades of Dark Purple #9D2786
Tints of Dark Purple #9D2786
RGB
CMYK
RGB Variations
Color information
#9D2786 (or 0x9D2786) is known color: Dark Purple. HEX triplet: 9D, 27 and 86. RGB value is (157,39,134). Sum of RGB (Red+Green+Blue) = 157+39+134=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2786 is #62D879. Grayscale: #545454. Windows color (decimal): -6477946 or 8791965. OLE color: 8791965.
HSL color Cylindrical-coordinate representation of color #9D2786: hue angle of 311.69º 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 #9D2786 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 39 | 134 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.38 |
| HSL | 311.69º | 0.6% | 0.38% | - |
| HSV(B) | 311.69º | 0.75% | 0.62% | - |
| XYZ | 18.93 | 10.34 | 23.55 | - |
| YUV | 85.11 | 155.59 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 39 | 134 | 0 | 0.75 | 0.15 | 0.38 | 311.69 | 0.6 | 0.38 |
| Hex | 9D | 27 | 86 | 0 | 4B | F | 26 | 138 | 3C | 26 |
| Octal | 235 | 47 | 206 | 0 | 113 | 17 | 46 | 470 | 74 | 46 |
| Binary | 10011101 | 100111 | 10000110 | 0 | 1001011 | 1111 | 100110 | 100111000 | 111100 | 100110 |
Color Harmonies of #9D2786
Complementary color
Monochromatic Colors of #9D2786
Black with #9D2786
Text Example
Text Example
White with #9D2786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2786; }
p { color: rgb(157,39,134); }
H1.HeaderClassName
{
color: #9D2786;
}
.AnyTagClassName
{
color: #9D2786;
}
</style>
background-color css
<style>
a { background-color: #9D2786; }
a { background-color: rgb(157,39,134); }
div.DivClassName
{
background-color: #9D2786;
}
.BgClassName
{
background-color: #9D2786;
}
</style>
border-color css
<style>
span { border-color: #9D2786; }
span { border-color: rgb(157,39,134); }
td.TdClassName
{
border-color: #9D2786;
}
.TagClassName
{
border-color: #9D2786;
}
</style>