Shades of Medium Purple #9E7BEE
Tints of Medium Purple #9E7BEE
RGB
CMYK
RGB Variations
Color information
#9E7BEE (or 0x9E7BEE) is known color: Medium Purple. HEX triplet: 9E, 7B and EE. RGB value is (158,123,238). Sum of RGB (Red+Green+Blue) = 158+123+238=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E7BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7BEE is #618411. Grayscale: #929292. Windows color (decimal): -6390802 or 15629214. OLE color: 15629214.
HSL color Cylindrical-coordinate representation of color #9E7BEE: hue angle of 258.26º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E7BEE is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 123 | 238 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.07 |
| HSL | 258.26º | 0.77% | 0.71% | - |
| HSV(B) | 258.26º | 0.48% | 0.93% | - |
| XYZ | 36.62 | 27.61 | 84.29 | - |
| YUV | 146.58 | 179.6 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 238 | 0.34 | 0.48 | 0 | 0.07 | 258.26 | 0.77 | 0.71 |
| Hex | 9E | 7B | EE | 22 | 30 | 0 | 7 | 102 | 4D | 47 |
| Octal | 236 | 173 | 356 | 42 | 60 | 0 | 7 | 402 | 115 | 107 |
| Binary | 10011110 | 1111011 | 11101110 | 100010 | 110000 | 0 | 111 | 100000010 | 1001101 | 1000111 |
Color Harmonies of #9E7BEE
Complementary color
Monochromatic Colors of #9E7BEE
Black with #9E7BEE
Text Example
Text Example
White with #9E7BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7BEE; }
p { color: rgb(158,123,238); }
H1.HeaderClassName
{
color: #9E7BEE;
}
.AnyTagClassName
{
color: #9E7BEE;
}
</style>
background-color css
<style>
a { background-color: #9E7BEE; }
a { background-color: rgb(158,123,238); }
div.DivClassName
{
background-color: #9E7BEE;
}
.BgClassName
{
background-color: #9E7BEE;
}
</style>
border-color css
<style>
span { border-color: #9E7BEE; }
span { border-color: rgb(158,123,238); }
td.TdClassName
{
border-color: #9E7BEE;
}
.TagClassName
{
border-color: #9E7BEE;
}
</style>