Shades of Medium Purple #9E86EE
Tints of Medium Purple #9E86EE
RGB
CMYK
RGB Variations
Color information
#9E86EE (or 0x9E86EE) is known color: Medium Purple. HEX triplet: 9E, 86 and EE. RGB value is (158,134,238). Sum of RGB (Red+Green+Blue) = 158+134+238=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E86EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E86EE is #617911. Grayscale: #989898. Windows color (decimal): -6387986 or 15632030. OLE color: 15632030.
HSL color Cylindrical-coordinate representation of color #9E86EE: hue angle of 253.85º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E86EE is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 134 | 238 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.07 |
| HSL | 253.85º | 0.75% | 0.73% | - |
| HSV(B) | 253.85º | 0.44% | 0.93% | - |
| XYZ | 38.06 | 30.49 | 84.77 | - |
| YUV | 153.03 | 175.95 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 238 | 0.34 | 0.44 | 0 | 0.07 | 253.85 | 0.75 | 0.73 |
| Hex | 9E | 86 | EE | 22 | 2C | 0 | 7 | FE | 4B | 49 |
| Octal | 236 | 206 | 356 | 42 | 54 | 0 | 7 | 376 | 113 | 111 |
| Binary | 10011110 | 10000110 | 11101110 | 100010 | 101100 | 0 | 111 | 11111110 | 1001011 | 1001001 |
Color Harmonies of #9E86EE
Complementary color
Monochromatic Colors of #9E86EE
Black with #9E86EE
Text Example
Text Example
White with #9E86EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E86EE; }
p { color: rgb(158,134,238); }
H1.HeaderClassName
{
color: #9E86EE;
}
.AnyTagClassName
{
color: #9E86EE;
}
</style>
background-color css
<style>
a { background-color: #9E86EE; }
a { background-color: rgb(158,134,238); }
div.DivClassName
{
background-color: #9E86EE;
}
.BgClassName
{
background-color: #9E86EE;
}
</style>
border-color css
<style>
span { border-color: #9E86EE; }
span { border-color: rgb(158,134,238); }
td.TdClassName
{
border-color: #9E86EE;
}
.TagClassName
{
border-color: #9E86EE;
}
</style>