Shades of Medium Purple #9E77F7
Tints of Medium Purple #9E77F7
RGB
CMYK
RGB Variations
Color information
#9E77F7 (or 0x9E77F7) is known color: Medium Purple. HEX triplet: 9E, 77 and F7. RGB value is (158,119,247). Sum of RGB (Red+Green+Blue) = 158+119+247=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 247 (96.88% from 255 or 47.14% from 524); Max value from RGB is 247 - color contains mainly: blue. Hex color #9E77F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E77F7 is #618808. Grayscale: #909090. Windows color (decimal): -6391817 or 16218014. OLE color: 16218014.
HSL color Cylindrical-coordinate representation of color #9E77F7: hue angle of 258.28º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E77F7 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 158 | 119 | 247 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.03 |
| HSL | 258.28º | 0.89% | 0.72% | - |
| HSV(B) | 258.28º | 0.52% | 0.97% | - |
| XYZ | 37.49 | 27.18 | 91.27 | - |
| YUV | 145.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 247 | 0.36 | 0.52 | 0 | 0.03 | 258.28 | 0.89 | 0.72 |
| Hex | 9E | 77 | F7 | 24 | 34 | 0 | 3 | 102 | 59 | 48 |
| Octal | 236 | 167 | 367 | 44 | 64 | 0 | 3 | 402 | 131 | 110 |
| Binary | 10011110 | 1110111 | 11110111 | 100100 | 110100 | 0 | 11 | 100000010 | 1011001 | 1001000 |
Color Harmonies of #9E77F7
Complementary color
Monochromatic Colors of #9E77F7
Black with #9E77F7
Text Example
Text Example
White with #9E77F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E77F7; }
p { color: rgb(158,119,247); }
H1.HeaderClassName
{
color: #9E77F7;
}
.AnyTagClassName
{
color: #9E77F7;
}
</style>
background-color css
<style>
a { background-color: #9E77F7; }
a { background-color: rgb(158,119,247); }
div.DivClassName
{
background-color: #9E77F7;
}
.BgClassName
{
background-color: #9E77F7;
}
</style>
border-color css
<style>
span { border-color: #9E77F7; }
span { border-color: rgb(158,119,247); }
td.TdClassName
{
border-color: #9E77F7;
}
.TagClassName
{
border-color: #9E77F7;
}
</style>