Shades of Medium Purple #9E7DEE
Tints of Medium Purple #9E7DEE
RGB
CMYK
RGB Variations
Color information
#9E7DEE (or 0x9E7DEE) is known color: Medium Purple. HEX triplet: 9E, 7D and EE. RGB value is (158,125,238). Sum of RGB (Red+Green+Blue) = 158+125+238=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E7DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7DEE is #618211. Grayscale: #939393. Windows color (decimal): -6390290 or 15629726. OLE color: 15629726.
HSL color Cylindrical-coordinate representation of color #9E7DEE: hue angle of 257.52º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E7DEE is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 125 | 238 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.07 |
| HSL | 257.52º | 0.77% | 0.71% | - |
| HSV(B) | 257.52º | 0.47% | 0.93% | - |
| XYZ | 36.87 | 28.11 | 84.37 | - |
| YUV | 147.75 | 178.93 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 238 | 0.34 | 0.47 | 0 | 0.07 | 257.52 | 0.77 | 0.71 |
| Hex | 9E | 7D | EE | 22 | 2F | 0 | 7 | 102 | 4D | 47 |
| Octal | 236 | 175 | 356 | 42 | 57 | 0 | 7 | 402 | 115 | 107 |
| Binary | 10011110 | 1111101 | 11101110 | 100010 | 101111 | 0 | 111 | 100000010 | 1001101 | 1000111 |
Color Harmonies of #9E7DEE
Complementary color
Monochromatic Colors of #9E7DEE
Black with #9E7DEE
Text Example
Text Example
White with #9E7DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7DEE; }
p { color: rgb(158,125,238); }
H1.HeaderClassName
{
color: #9E7DEE;
}
.AnyTagClassName
{
color: #9E7DEE;
}
</style>
background-color css
<style>
a { background-color: #9E7DEE; }
a { background-color: rgb(158,125,238); }
div.DivClassName
{
background-color: #9E7DEE;
}
.BgClassName
{
background-color: #9E7DEE;
}
</style>
border-color css
<style>
span { border-color: #9E7DEE; }
span { border-color: rgb(158,125,238); }
td.TdClassName
{
border-color: #9E7DEE;
}
.TagClassName
{
border-color: #9E7DEE;
}
</style>