Shades of Dark Purple #9D1E89
Tints of Dark Purple #9D1E89
RGB
CMYK
RGB Variations
Color information
#9D1E89 (or 0x9D1E89) is known color: Dark Purple. HEX triplet: 9D, 1E and 89. RGB value is (157,30,137). Sum of RGB (Red+Green+Blue) = 157+30+137=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1E89 is #62E176. Grayscale: #4F4F4F. Windows color (decimal): -6480247 or 8986269. OLE color: 8986269.
HSL color Cylindrical-coordinate representation of color #9D1E89: hue angle of 309.45º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D1E89 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 30 | 137 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.38 |
| HSL | 309.45º | 0.68% | 0.37% | - |
| HSV(B) | 309.45º | 0.81% | 0.62% | - |
| XYZ | 18.88 | 9.9 | 24.58 | - |
| YUV | 80.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 137 | 0 | 0.81 | 0.13 | 0.38 | 309.45 | 0.68 | 0.37 |
| Hex | 9D | 1E | 89 | 0 | 51 | D | 26 | 135 | 44 | 25 |
| Octal | 235 | 36 | 211 | 0 | 121 | 15 | 46 | 465 | 104 | 45 |
| Binary | 10011101 | 11110 | 10001001 | 0 | 1010001 | 1101 | 100110 | 100110101 | 1000100 | 100101 |
Color Harmonies of #9D1E89
Complementary color
Monochromatic Colors of #9D1E89
Black with #9D1E89
Text Example
Text Example
White with #9D1E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1E89; }
p { color: rgb(157,30,137); }
H1.HeaderClassName
{
color: #9D1E89;
}
.AnyTagClassName
{
color: #9D1E89;
}
</style>
background-color css
<style>
a { background-color: #9D1E89; }
a { background-color: rgb(157,30,137); }
div.DivClassName
{
background-color: #9D1E89;
}
.BgClassName
{
background-color: #9D1E89;
}
</style>
border-color css
<style>
span { border-color: #9D1E89; }
span { border-color: rgb(157,30,137); }
td.TdClassName
{
border-color: #9D1E89;
}
.TagClassName
{
border-color: #9D1E89;
}
</style>