Shades of Medium Purple #9E88EA
Tints of Medium Purple #9E88EA
RGB
CMYK
RGB Variations
Color information
#9E88EA (or 0x9E88EA) is known color: Medium Purple. HEX triplet: 9E, 88 and EA. RGB value is (158,136,234). Sum of RGB (Red+Green+Blue) = 158+136+234=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E88EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E88EA is #617715. Grayscale: #999999. Windows color (decimal): -6387478 or 15370398. OLE color: 15370398.
HSL color Cylindrical-coordinate representation of color #9E88EA: hue angle of 253.47º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E88EA is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 136 | 234 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.08 |
| HSL | 253.47º | 0.7% | 0.73% | - |
| HSV(B) | 253.47º | 0.42% | 0.92% | - |
| XYZ | 37.76 | 30.82 | 81.8 | - |
| YUV | 153.75 | 173.29 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 234 | 0.32 | 0.42 | 0 | 0.08 | 253.47 | 0.7 | 0.73 |
| Hex | 9E | 88 | EA | 20 | 2A | 0 | 8 | FD | 46 | 49 |
| Octal | 236 | 210 | 352 | 40 | 52 | 0 | 10 | 375 | 106 | 111 |
| Binary | 10011110 | 10001000 | 11101010 | 100000 | 101010 | 0 | 1000 | 11111101 | 1000110 | 1001001 |
Color Harmonies of #9E88EA
Complementary color
Monochromatic Colors of #9E88EA
Black with #9E88EA
Text Example
Text Example
White with #9E88EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E88EA; }
p { color: rgb(158,136,234); }
H1.HeaderClassName
{
color: #9E88EA;
}
.AnyTagClassName
{
color: #9E88EA;
}
</style>
background-color css
<style>
a { background-color: #9E88EA; }
a { background-color: rgb(158,136,234); }
div.DivClassName
{
background-color: #9E88EA;
}
.BgClassName
{
background-color: #9E88EA;
}
</style>
border-color css
<style>
span { border-color: #9E88EA; }
span { border-color: rgb(158,136,234); }
td.TdClassName
{
border-color: #9E88EA;
}
.TagClassName
{
border-color: #9E88EA;
}
</style>