Shades of Medium Purple #9E7CDF
Tints of Medium Purple #9E7CDF
RGB
CMYK
RGB Variations
Color information
#9E7CDF (or 0x9E7CDF) is known color: Medium Purple. HEX triplet: 9E, 7C and DF. RGB value is (158,124,223). Sum of RGB (Red+Green+Blue) = 158+124+223=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E7CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7CDF is #618320. Grayscale: #919191. Windows color (decimal): -6390561 or 14646430. OLE color: 14646430.
HSL color Cylindrical-coordinate representation of color #9E7CDF: hue angle of 260.61º 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 #9E7CDF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 124 | 223 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.13 |
| HSL | 260.61º | 0.61% | 0.68% | - |
| HSV(B) | 260.61º | 0.44% | 0.87% | - |
| XYZ | 34.63 | 27.01 | 73.2 | - |
| YUV | 145.45 | 171.76 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 124 | 223 | 0.29 | 0.44 | 0 | 0.13 | 260.61 | 0.61 | 0.68 |
| Hex | 9E | 7C | DF | 1D | 2C | 0 | D | 105 | 3D | 44 |
| Octal | 236 | 174 | 337 | 35 | 54 | 0 | 15 | 405 | 75 | 104 |
| Binary | 10011110 | 1111100 | 11011111 | 11101 | 101100 | 0 | 1101 | 100000101 | 111101 | 1000100 |
Color Harmonies of #9E7CDF
Complementary color
Monochromatic Colors of #9E7CDF
Black with #9E7CDF
Text Example
Text Example
White with #9E7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7CDF; }
p { color: rgb(158,124,223); }
H1.HeaderClassName
{
color: #9E7CDF;
}
.AnyTagClassName
{
color: #9E7CDF;
}
</style>
background-color css
<style>
a { background-color: #9E7CDF; }
a { background-color: rgb(158,124,223); }
div.DivClassName
{
background-color: #9E7CDF;
}
.BgClassName
{
background-color: #9E7CDF;
}
</style>
border-color css
<style>
span { border-color: #9E7CDF; }
span { border-color: rgb(158,124,223); }
td.TdClassName
{
border-color: #9E7CDF;
}
.TagClassName
{
border-color: #9E7CDF;
}
</style>