Shades of Medium Purple #9E87EE
Tints of Medium Purple #9E87EE
RGB
CMYK
RGB Variations
Color information
#9E87EE (or 0x9E87EE) is known color: Medium Purple. HEX triplet: 9E, 87 and EE. RGB value is (158,135,238). Sum of RGB (Red+Green+Blue) = 158+135+238=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E87EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E87EE is #617811. Grayscale: #999999. Windows color (decimal): -6387730 or 15632286. OLE color: 15632286.
HSL color Cylindrical-coordinate representation of color #9E87EE: hue angle of 253.4º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E87EE is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 135 | 238 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.07 |
| HSL | 253.4º | 0.75% | 0.73% | - |
| HSV(B) | 253.4º | 0.43% | 0.93% | - |
| XYZ | 38.2 | 30.77 | 84.81 | - |
| YUV | 153.62 | 175.62 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 135 | 238 | 0.34 | 0.43 | 0 | 0.07 | 253.4 | 0.75 | 0.73 |
| Hex | 9E | 87 | EE | 22 | 2B | 0 | 7 | FD | 4B | 49 |
| Octal | 236 | 207 | 356 | 42 | 53 | 0 | 7 | 375 | 113 | 111 |
| Binary | 10011110 | 10000111 | 11101110 | 100010 | 101011 | 0 | 111 | 11111101 | 1001011 | 1001001 |
Color Harmonies of #9E87EE
Complementary color
Monochromatic Colors of #9E87EE
Black with #9E87EE
Text Example
Text Example
White with #9E87EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E87EE; }
p { color: rgb(158,135,238); }
H1.HeaderClassName
{
color: #9E87EE;
}
.AnyTagClassName
{
color: #9E87EE;
}
</style>
background-color css
<style>
a { background-color: #9E87EE; }
a { background-color: rgb(158,135,238); }
div.DivClassName
{
background-color: #9E87EE;
}
.BgClassName
{
background-color: #9E87EE;
}
</style>
border-color css
<style>
span { border-color: #9E87EE; }
span { border-color: rgb(158,135,238); }
td.TdClassName
{
border-color: #9E87EE;
}
.TagClassName
{
border-color: #9E87EE;
}
</style>