Shades of Medium Purple #9E7FE1
Tints of Medium Purple #9E7FE1
RGB
CMYK
RGB Variations
Color information
#9E7FE1 (or 0x9E7FE1) is known color: Medium Purple. HEX triplet: 9E, 7F and E1. RGB value is (158,127,225). Sum of RGB (Red+Green+Blue) = 158+127+225=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #9E7FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7FE1 is #61801E. Grayscale: #939393. Windows color (decimal): -6389791 or 14778270. OLE color: 14778270.
HSL color Cylindrical-coordinate representation of color #9E7FE1: hue angle of 258.98º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E7FE1 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 127 | 225 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.12 |
| HSL | 258.98º | 0.62% | 0.69% | - |
| HSV(B) | 258.98º | 0.44% | 0.88% | - |
| XYZ | 35.28 | 27.88 | 74.76 | - |
| YUV | 147.44 | 171.77 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 127 | 225 | 0.30 | 0.44 | 0 | 0.12 | 258.98 | 0.62 | 0.69 |
| Hex | 9E | 7F | E1 | 1E | 2C | 0 | C | 103 | 3E | 45 |
| Octal | 236 | 177 | 341 | 36 | 54 | 0 | 14 | 403 | 76 | 105 |
| Binary | 10011110 | 1111111 | 11100001 | 11110 | 101100 | 0 | 1100 | 100000011 | 111110 | 1000101 |
Color Harmonies of #9E7FE1
Complementary color
Monochromatic Colors of #9E7FE1
Black with #9E7FE1
Text Example
Text Example
White with #9E7FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7FE1; }
p { color: rgb(158,127,225); }
H1.HeaderClassName
{
color: #9E7FE1;
}
.AnyTagClassName
{
color: #9E7FE1;
}
</style>
background-color css
<style>
a { background-color: #9E7FE1; }
a { background-color: rgb(158,127,225); }
div.DivClassName
{
background-color: #9E7FE1;
}
.BgClassName
{
background-color: #9E7FE1;
}
</style>
border-color css
<style>
span { border-color: #9E7FE1; }
span { border-color: rgb(158,127,225); }
td.TdClassName
{
border-color: #9E7FE1;
}
.TagClassName
{
border-color: #9E7FE1;
}
</style>