Shades of Medium Purple #9E7AEE
Tints of Medium Purple #9E7AEE
RGB
CMYK
RGB Variations
Color information
#9E7AEE (or 0x9E7AEE) is known color: Medium Purple. HEX triplet: 9E, 7A and EE. RGB value is (158,122,238). Sum of RGB (Red+Green+Blue) = 158+122+238=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E7AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7AEE is #618511. Grayscale: #919191. Windows color (decimal): -6391058 or 15628958. OLE color: 15628958.
HSL color Cylindrical-coordinate representation of color #9E7AEE: hue angle of 258.62º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E7AEE is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 122 | 238 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.07 |
| HSL | 258.62º | 0.77% | 0.71% | - |
| HSV(B) | 258.62º | 0.49% | 0.93% | - |
| XYZ | 36.49 | 27.36 | 84.25 | - |
| YUV | 145.99 | 179.93 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 238 | 0.34 | 0.49 | 0 | 0.07 | 258.62 | 0.77 | 0.71 |
| Hex | 9E | 7A | EE | 22 | 31 | 0 | 7 | 103 | 4D | 47 |
| Octal | 236 | 172 | 356 | 42 | 61 | 0 | 7 | 403 | 115 | 107 |
| Binary | 10011110 | 1111010 | 11101110 | 100010 | 110001 | 0 | 111 | 100000011 | 1001101 | 1000111 |
Color Harmonies of #9E7AEE
Complementary color
Monochromatic Colors of #9E7AEE
Black with #9E7AEE
Text Example
Text Example
White with #9E7AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7AEE; }
p { color: rgb(158,122,238); }
H1.HeaderClassName
{
color: #9E7AEE;
}
.AnyTagClassName
{
color: #9E7AEE;
}
</style>
background-color css
<style>
a { background-color: #9E7AEE; }
a { background-color: rgb(158,122,238); }
div.DivClassName
{
background-color: #9E7AEE;
}
.BgClassName
{
background-color: #9E7AEE;
}
</style>
border-color css
<style>
span { border-color: #9E7AEE; }
span { border-color: rgb(158,122,238); }
td.TdClassName
{
border-color: #9E7AEE;
}
.TagClassName
{
border-color: #9E7AEE;
}
</style>