Shades of Medium Purple #9E5FEA
Tints of Medium Purple #9E5FEA
RGB
CMYK
RGB Variations
Color information
#9E5FEA (or 0x9E5FEA) is known color: Medium Purple. HEX triplet: 9E, 5F and EA. RGB value is (158,95,234). Sum of RGB (Red+Green+Blue) = 158+95+234=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E5FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5FEA is #61A015. Grayscale: #818181. Windows color (decimal): -6397974 or 15359902. OLE color: 15359902.
HSL color Cylindrical-coordinate representation of color #9E5FEA: hue angle of 267.19º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E5FEA is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 95 | 234 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.08 |
| HSL | 267.19º | 0.77% | 0.65% | - |
| HSV(B) | 267.19º | 0.59% | 0.92% | - |
| XYZ | 33.04 | 21.39 | 80.23 | - |
| YUV | 129.68 | 186.87 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 95 | 234 | 0.32 | 0.59 | 0 | 0.08 | 267.19 | 0.77 | 0.65 |
| Hex | 9E | 5F | EA | 20 | 3B | 0 | 8 | 10B | 4D | 41 |
| Octal | 236 | 137 | 352 | 40 | 73 | 0 | 10 | 413 | 115 | 101 |
| Binary | 10011110 | 1011111 | 11101010 | 100000 | 111011 | 0 | 1000 | 100001011 | 1001101 | 1000001 |
Color Harmonies of #9E5FEA
Complementary color
Monochromatic Colors of #9E5FEA
Black with #9E5FEA
Text Example
Text Example
White with #9E5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5FEA; }
p { color: rgb(158,95,234); }
H1.HeaderClassName
{
color: #9E5FEA;
}
.AnyTagClassName
{
color: #9E5FEA;
}
</style>
background-color css
<style>
a { background-color: #9E5FEA; }
a { background-color: rgb(158,95,234); }
div.DivClassName
{
background-color: #9E5FEA;
}
.BgClassName
{
background-color: #9E5FEA;
}
</style>
border-color css
<style>
span { border-color: #9E5FEA; }
span { border-color: rgb(158,95,234); }
td.TdClassName
{
border-color: #9E5FEA;
}
.TagClassName
{
border-color: #9E5FEA;
}
</style>