Shades of Dark Purple #9D1986
Tints of Dark Purple #9D1986
RGB
CMYK
RGB Variations
Color information
#9D1986 (or 0x9D1986) is known color: Dark Purple. HEX triplet: 9D, 19 and 86. RGB value is (157,25,134). Sum of RGB (Red+Green+Blue) = 157+25+134=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1986 is #62E679. Grayscale: #4C4C4C. Windows color (decimal): -6481530 or 8788381. OLE color: 8788381.
HSL color Cylindrical-coordinate representation of color #9D1986: hue angle of 310.45º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D1986 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 25 | 134 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.38 |
| HSL | 310.45º | 0.73% | 0.36% | - |
| HSV(B) | 310.45º | 0.84% | 0.62% | - |
| XYZ | 18.56 | 9.58 | 23.43 | - |
| YUV | 76.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 25 | 134 | 0 | 0.84 | 0.15 | 0.38 | 310.45 | 0.73 | 0.36 |
| Hex | 9D | 19 | 86 | 0 | 54 | F | 26 | 136 | 49 | 24 |
| Octal | 235 | 31 | 206 | 0 | 124 | 17 | 46 | 466 | 111 | 44 |
| Binary | 10011101 | 11001 | 10000110 | 0 | 1010100 | 1111 | 100110 | 100110110 | 1001001 | 100100 |
Color Harmonies of #9D1986
Complementary color
Monochromatic Colors of #9D1986
Black with #9D1986
Text Example
Text Example
White with #9D1986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1986; }
p { color: rgb(157,25,134); }
H1.HeaderClassName
{
color: #9D1986;
}
.AnyTagClassName
{
color: #9D1986;
}
</style>
background-color css
<style>
a { background-color: #9D1986; }
a { background-color: rgb(157,25,134); }
div.DivClassName
{
background-color: #9D1986;
}
.BgClassName
{
background-color: #9D1986;
}
</style>
border-color css
<style>
span { border-color: #9D1986; }
span { border-color: rgb(157,25,134); }
td.TdClassName
{
border-color: #9D1986;
}
.TagClassName
{
border-color: #9D1986;
}
</style>