Shades of Medium Purple #9E7FEA
Tints of Medium Purple #9E7FEA
RGB
CMYK
RGB Variations
Color information
#9E7FEA (or 0x9E7FEA) is known color: Medium Purple. HEX triplet: 9E, 7F and EA. RGB value is (158,127,234). Sum of RGB (Red+Green+Blue) = 158+127+234=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E7FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7FEA is #618015. Grayscale: #949494. Windows color (decimal): -6389782 or 15368094. OLE color: 15368094.
HSL color Cylindrical-coordinate representation of color #9E7FEA: hue angle of 257.38º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E7FEA is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 127 | 234 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.08 |
| HSL | 257.38º | 0.72% | 0.71% | - |
| HSV(B) | 257.38º | 0.46% | 0.92% | - |
| XYZ | 36.54 | 28.39 | 81.4 | - |
| YUV | 148.47 | 176.27 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 127 | 234 | 0.32 | 0.46 | 0 | 0.08 | 257.38 | 0.72 | 0.71 |
| Hex | 9E | 7F | EA | 20 | 2E | 0 | 8 | 101 | 48 | 47 |
| Octal | 236 | 177 | 352 | 40 | 56 | 0 | 10 | 401 | 110 | 107 |
| Binary | 10011110 | 1111111 | 11101010 | 100000 | 101110 | 0 | 1000 | 100000001 | 1001000 | 1000111 |
Color Harmonies of #9E7FEA
Complementary color
Monochromatic Colors of #9E7FEA
Black with #9E7FEA
Text Example
Text Example
White with #9E7FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7FEA; }
p { color: rgb(158,127,234); }
H1.HeaderClassName
{
color: #9E7FEA;
}
.AnyTagClassName
{
color: #9E7FEA;
}
</style>
background-color css
<style>
a { background-color: #9E7FEA; }
a { background-color: rgb(158,127,234); }
div.DivClassName
{
background-color: #9E7FEA;
}
.BgClassName
{
background-color: #9E7FEA;
}
</style>
border-color css
<style>
span { border-color: #9E7FEA; }
span { border-color: rgb(158,127,234); }
td.TdClassName
{
border-color: #9E7FEA;
}
.TagClassName
{
border-color: #9E7FEA;
}
</style>