Shades of Medium Purple #9D7DE0
Tints of Medium Purple #9D7DE0
RGB
CMYK
RGB Variations
Color information
#9D7DE0 (or 0x9D7DE0) is known color: Medium Purple. HEX triplet: 9D, 7D and E0. RGB value is (157,125,224). Sum of RGB (Red+Green+Blue) = 157+125+224=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #9D7DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7DE0 is #62821F. Grayscale: #919191. Windows color (decimal): -6455840 or 14712221. OLE color: 14712221.
HSL color Cylindrical-coordinate representation of color #9D7DE0: hue angle of 259.39º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D7DE0 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 125 | 224 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.12 |
| HSL | 259.39º | 0.61% | 0.68% | - |
| HSV(B) | 259.39º | 0.44% | 0.88% | - |
| XYZ | 34.69 | 27.22 | 73.95 | - |
| YUV | 145.85 | 172.1 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 125 | 224 | 0.30 | 0.44 | 0 | 0.12 | 259.39 | 0.61 | 0.68 |
| Hex | 9D | 7D | E0 | 1E | 2C | 0 | C | 103 | 3D | 44 |
| Octal | 235 | 175 | 340 | 36 | 54 | 0 | 14 | 403 | 75 | 104 |
| Binary | 10011101 | 1111101 | 11100000 | 11110 | 101100 | 0 | 1100 | 100000011 | 111101 | 1000100 |
Color Harmonies of #9D7DE0
Complementary color
Monochromatic Colors of #9D7DE0
Black with #9D7DE0
Text Example
Text Example
White with #9D7DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7DE0; }
p { color: rgb(157,125,224); }
H1.HeaderClassName
{
color: #9D7DE0;
}
.AnyTagClassName
{
color: #9D7DE0;
}
</style>
background-color css
<style>
a { background-color: #9D7DE0; }
a { background-color: rgb(157,125,224); }
div.DivClassName
{
background-color: #9D7DE0;
}
.BgClassName
{
background-color: #9D7DE0;
}
</style>
border-color css
<style>
span { border-color: #9D7DE0; }
span { border-color: rgb(157,125,224); }
td.TdClassName
{
border-color: #9D7DE0;
}
.TagClassName
{
border-color: #9D7DE0;
}
</style>