Shades of Dark Purple #9D1989
Tints of Dark Purple #9D1989
RGB
CMYK
RGB Variations
Color information
#9D1989 (or 0x9D1989) is known color: Dark Purple. HEX triplet: 9D, 19 and 89. RGB value is (157,25,137). Sum of RGB (Red+Green+Blue) = 157+25+137=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1989 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1989 is #62E676. Grayscale: #4C4C4C. Windows color (decimal): -6481527 or 8984989. OLE color: 8984989.
HSL color Cylindrical-coordinate representation of color #9D1989: hue angle of 309.09º 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 #9D1989 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 25 | 137 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.38 |
| HSL | 309.09º | 0.73% | 0.36% | - |
| HSV(B) | 309.09º | 0.84% | 0.62% | - |
| XYZ | 18.77 | 9.67 | 24.54 | - |
| YUV | 77.24 | 161.73 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 25 | 137 | 0 | 0.84 | 0.13 | 0.38 | 309.09 | 0.73 | 0.36 |
| Hex | 9D | 19 | 89 | 0 | 54 | D | 26 | 135 | 49 | 24 |
| Octal | 235 | 31 | 211 | 0 | 124 | 15 | 46 | 465 | 111 | 44 |
| Binary | 10011101 | 11001 | 10001001 | 0 | 1010100 | 1101 | 100110 | 100110101 | 1001001 | 100100 |
Color Harmonies of #9D1989
Complementary color
Monochromatic Colors of #9D1989
Black with #9D1989
Text Example
Text Example
White with #9D1989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1989; }
p { color: rgb(157,25,137); }
H1.HeaderClassName
{
color: #9D1989;
}
.AnyTagClassName
{
color: #9D1989;
}
</style>
background-color css
<style>
a { background-color: #9D1989; }
a { background-color: rgb(157,25,137); }
div.DivClassName
{
background-color: #9D1989;
}
.BgClassName
{
background-color: #9D1989;
}
</style>
border-color css
<style>
span { border-color: #9D1989; }
span { border-color: rgb(157,25,137); }
td.TdClassName
{
border-color: #9D1989;
}
.TagClassName
{
border-color: #9D1989;
}
</style>