Shades of Dark Purple #9D1D75
Tints of Dark Purple #9D1D75
RGB
CMYK
RGB Variations
Color information
#9D1D75 (or 0x9D1D75) is known color: Dark Purple. HEX triplet: 9D, 1D and 75. RGB value is (157,29,117). Sum of RGB (Red+Green+Blue) = 157+29+117=303 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.82% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1D75 is #62E28A. Grayscale: #4D4D4D. Windows color (decimal): -6480523 or 7675293. OLE color: 7675293.
HSL color Cylindrical-coordinate representation of color #9D1D75: hue angle of 318.75º 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 #9D1D75 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 29 | 117 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.38 |
| HSL | 318.75º | 0.69% | 0.36% | - |
| HSV(B) | 318.75º | 0.82% | 0.62% | - |
| XYZ | 17.55 | 9.33 | 17.71 | - |
| YUV | 77.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 117 | 0 | 0.82 | 0.25 | 0.38 | 318.75 | 0.69 | 0.36 |
| Hex | 9D | 1D | 75 | 0 | 52 | 19 | 26 | 13F | 45 | 24 |
| Octal | 235 | 35 | 165 | 0 | 122 | 31 | 46 | 477 | 105 | 44 |
| Binary | 10011101 | 11101 | 1110101 | 0 | 1010010 | 11001 | 100110 | 100111111 | 1000101 | 100100 |
Color Harmonies of #9D1D75
Complementary color
Monochromatic Colors of #9D1D75
Black with #9D1D75
Text Example
Text Example
White with #9D1D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1D75; }
p { color: rgb(157,29,117); }
H1.HeaderClassName
{
color: #9D1D75;
}
.AnyTagClassName
{
color: #9D1D75;
}
</style>
background-color css
<style>
a { background-color: #9D1D75; }
a { background-color: rgb(157,29,117); }
div.DivClassName
{
background-color: #9D1D75;
}
.BgClassName
{
background-color: #9D1D75;
}
</style>
border-color css
<style>
span { border-color: #9D1D75; }
span { border-color: rgb(157,29,117); }
td.TdClassName
{
border-color: #9D1D75;
}
.TagClassName
{
border-color: #9D1D75;
}
</style>