Shades of Dark Purple #9D1D8D
Tints of Dark Purple #9D1D8D
RGB
CMYK
RGB Variations
Color information
#9D1D8D (or 0x9D1D8D) is known color: Dark Purple. HEX triplet: 9D, 1D and 8D. RGB value is (157,29,141). Sum of RGB (Red+Green+Blue) = 157+29+141=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1D8D is #62E272. Grayscale: #4F4F4F. Windows color (decimal): -6480499 or 9248157. OLE color: 9248157.
HSL color Cylindrical-coordinate representation of color #9D1D8D: hue angle of 307.5º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1D8D is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 29 | 141 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.38 |
| HSL | 307.5º | 0.69% | 0.36% | - |
| HSV(B) | 307.5º | 0.82% | 0.62% | - |
| XYZ | 19.15 | 9.97 | 26.11 | - |
| YUV | 80.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 141 | 0 | 0.82 | 0.10 | 0.38 | 307.5 | 0.69 | 0.36 |
| Hex | 9D | 1D | 8D | 0 | 52 | A | 26 | 134 | 45 | 24 |
| Octal | 235 | 35 | 215 | 0 | 122 | 12 | 46 | 464 | 105 | 44 |
| Binary | 10011101 | 11101 | 10001101 | 0 | 1010010 | 1010 | 100110 | 100110100 | 1000101 | 100100 |
Color Harmonies of #9D1D8D
Complementary color
Monochromatic Colors of #9D1D8D
Black with #9D1D8D
Text Example
Text Example
White with #9D1D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1D8D; }
p { color: rgb(157,29,141); }
H1.HeaderClassName
{
color: #9D1D8D;
}
.AnyTagClassName
{
color: #9D1D8D;
}
</style>
background-color css
<style>
a { background-color: #9D1D8D; }
a { background-color: rgb(157,29,141); }
div.DivClassName
{
background-color: #9D1D8D;
}
.BgClassName
{
background-color: #9D1D8D;
}
</style>
border-color css
<style>
span { border-color: #9D1D8D; }
span { border-color: rgb(157,29,141); }
td.TdClassName
{
border-color: #9D1D8D;
}
.TagClassName
{
border-color: #9D1D8D;
}
</style>