Shades of Medium Purple #9E5EEC
Tints of Medium Purple #9E5EEC
RGB
CMYK
RGB Variations
Color information
#9E5EEC (or 0x9E5EEC) is known color: Medium Purple. HEX triplet: 9E, 5E and EC. RGB value is (158,94,236). Sum of RGB (Red+Green+Blue) = 158+94+236=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E5EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5EEC is #61A113. Grayscale: #808080. Windows color (decimal): -6398228 or 15490718. OLE color: 15490718.
HSL color Cylindrical-coordinate representation of color #9E5EEC: hue angle of 267.04º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E5EEC is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 94 | 236 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.07 |
| HSL | 267.04º | 0.79% | 0.65% | - |
| HSV(B) | 267.04º | 0.6% | 0.93% | - |
| XYZ | 33.24 | 21.33 | 81.72 | - |
| YUV | 129.32 | 188.2 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 94 | 236 | 0.33 | 0.60 | 0 | 0.07 | 267.04 | 0.79 | 0.65 |
| Hex | 9E | 5E | EC | 21 | 3C | 0 | 7 | 10B | 4F | 41 |
| Octal | 236 | 136 | 354 | 41 | 74 | 0 | 7 | 413 | 117 | 101 |
| Binary | 10011110 | 1011110 | 11101100 | 100001 | 111100 | 0 | 111 | 100001011 | 1001111 | 1000001 |
Color Harmonies of #9E5EEC
Complementary color
Monochromatic Colors of #9E5EEC
Black with #9E5EEC
Text Example
Text Example
White with #9E5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5EEC; }
p { color: rgb(158,94,236); }
H1.HeaderClassName
{
color: #9E5EEC;
}
.AnyTagClassName
{
color: #9E5EEC;
}
</style>
background-color css
<style>
a { background-color: #9E5EEC; }
a { background-color: rgb(158,94,236); }
div.DivClassName
{
background-color: #9E5EEC;
}
.BgClassName
{
background-color: #9E5EEC;
}
</style>
border-color css
<style>
span { border-color: #9E5EEC; }
span { border-color: rgb(158,94,236); }
td.TdClassName
{
border-color: #9E5EEC;
}
.TagClassName
{
border-color: #9E5EEC;
}
</style>