Shades of Medium Purple #9E5FEB
Tints of Medium Purple #9E5FEB
RGB
CMYK
RGB Variations
Color information
#9E5FEB (or 0x9E5FEB) is known color: Medium Purple. HEX triplet: 9E, 5F and EB. RGB value is (158,95,235). Sum of RGB (Red+Green+Blue) = 158+95+235=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E5FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5FEB is #61A014. Grayscale: #818181. Windows color (decimal): -6397973 or 15425438. OLE color: 15425438.
HSL color Cylindrical-coordinate representation of color #9E5FEB: hue angle of 267º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E5FEB is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 95 | 235 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.08 |
| HSL | 267º | 0.78% | 0.65% | - |
| HSV(B) | 267º | 0.6% | 0.92% | - |
| XYZ | 33.19 | 21.45 | 80.99 | - |
| YUV | 129.8 | 187.37 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 95 | 235 | 0.33 | 0.60 | 0 | 0.08 | 267 | 0.78 | 0.65 |
| Hex | 9E | 5F | EB | 21 | 3C | 0 | 8 | 10B | 4E | 41 |
| Octal | 236 | 137 | 353 | 41 | 74 | 0 | 10 | 413 | 116 | 101 |
| Binary | 10011110 | 1011111 | 11101011 | 100001 | 111100 | 0 | 1000 | 100001011 | 1001110 | 1000001 |
Color Harmonies of #9E5FEB
Complementary color
Monochromatic Colors of #9E5FEB
Black with #9E5FEB
Text Example
Text Example
White with #9E5FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5FEB; }
p { color: rgb(158,95,235); }
H1.HeaderClassName
{
color: #9E5FEB;
}
.AnyTagClassName
{
color: #9E5FEB;
}
</style>
background-color css
<style>
a { background-color: #9E5FEB; }
a { background-color: rgb(158,95,235); }
div.DivClassName
{
background-color: #9E5FEB;
}
.BgClassName
{
background-color: #9E5FEB;
}
</style>
border-color css
<style>
span { border-color: #9E5FEB; }
span { border-color: rgb(158,95,235); }
td.TdClassName
{
border-color: #9E5FEB;
}
.TagClassName
{
border-color: #9E5FEB;
}
</style>