Shades of Dark Purple #9D1D80
Tints of Dark Purple #9D1D80
RGB
CMYK
RGB Variations
Color information
#9D1D80 (or 0x9D1D80) is known color: Dark Purple. HEX triplet: 9D, 1D and 80. RGB value is (157,29,128). Sum of RGB (Red+Green+Blue) = 157+29+128=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1D80 is #62E27F. Grayscale: #4E4E4E. Windows color (decimal): -6480512 or 8396189. OLE color: 8396189.
HSL color Cylindrical-coordinate representation of color #9D1D80: hue angle of 313.59º 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 #9D1D80 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 29 | 128 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.38 |
| HSL | 313.59º | 0.69% | 0.36% | - |
| HSV(B) | 313.59º | 0.82% | 0.62% | - |
| XYZ | 18.24 | 9.61 | 21.31 | - |
| YUV | 78.56 | 155.91 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 128 | 0 | 0.82 | 0.18 | 0.38 | 313.59 | 0.69 | 0.36 |
| Hex | 9D | 1D | 80 | 0 | 52 | 12 | 26 | 13A | 45 | 24 |
| Octal | 235 | 35 | 200 | 0 | 122 | 22 | 46 | 472 | 105 | 44 |
| Binary | 10011101 | 11101 | 10000000 | 0 | 1010010 | 10010 | 100110 | 100111010 | 1000101 | 100100 |
Color Harmonies of #9D1D80
Complementary color
Monochromatic Colors of #9D1D80
Black with #9D1D80
Text Example
Text Example
White with #9D1D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1D80; }
p { color: rgb(157,29,128); }
H1.HeaderClassName
{
color: #9D1D80;
}
.AnyTagClassName
{
color: #9D1D80;
}
</style>
background-color css
<style>
a { background-color: #9D1D80; }
a { background-color: rgb(157,29,128); }
div.DivClassName
{
background-color: #9D1D80;
}
.BgClassName
{
background-color: #9D1D80;
}
</style>
border-color css
<style>
span { border-color: #9D1D80; }
span { border-color: rgb(157,29,128); }
td.TdClassName
{
border-color: #9D1D80;
}
.TagClassName
{
border-color: #9D1D80;
}
</style>