Shades of Medium Purple #9E7DE8
Tints of Medium Purple #9E7DE8
RGB
CMYK
RGB Variations
Color information
#9E7DE8 (or 0x9E7DE8) is known color: Medium Purple. HEX triplet: 9E, 7D and E8. RGB value is (158,125,232). Sum of RGB (Red+Green+Blue) = 158+125+232=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #9E7DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7DE8 is #618217. Grayscale: #929292. Windows color (decimal): -6390296 or 15236510. OLE color: 15236510.
HSL color Cylindrical-coordinate representation of color #9E7DE8: hue angle of 258.5º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E7DE8 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 125 | 232 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.09 |
| HSL | 258.5º | 0.7% | 0.7% | - |
| HSV(B) | 258.5º | 0.46% | 0.91% | - |
| XYZ | 36 | 27.76 | 79.81 | - |
| YUV | 147.07 | 175.93 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 232 | 0.32 | 0.46 | 0 | 0.09 | 258.5 | 0.7 | 0.7 |
| Hex | 9E | 7D | E8 | 20 | 2E | 0 | 9 | 103 | 46 | 46 |
| Octal | 236 | 175 | 350 | 40 | 56 | 0 | 11 | 403 | 106 | 106 |
| Binary | 10011110 | 1111101 | 11101000 | 100000 | 101110 | 0 | 1001 | 100000011 | 1000110 | 1000110 |
Color Harmonies of #9E7DE8
Complementary color
Monochromatic Colors of #9E7DE8
Black with #9E7DE8
Text Example
Text Example
White with #9E7DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7DE8; }
p { color: rgb(158,125,232); }
H1.HeaderClassName
{
color: #9E7DE8;
}
.AnyTagClassName
{
color: #9E7DE8;
}
</style>
background-color css
<style>
a { background-color: #9E7DE8; }
a { background-color: rgb(158,125,232); }
div.DivClassName
{
background-color: #9E7DE8;
}
.BgClassName
{
background-color: #9E7DE8;
}
</style>
border-color css
<style>
span { border-color: #9E7DE8; }
span { border-color: rgb(158,125,232); }
td.TdClassName
{
border-color: #9E7DE8;
}
.TagClassName
{
border-color: #9E7DE8;
}
</style>