Shades of Medium Purple #9E59EB
Tints of Medium Purple #9E59EB
RGB
CMYK
RGB Variations
Color information
#9E59EB (or 0x9E59EB) is known color: Medium Purple. HEX triplet: 9E, 59 and EB. RGB value is (158,89,235). Sum of RGB (Red+Green+Blue) = 158+89+235=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E59EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E59EB is #61A614. Grayscale: #7D7D7D. Windows color (decimal): -6399509 or 15423902. OLE color: 15423902.
HSL color Cylindrical-coordinate representation of color #9E59EB: hue angle of 268.36º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E59EB is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 89 | 235 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.08 |
| HSL | 268.36º | 0.78% | 0.64% | - |
| HSV(B) | 268.36º | 0.62% | 0.92% | - |
| XYZ | 32.67 | 20.41 | 80.82 | - |
| YUV | 126.28 | 189.36 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 89 | 235 | 0.33 | 0.62 | 0 | 0.08 | 268.36 | 0.78 | 0.64 |
| Hex | 9E | 59 | EB | 21 | 3E | 0 | 8 | 10C | 4E | 40 |
| Octal | 236 | 131 | 353 | 41 | 76 | 0 | 10 | 414 | 116 | 100 |
| Binary | 10011110 | 1011001 | 11101011 | 100001 | 111110 | 0 | 1000 | 100001100 | 1001110 | 1000000 |
Color Harmonies of #9E59EB
Complementary color
Monochromatic Colors of #9E59EB
Black with #9E59EB
Text Example
Text Example
White with #9E59EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E59EB; }
p { color: rgb(158,89,235); }
H1.HeaderClassName
{
color: #9E59EB;
}
.AnyTagClassName
{
color: #9E59EB;
}
</style>
background-color css
<style>
a { background-color: #9E59EB; }
a { background-color: rgb(158,89,235); }
div.DivClassName
{
background-color: #9E59EB;
}
.BgClassName
{
background-color: #9E59EB;
}
</style>
border-color css
<style>
span { border-color: #9E59EB; }
span { border-color: rgb(158,89,235); }
td.TdClassName
{
border-color: #9E59EB;
}
.TagClassName
{
border-color: #9E59EB;
}
</style>