Shades of Medium Purple #9E8CF0
Tints of Medium Purple #9E8CF0
RGB
CMYK
RGB Variations
Color information
#9E8CF0 (or 0x9E8CF0) is known color: Medium Purple. HEX triplet: 9E, 8C and F0. RGB value is (158,140,240). Sum of RGB (Red+Green+Blue) = 158+140+240=538 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.37% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #9E8CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8CF0 is #61730F. Grayscale: #9C9C9C. Windows color (decimal): -6386448 or 15764638. OLE color: 15764638.
HSL color Cylindrical-coordinate representation of color #9E8CF0: hue angle of 250.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E8CF0 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 140 | 240 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.06 |
| HSL | 250.8º | 0.77% | 0.75% | - |
| HSV(B) | 250.8º | 0.42% | 0.94% | - |
| XYZ | 39.21 | 32.32 | 86.61 | - |
| YUV | 156.78 | 174.96 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 240 | 0.34 | 0.42 | 0 | 0.06 | 250.8 | 0.77 | 0.75 |
| Hex | 9E | 8C | F0 | 22 | 2A | 0 | 6 | FB | 4D | 4B |
| Octal | 236 | 214 | 360 | 42 | 52 | 0 | 6 | 373 | 115 | 113 |
| Binary | 10011110 | 10001100 | 11110000 | 100010 | 101010 | 0 | 110 | 11111011 | 1001101 | 1001011 |
Color Harmonies of #9E8CF0
Complementary color
Monochromatic Colors of #9E8CF0
Black with #9E8CF0
Text Example
Text Example
White with #9E8CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8CF0; }
p { color: rgb(158,140,240); }
H1.HeaderClassName
{
color: #9E8CF0;
}
.AnyTagClassName
{
color: #9E8CF0;
}
</style>
background-color css
<style>
a { background-color: #9E8CF0; }
a { background-color: rgb(158,140,240); }
div.DivClassName
{
background-color: #9E8CF0;
}
.BgClassName
{
background-color: #9E8CF0;
}
</style>
border-color css
<style>
span { border-color: #9E8CF0; }
span { border-color: rgb(158,140,240); }
td.TdClassName
{
border-color: #9E8CF0;
}
.TagClassName
{
border-color: #9E8CF0;
}
</style>