Shades of Medium Purple #9E89EE
Tints of Medium Purple #9E89EE
RGB
CMYK
RGB Variations
Color information
#9E89EE (or 0x9E89EE) is known color: Medium Purple. HEX triplet: 9E, 89 and EE. RGB value is (158,137,238). Sum of RGB (Red+Green+Blue) = 158+137+238=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E89EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E89EE is #617611. Grayscale: #9A9A9A. Windows color (decimal): -6387218 or 15632798. OLE color: 15632798.
HSL color Cylindrical-coordinate representation of color #9E89EE: hue angle of 252.48º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E89EE is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 137 | 238 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.07 |
| HSL | 252.48º | 0.75% | 0.74% | - |
| HSV(B) | 252.48º | 0.42% | 0.93% | - |
| XYZ | 38.48 | 31.33 | 84.91 | - |
| YUV | 154.79 | 174.96 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 137 | 238 | 0.34 | 0.42 | 0 | 0.07 | 252.48 | 0.75 | 0.74 |
| Hex | 9E | 89 | EE | 22 | 2A | 0 | 7 | FC | 4B | 4A |
| Octal | 236 | 211 | 356 | 42 | 52 | 0 | 7 | 374 | 113 | 112 |
| Binary | 10011110 | 10001001 | 11101110 | 100010 | 101010 | 0 | 111 | 11111100 | 1001011 | 1001010 |
Color Harmonies of #9E89EE
Complementary color
Monochromatic Colors of #9E89EE
Black with #9E89EE
Text Example
Text Example
White with #9E89EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E89EE; }
p { color: rgb(158,137,238); }
H1.HeaderClassName
{
color: #9E89EE;
}
.AnyTagClassName
{
color: #9E89EE;
}
</style>
background-color css
<style>
a { background-color: #9E89EE; }
a { background-color: rgb(158,137,238); }
div.DivClassName
{
background-color: #9E89EE;
}
.BgClassName
{
background-color: #9E89EE;
}
</style>
border-color css
<style>
span { border-color: #9E89EE; }
span { border-color: rgb(158,137,238); }
td.TdClassName
{
border-color: #9E89EE;
}
.TagClassName
{
border-color: #9E89EE;
}
</style>