Shades of Medium Purple #9E7EEF
Tints of Medium Purple #9E7EEF
RGB
CMYK
RGB Variations
Color information
#9E7EEF (or 0x9E7EEF) is known color: Medium Purple. HEX triplet: 9E, 7E and EF. RGB value is (158,126,239). Sum of RGB (Red+Green+Blue) = 158+126+239=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E7EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7EEF is #618110. Grayscale: #949494. Windows color (decimal): -6390033 or 15695518. OLE color: 15695518.
HSL color Cylindrical-coordinate representation of color #9E7EEF: hue angle of 256.99º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E7EEF is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 126 | 239 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.06 |
| HSL | 256.99º | 0.78% | 0.72% | - |
| HSV(B) | 256.99º | 0.47% | 0.94% | - |
| XYZ | 37.14 | 28.42 | 85.19 | - |
| YUV | 148.45 | 179.1 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 126 | 239 | 0.34 | 0.47 | 0 | 0.06 | 256.99 | 0.78 | 0.72 |
| Hex | 9E | 7E | EF | 22 | 2F | 0 | 6 | 101 | 4E | 48 |
| Octal | 236 | 176 | 357 | 42 | 57 | 0 | 6 | 401 | 116 | 110 |
| Binary | 10011110 | 1111110 | 11101111 | 100010 | 101111 | 0 | 110 | 100000001 | 1001110 | 1001000 |
Color Harmonies of #9E7EEF
Complementary color
Monochromatic Colors of #9E7EEF
Black with #9E7EEF
Text Example
Text Example
White with #9E7EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7EEF; }
p { color: rgb(158,126,239); }
H1.HeaderClassName
{
color: #9E7EEF;
}
.AnyTagClassName
{
color: #9E7EEF;
}
</style>
background-color css
<style>
a { background-color: #9E7EEF; }
a { background-color: rgb(158,126,239); }
div.DivClassName
{
background-color: #9E7EEF;
}
.BgClassName
{
background-color: #9E7EEF;
}
</style>
border-color css
<style>
span { border-color: #9E7EEF; }
span { border-color: rgb(158,126,239); }
td.TdClassName
{
border-color: #9E7EEF;
}
.TagClassName
{
border-color: #9E7EEF;
}
</style>