Shades of Medium Purple #9E8CF1
Tints of Medium Purple #9E8CF1
RGB
CMYK
RGB Variations
Color information
#9E8CF1 (or 0x9E8CF1) is known color: Medium Purple. HEX triplet: 9E, 8C and F1. RGB value is (158,140,241). Sum of RGB (Red+Green+Blue) = 158+140+241=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E8CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8CF1 is #61730E. Grayscale: #9C9C9C. Windows color (decimal): -6386447 or 15830174. OLE color: 15830174.
HSL color Cylindrical-coordinate representation of color #9E8CF1: hue angle of 250.69º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E8CF1 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 140 | 241 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.05 |
| HSL | 250.69º | 0.78% | 0.75% | - |
| HSV(B) | 250.69º | 0.42% | 0.95% | - |
| XYZ | 39.36 | 32.38 | 87.39 | - |
| YUV | 156.9 | 175.46 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 241 | 0.34 | 0.42 | 0 | 0.05 | 250.69 | 0.78 | 0.75 |
| Hex | 9E | 8C | F1 | 22 | 2A | 0 | 5 | FB | 4E | 4B |
| Octal | 236 | 214 | 361 | 42 | 52 | 0 | 5 | 373 | 116 | 113 |
| Binary | 10011110 | 10001100 | 11110001 | 100010 | 101010 | 0 | 101 | 11111011 | 1001110 | 1001011 |
Color Harmonies of #9E8CF1
Complementary color
Monochromatic Colors of #9E8CF1
Black with #9E8CF1
Text Example
Text Example
White with #9E8CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8CF1; }
p { color: rgb(158,140,241); }
H1.HeaderClassName
{
color: #9E8CF1;
}
.AnyTagClassName
{
color: #9E8CF1;
}
</style>
background-color css
<style>
a { background-color: #9E8CF1; }
a { background-color: rgb(158,140,241); }
div.DivClassName
{
background-color: #9E8CF1;
}
.BgClassName
{
background-color: #9E8CF1;
}
</style>
border-color css
<style>
span { border-color: #9E8CF1; }
span { border-color: rgb(158,140,241); }
td.TdClassName
{
border-color: #9E8CF1;
}
.TagClassName
{
border-color: #9E8CF1;
}
</style>