Shades of Medium Purple #9D7CDF
Tints of Medium Purple #9D7CDF
RGB
CMYK
RGB Variations
Color information
#9D7CDF (or 0x9D7CDF) is known color: Medium Purple. HEX triplet: 9D, 7C and DF. RGB value is (157,124,223). Sum of RGB (Red+Green+Blue) = 157+124+223=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D7CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7CDF is #628320. Grayscale: #909090. Windows color (decimal): -6456097 or 14646429. OLE color: 14646429.
HSL color Cylindrical-coordinate representation of color #9D7CDF: hue angle of 260º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D7CDF is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 124 | 223 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.13 |
| HSL | 260º | 0.61% | 0.68% | - |
| HSV(B) | 260º | 0.44% | 0.87% | - |
| XYZ | 34.43 | 26.91 | 73.19 | - |
| YUV | 145.15 | 171.93 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 124 | 223 | 0.30 | 0.44 | 0 | 0.13 | 260 | 0.61 | 0.68 |
| Hex | 9D | 7C | DF | 1E | 2C | 0 | D | 104 | 3D | 44 |
| Octal | 235 | 174 | 337 | 36 | 54 | 0 | 15 | 404 | 75 | 104 |
| Binary | 10011101 | 1111100 | 11011111 | 11110 | 101100 | 0 | 1101 | 100000100 | 111101 | 1000100 |
Color Harmonies of #9D7CDF
Complementary color
Monochromatic Colors of #9D7CDF
Black with #9D7CDF
Text Example
Text Example
White with #9D7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7CDF; }
p { color: rgb(157,124,223); }
H1.HeaderClassName
{
color: #9D7CDF;
}
.AnyTagClassName
{
color: #9D7CDF;
}
</style>
background-color css
<style>
a { background-color: #9D7CDF; }
a { background-color: rgb(157,124,223); }
div.DivClassName
{
background-color: #9D7CDF;
}
.BgClassName
{
background-color: #9D7CDF;
}
</style>
border-color css
<style>
span { border-color: #9D7CDF; }
span { border-color: rgb(157,124,223); }
td.TdClassName
{
border-color: #9D7CDF;
}
.TagClassName
{
border-color: #9D7CDF;
}
</style>