Shades of Dark Purple #9D1E77
Tints of Dark Purple #9D1E77
RGB
CMYK
RGB Variations
Color information
#9D1E77 (or 0x9D1E77) is known color: Dark Purple. HEX triplet: 9D, 1E and 77. RGB value is (157,30,119). Sum of RGB (Red+Green+Blue) = 157+30+119=306 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.31% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1E77 is #62E188. Grayscale: #4D4D4D. Windows color (decimal): -6480265 or 7806621. OLE color: 7806621.
HSL color Cylindrical-coordinate representation of color #9D1E77: hue angle of 317.95º 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 #9D1E77 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 30 | 119 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.38 |
| HSL | 317.95º | 0.68% | 0.37% | - |
| HSV(B) | 317.95º | 0.81% | 0.62% | - |
| XYZ | 17.7 | 9.43 | 18.34 | - |
| YUV | 78.12 | 151.08 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 119 | 0 | 0.81 | 0.24 | 0.38 | 317.95 | 0.68 | 0.37 |
| Hex | 9D | 1E | 77 | 0 | 51 | 18 | 26 | 13E | 44 | 25 |
| Octal | 235 | 36 | 167 | 0 | 121 | 30 | 46 | 476 | 104 | 45 |
| Binary | 10011101 | 11110 | 1110111 | 0 | 1010001 | 11000 | 100110 | 100111110 | 1000100 | 100101 |
Color Harmonies of #9D1E77
Complementary color
Monochromatic Colors of #9D1E77
Black with #9D1E77
Text Example
Text Example
White with #9D1E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1E77; }
p { color: rgb(157,30,119); }
H1.HeaderClassName
{
color: #9D1E77;
}
.AnyTagClassName
{
color: #9D1E77;
}
</style>
background-color css
<style>
a { background-color: #9D1E77; }
a { background-color: rgb(157,30,119); }
div.DivClassName
{
background-color: #9D1E77;
}
.BgClassName
{
background-color: #9D1E77;
}
</style>
border-color css
<style>
span { border-color: #9D1E77; }
span { border-color: rgb(157,30,119); }
td.TdClassName
{
border-color: #9D1E77;
}
.TagClassName
{
border-color: #9D1E77;
}
</style>