Shades of Medium Purple #9E7BEC
Tints of Medium Purple #9E7BEC
RGB
CMYK
RGB Variations
Color information
#9E7BEC (or 0x9E7BEC) is known color: Medium Purple. HEX triplet: 9E, 7B and EC. RGB value is (158,123,236). Sum of RGB (Red+Green+Blue) = 158+123+236=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E7BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7BEC is #618413. Grayscale: #919191. Windows color (decimal): -6390804 or 15498142. OLE color: 15498142.
HSL color Cylindrical-coordinate representation of color #9E7BEC: hue angle of 258.58º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E7BEC is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 123 | 236 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.07 |
| HSL | 258.58º | 0.75% | 0.7% | - |
| HSV(B) | 258.58º | 0.48% | 0.93% | - |
| XYZ | 36.32 | 27.49 | 82.75 | - |
| YUV | 146.35 | 178.6 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 236 | 0.33 | 0.48 | 0 | 0.07 | 258.58 | 0.75 | 0.7 |
| Hex | 9E | 7B | EC | 21 | 30 | 0 | 7 | 103 | 4B | 46 |
| Octal | 236 | 173 | 354 | 41 | 60 | 0 | 7 | 403 | 113 | 106 |
| Binary | 10011110 | 1111011 | 11101100 | 100001 | 110000 | 0 | 111 | 100000011 | 1001011 | 1000110 |
Color Harmonies of #9E7BEC
Complementary color
Monochromatic Colors of #9E7BEC
Black with #9E7BEC
Text Example
Text Example
White with #9E7BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7BEC; }
p { color: rgb(158,123,236); }
H1.HeaderClassName
{
color: #9E7BEC;
}
.AnyTagClassName
{
color: #9E7BEC;
}
</style>
background-color css
<style>
a { background-color: #9E7BEC; }
a { background-color: rgb(158,123,236); }
div.DivClassName
{
background-color: #9E7BEC;
}
.BgClassName
{
background-color: #9E7BEC;
}
</style>
border-color css
<style>
span { border-color: #9E7BEC; }
span { border-color: rgb(158,123,236); }
td.TdClassName
{
border-color: #9E7BEC;
}
.TagClassName
{
border-color: #9E7BEC;
}
</style>