Shades of Medium Purple #9E8BEA
Tints of Medium Purple #9E8BEA
RGB
CMYK
RGB Variations
Color information
#9E8BEA (or 0x9E8BEA) is known color: Medium Purple. HEX triplet: 9E, 8B and EA. RGB value is (158,139,234). Sum of RGB (Red+Green+Blue) = 158+139+234=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E8BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8BEA is #617415. Grayscale: #9B9B9B. Windows color (decimal): -6386710 or 15371166. OLE color: 15371166.
HSL color Cylindrical-coordinate representation of color #9E8BEA: hue angle of 252º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E8BEA is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 139 | 234 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.08 |
| HSL | 252º | 0.69% | 0.73% | - |
| HSV(B) | 252º | 0.41% | 0.92% | - |
| XYZ | 38.18 | 31.67 | 81.94 | - |
| YUV | 155.51 | 172.29 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 139 | 234 | 0.32 | 0.41 | 0 | 0.08 | 252 | 0.69 | 0.73 |
| Hex | 9E | 8B | EA | 20 | 29 | 0 | 8 | FC | 45 | 49 |
| Octal | 236 | 213 | 352 | 40 | 51 | 0 | 10 | 374 | 105 | 111 |
| Binary | 10011110 | 10001011 | 11101010 | 100000 | 101001 | 0 | 1000 | 11111100 | 1000101 | 1001001 |
Color Harmonies of #9E8BEA
Complementary color
Monochromatic Colors of #9E8BEA
Black with #9E8BEA
Text Example
Text Example
White with #9E8BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8BEA; }
p { color: rgb(158,139,234); }
H1.HeaderClassName
{
color: #9E8BEA;
}
.AnyTagClassName
{
color: #9E8BEA;
}
</style>
background-color css
<style>
a { background-color: #9E8BEA; }
a { background-color: rgb(158,139,234); }
div.DivClassName
{
background-color: #9E8BEA;
}
.BgClassName
{
background-color: #9E8BEA;
}
</style>
border-color css
<style>
span { border-color: #9E8BEA; }
span { border-color: rgb(158,139,234); }
td.TdClassName
{
border-color: #9E8BEA;
}
.TagClassName
{
border-color: #9E8BEA;
}
</style>