Shades of Medium Purple #9E7FEB
Tints of Medium Purple #9E7FEB
RGB
CMYK
RGB Variations
Color information
#9E7FEB (or 0x9E7FEB) is known color: Medium Purple. HEX triplet: 9E, 7F and EB. RGB value is (158,127,235). Sum of RGB (Red+Green+Blue) = 158+127+235=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E7FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7FEB is #618014. Grayscale: #949494. Windows color (decimal): -6389781 or 15433630. OLE color: 15433630.
HSL color Cylindrical-coordinate representation of color #9E7FEB: hue angle of 257.22º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E7FEB is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 127 | 235 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.08 |
| HSL | 257.22º | 0.73% | 0.71% | - |
| HSV(B) | 257.22º | 0.46% | 0.92% | - |
| XYZ | 36.69 | 28.45 | 82.15 | - |
| YUV | 148.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 127 | 235 | 0.33 | 0.46 | 0 | 0.08 | 257.22 | 0.73 | 0.71 |
| Hex | 9E | 7F | EB | 21 | 2E | 0 | 8 | 101 | 49 | 47 |
| Octal | 236 | 177 | 353 | 41 | 56 | 0 | 10 | 401 | 111 | 107 |
| Binary | 10011110 | 1111111 | 11101011 | 100001 | 101110 | 0 | 1000 | 100000001 | 1001001 | 1000111 |
Color Harmonies of #9E7FEB
Complementary color
Monochromatic Colors of #9E7FEB
Black with #9E7FEB
Text Example
Text Example
White with #9E7FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7FEB; }
p { color: rgb(158,127,235); }
H1.HeaderClassName
{
color: #9E7FEB;
}
.AnyTagClassName
{
color: #9E7FEB;
}
</style>
background-color css
<style>
a { background-color: #9E7FEB; }
a { background-color: rgb(158,127,235); }
div.DivClassName
{
background-color: #9E7FEB;
}
.BgClassName
{
background-color: #9E7FEB;
}
</style>
border-color css
<style>
span { border-color: #9E7FEB; }
span { border-color: rgb(158,127,235); }
td.TdClassName
{
border-color: #9E7FEB;
}
.TagClassName
{
border-color: #9E7FEB;
}
</style>