Shades of Medium Purple #9E7CEB
Tints of Medium Purple #9E7CEB
RGB
CMYK
RGB Variations
Color information
#9E7CEB (or 0x9E7CEB) is known color: Medium Purple. HEX triplet: 9E, 7C and EB. RGB value is (158,124,235). Sum of RGB (Red+Green+Blue) = 158+124+235=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E7CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7CEB is #618314. Grayscale: #929292. Windows color (decimal): -6390549 or 15432862. OLE color: 15432862.
HSL color Cylindrical-coordinate representation of color #9E7CEB: hue angle of 258.38º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E7CEB is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 124 | 235 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.08 |
| HSL | 258.38º | 0.74% | 0.7% | - |
| HSV(B) | 258.38º | 0.47% | 0.92% | - |
| XYZ | 36.3 | 27.68 | 82.03 | - |
| YUV | 146.82 | 177.76 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 124 | 235 | 0.33 | 0.47 | 0 | 0.08 | 258.38 | 0.74 | 0.7 |
| Hex | 9E | 7C | EB | 21 | 2F | 0 | 8 | 102 | 4A | 46 |
| Octal | 236 | 174 | 353 | 41 | 57 | 0 | 10 | 402 | 112 | 106 |
| Binary | 10011110 | 1111100 | 11101011 | 100001 | 101111 | 0 | 1000 | 100000010 | 1001010 | 1000110 |
Color Harmonies of #9E7CEB
Complementary color
Monochromatic Colors of #9E7CEB
Black with #9E7CEB
Text Example
Text Example
White with #9E7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7CEB; }
p { color: rgb(158,124,235); }
H1.HeaderClassName
{
color: #9E7CEB;
}
.AnyTagClassName
{
color: #9E7CEB;
}
</style>
background-color css
<style>
a { background-color: #9E7CEB; }
a { background-color: rgb(158,124,235); }
div.DivClassName
{
background-color: #9E7CEB;
}
.BgClassName
{
background-color: #9E7CEB;
}
</style>
border-color css
<style>
span { border-color: #9E7CEB; }
span { border-color: rgb(158,124,235); }
td.TdClassName
{
border-color: #9E7CEB;
}
.TagClassName
{
border-color: #9E7CEB;
}
</style>