Shades of Medium Purple #9E7BEF
Tints of Medium Purple #9E7BEF
RGB
CMYK
RGB Variations
Color information
#9E7BEF (or 0x9E7BEF) is known color: Medium Purple. HEX triplet: 9E, 7B and EF. RGB value is (158,123,239). Sum of RGB (Red+Green+Blue) = 158+123+239=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E7BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7BEF is #618410. Grayscale: #929292. Windows color (decimal): -6390801 or 15694750. OLE color: 15694750.
HSL color Cylindrical-coordinate representation of color #9E7BEF: hue angle of 258.1º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E7BEF is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 123 | 239 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.06 |
| HSL | 258.1º | 0.78% | 0.71% | - |
| HSV(B) | 258.1º | 0.49% | 0.94% | - |
| XYZ | 36.76 | 27.67 | 85.06 | - |
| YUV | 146.69 | 180.1 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 239 | 0.34 | 0.49 | 0 | 0.06 | 258.1 | 0.78 | 0.71 |
| Hex | 9E | 7B | EF | 22 | 31 | 0 | 6 | 102 | 4E | 47 |
| Octal | 236 | 173 | 357 | 42 | 61 | 0 | 6 | 402 | 116 | 107 |
| Binary | 10011110 | 1111011 | 11101111 | 100010 | 110001 | 0 | 110 | 100000010 | 1001110 | 1000111 |
Color Harmonies of #9E7BEF
Complementary color
Monochromatic Colors of #9E7BEF
Black with #9E7BEF
Text Example
Text Example
White with #9E7BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7BEF; }
p { color: rgb(158,123,239); }
H1.HeaderClassName
{
color: #9E7BEF;
}
.AnyTagClassName
{
color: #9E7BEF;
}
</style>
background-color css
<style>
a { background-color: #9E7BEF; }
a { background-color: rgb(158,123,239); }
div.DivClassName
{
background-color: #9E7BEF;
}
.BgClassName
{
background-color: #9E7BEF;
}
</style>
border-color css
<style>
span { border-color: #9E7BEF; }
span { border-color: rgb(158,123,239); }
td.TdClassName
{
border-color: #9E7BEF;
}
.TagClassName
{
border-color: #9E7BEF;
}
</style>