Shades of Dark Purple #9D2471
Tints of Dark Purple #9D2471
RGB
CMYK
RGB Variations
Color information
#9D2471 (or 0x9D2471) is known color: Dark Purple. HEX triplet: 9D, 24 and 71. RGB value is (157,36,113). Sum of RGB (Red+Green+Blue) = 157+36+113=306 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.31% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2471 is #62DB8E. Grayscale: #505050. Windows color (decimal): -6478735 or 7414941. OLE color: 7414941.
HSL color Cylindrical-coordinate representation of color #9D2471: hue angle of 321.82º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D2471 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 36 | 113 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.38 |
| HSL | 321.82º | 0.63% | 0.38% | - |
| HSV(B) | 321.82º | 0.77% | 0.62% | - |
| XYZ | 17.52 | 9.62 | 16.56 | - |
| YUV | 80.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 36 | 113 | 0 | 0.77 | 0.28 | 0.38 | 321.82 | 0.63 | 0.38 |
| Hex | 9D | 24 | 71 | 0 | 4D | 1C | 26 | 142 | 3F | 26 |
| Octal | 235 | 44 | 161 | 0 | 115 | 34 | 46 | 502 | 77 | 46 |
| Binary | 10011101 | 100100 | 1110001 | 0 | 1001101 | 11100 | 100110 | 101000010 | 111111 | 100110 |
Color Harmonies of #9D2471
Complementary color
Monochromatic Colors of #9D2471
Black with #9D2471
Text Example
Text Example
White with #9D2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2471; }
p { color: rgb(157,36,113); }
H1.HeaderClassName
{
color: #9D2471;
}
.AnyTagClassName
{
color: #9D2471;
}
</style>
background-color css
<style>
a { background-color: #9D2471; }
a { background-color: rgb(157,36,113); }
div.DivClassName
{
background-color: #9D2471;
}
.BgClassName
{
background-color: #9D2471;
}
</style>
border-color css
<style>
span { border-color: #9D2471; }
span { border-color: rgb(157,36,113); }
td.TdClassName
{
border-color: #9D2471;
}
.TagClassName
{
border-color: #9D2471;
}
</style>