Shades of Medium Purple #9E5BEC
Tints of Medium Purple #9E5BEC
RGB
CMYK
RGB Variations
Color information
#9E5BEC (or 0x9E5BEC) is known color: Medium Purple. HEX triplet: 9E, 5B and EC. RGB value is (158,91,236). Sum of RGB (Red+Green+Blue) = 158+91+236=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E5BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5BEC is #61A413. Grayscale: #7F7F7F. Windows color (decimal): -6398996 or 15489950. OLE color: 15489950.
HSL color Cylindrical-coordinate representation of color #9E5BEC: hue angle of 267.72º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E5BEC is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 91 | 236 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.07 |
| HSL | 267.72º | 0.79% | 0.64% | - |
| HSV(B) | 267.72º | 0.61% | 0.93% | - |
| XYZ | 32.98 | 20.81 | 81.63 | - |
| YUV | 127.56 | 189.2 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 91 | 236 | 0.33 | 0.61 | 0 | 0.07 | 267.72 | 0.79 | 0.64 |
| Hex | 9E | 5B | EC | 21 | 3D | 0 | 7 | 10C | 4F | 40 |
| Octal | 236 | 133 | 354 | 41 | 75 | 0 | 7 | 414 | 117 | 100 |
| Binary | 10011110 | 1011011 | 11101100 | 100001 | 111101 | 0 | 111 | 100001100 | 1001111 | 1000000 |
Color Harmonies of #9E5BEC
Complementary color
Monochromatic Colors of #9E5BEC
Black with #9E5BEC
Text Example
Text Example
White with #9E5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5BEC; }
p { color: rgb(158,91,236); }
H1.HeaderClassName
{
color: #9E5BEC;
}
.AnyTagClassName
{
color: #9E5BEC;
}
</style>
background-color css
<style>
a { background-color: #9E5BEC; }
a { background-color: rgb(158,91,236); }
div.DivClassName
{
background-color: #9E5BEC;
}
.BgClassName
{
background-color: #9E5BEC;
}
</style>
border-color css
<style>
span { border-color: #9E5BEC; }
span { border-color: rgb(158,91,236); }
td.TdClassName
{
border-color: #9E5BEC;
}
.TagClassName
{
border-color: #9E5BEC;
}
</style>