Shades of Medium Purple #9E7EDE
Tints of Medium Purple #9E7EDE
RGB
CMYK
RGB Variations
Color information
#9E7EDE (or 0x9E7EDE) is known color: Medium Purple. HEX triplet: 9E, 7E and DE. RGB value is (158,126,222). Sum of RGB (Red+Green+Blue) = 158+126+222=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E7EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7EDE is #618121. Grayscale: #929292. Windows color (decimal): -6390050 or 14581406. OLE color: 14581406.
HSL color Cylindrical-coordinate representation of color #9E7EDE: hue angle of 260º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E7EDE is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 126 | 222 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.13 |
| HSL | 260º | 0.59% | 0.68% | - |
| HSV(B) | 260º | 0.43% | 0.87% | - |
| XYZ | 34.75 | 27.46 | 72.58 | - |
| YUV | 146.51 | 170.6 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 126 | 222 | 0.29 | 0.43 | 0 | 0.13 | 260 | 0.59 | 0.68 |
| Hex | 9E | 7E | DE | 1D | 2B | 0 | D | 104 | 3B | 44 |
| Octal | 236 | 176 | 336 | 35 | 53 | 0 | 15 | 404 | 73 | 104 |
| Binary | 10011110 | 1111110 | 11011110 | 11101 | 101011 | 0 | 1101 | 100000100 | 111011 | 1000100 |
Color Harmonies of #9E7EDE
Complementary color
Monochromatic Colors of #9E7EDE
Black with #9E7EDE
Text Example
Text Example
White with #9E7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7EDE; }
p { color: rgb(158,126,222); }
H1.HeaderClassName
{
color: #9E7EDE;
}
.AnyTagClassName
{
color: #9E7EDE;
}
</style>
background-color css
<style>
a { background-color: #9E7EDE; }
a { background-color: rgb(158,126,222); }
div.DivClassName
{
background-color: #9E7EDE;
}
.BgClassName
{
background-color: #9E7EDE;
}
</style>
border-color css
<style>
span { border-color: #9E7EDE; }
span { border-color: rgb(158,126,222); }
td.TdClassName
{
border-color: #9E7EDE;
}
.TagClassName
{
border-color: #9E7EDE;
}
</style>