Shades of Medium Purple #9E5DEA
Tints of Medium Purple #9E5DEA
RGB
CMYK
RGB Variations
Color information
#9E5DEA (or 0x9E5DEA) is known color: Medium Purple. HEX triplet: 9E, 5D and EA. RGB value is (158,93,234). Sum of RGB (Red+Green+Blue) = 158+93+234=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E5DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5DEA is #61A215. Grayscale: #808080. Windows color (decimal): -6398486 or 15359390. OLE color: 15359390.
HSL color Cylindrical-coordinate representation of color #9E5DEA: hue angle of 267.66º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E5DEA is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 93 | 234 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.08 |
| HSL | 267.66º | 0.77% | 0.64% | - |
| HSV(B) | 267.66º | 0.6% | 0.92% | - |
| XYZ | 32.87 | 21.04 | 80.17 | - |
| YUV | 128.51 | 187.53 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 93 | 234 | 0.32 | 0.60 | 0 | 0.08 | 267.66 | 0.77 | 0.64 |
| Hex | 9E | 5D | EA | 20 | 3C | 0 | 8 | 10C | 4D | 40 |
| Octal | 236 | 135 | 352 | 40 | 74 | 0 | 10 | 414 | 115 | 100 |
| Binary | 10011110 | 1011101 | 11101010 | 100000 | 111100 | 0 | 1000 | 100001100 | 1001101 | 1000000 |
Color Harmonies of #9E5DEA
Complementary color
Monochromatic Colors of #9E5DEA
Black with #9E5DEA
Text Example
Text Example
White with #9E5DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5DEA; }
p { color: rgb(158,93,234); }
H1.HeaderClassName
{
color: #9E5DEA;
}
.AnyTagClassName
{
color: #9E5DEA;
}
</style>
background-color css
<style>
a { background-color: #9E5DEA; }
a { background-color: rgb(158,93,234); }
div.DivClassName
{
background-color: #9E5DEA;
}
.BgClassName
{
background-color: #9E5DEA;
}
</style>
border-color css
<style>
span { border-color: #9E5DEA; }
span { border-color: rgb(158,93,234); }
td.TdClassName
{
border-color: #9E5DEA;
}
.TagClassName
{
border-color: #9E5DEA;
}
</style>