Shades of Dark Purple #9D1E73
Tints of Dark Purple #9D1E73
RGB
CMYK
RGB Variations
Color information
#9D1E73 (or 0x9D1E73) is known color: Dark Purple. HEX triplet: 9D, 1E and 73. RGB value is (157,30,115). Sum of RGB (Red+Green+Blue) = 157+30+115=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1E73 is #62E18C. Grayscale: #4D4D4D. Windows color (decimal): -6480269 or 7544477. OLE color: 7544477.
HSL color Cylindrical-coordinate representation of color #9D1E73: hue angle of 319.84º 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 #9D1E73 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 30 | 115 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.38 |
| HSL | 319.84º | 0.68% | 0.37% | - |
| HSV(B) | 319.84º | 0.81% | 0.62% | - |
| XYZ | 17.46 | 9.33 | 17.1 | - |
| YUV | 77.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 115 | 0 | 0.81 | 0.27 | 0.38 | 319.84 | 0.68 | 0.37 |
| Hex | 9D | 1E | 73 | 0 | 51 | 1B | 26 | 140 | 44 | 25 |
| Octal | 235 | 36 | 163 | 0 | 121 | 33 | 46 | 500 | 104 | 45 |
| Binary | 10011101 | 11110 | 1110011 | 0 | 1010001 | 11011 | 100110 | 101000000 | 1000100 | 100101 |
Color Harmonies of #9D1E73
Complementary color
Monochromatic Colors of #9D1E73
Black with #9D1E73
Text Example
Text Example
White with #9D1E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1E73; }
p { color: rgb(157,30,115); }
H1.HeaderClassName
{
color: #9D1E73;
}
.AnyTagClassName
{
color: #9D1E73;
}
</style>
background-color css
<style>
a { background-color: #9D1E73; }
a { background-color: rgb(157,30,115); }
div.DivClassName
{
background-color: #9D1E73;
}
.BgClassName
{
background-color: #9D1E73;
}
</style>
border-color css
<style>
span { border-color: #9D1E73; }
span { border-color: rgb(157,30,115); }
td.TdClassName
{
border-color: #9D1E73;
}
.TagClassName
{
border-color: #9D1E73;
}
</style>