Shades of Dark Purple #9D207F
Tints of Dark Purple #9D207F
RGB
CMYK
RGB Variations
Color information
#9D207F (or 0x9D207F) is known color: Dark Purple. HEX triplet: 9D, 20 and 7F. RGB value is (157,32,127). Sum of RGB (Red+Green+Blue) = 157+32+127=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D207F is #62DF80. Grayscale: #4F4F4F. Windows color (decimal): -6479745 or 8331421. OLE color: 8331421.
HSL color Cylindrical-coordinate representation of color #9D207F: hue angle of 314.4º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D207F is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 32 | 127 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.38 |
| HSL | 314.4º | 0.66% | 0.37% | - |
| HSV(B) | 314.4º | 0.8% | 0.62% | - |
| XYZ | 18.25 | 9.73 | 21 | - |
| YUV | 80.21 | 154.41 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 32 | 127 | 0 | 0.80 | 0.19 | 0.38 | 314.4 | 0.66 | 0.37 |
| Hex | 9D | 20 | 7F | 0 | 50 | 13 | 26 | 13A | 42 | 25 |
| Octal | 235 | 40 | 177 | 0 | 120 | 23 | 46 | 472 | 102 | 45 |
| Binary | 10011101 | 100000 | 1111111 | 0 | 1010000 | 10011 | 100110 | 100111010 | 1000010 | 100101 |
Color Harmonies of #9D207F
Complementary color
Monochromatic Colors of #9D207F
Black with #9D207F
Text Example
Text Example
White with #9D207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D207F; }
p { color: rgb(157,32,127); }
H1.HeaderClassName
{
color: #9D207F;
}
.AnyTagClassName
{
color: #9D207F;
}
</style>
background-color css
<style>
a { background-color: #9D207F; }
a { background-color: rgb(157,32,127); }
div.DivClassName
{
background-color: #9D207F;
}
.BgClassName
{
background-color: #9D207F;
}
</style>
border-color css
<style>
span { border-color: #9D207F; }
span { border-color: rgb(157,32,127); }
td.TdClassName
{
border-color: #9D207F;
}
.TagClassName
{
border-color: #9D207F;
}
</style>