Shades of Wistful #9E93EC
Tints of Wistful #9E93EC
RGB
CMYK
RGB Variations
Color information
#9E93EC (or 0x9E93EC) is known color: Wistful. HEX triplet: 9E, 93 and EC. RGB value is (158,147,236). Sum of RGB (Red+Green+Blue) = 158+147+236=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E93EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E93EC is #616C13. Grayscale: #A0A0A0. Windows color (decimal): -6384660 or 15504286. OLE color: 15504286.
HSL color Cylindrical-coordinate representation of color #9E93EC: hue angle of 247.42º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E93EC is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 147 | 236 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.07 |
| HSL | 247.42º | 0.7% | 0.75% | - |
| HSV(B) | 247.42º | 0.38% | 0.93% | - |
| XYZ | 39.67 | 34.19 | 83.87 | - |
| YUV | 160.44 | 170.64 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 236 | 0.33 | 0.38 | 0 | 0.07 | 247.42 | 0.7 | 0.75 |
| Hex | 9E | 93 | EC | 21 | 26 | 0 | 7 | F7 | 46 | 4B |
| Octal | 236 | 223 | 354 | 41 | 46 | 0 | 7 | 367 | 106 | 113 |
| Binary | 10011110 | 10010011 | 11101100 | 100001 | 100110 | 0 | 111 | 11110111 | 1000110 | 1001011 |
Color Harmonies of #9E93EC
Complementary color
Monochromatic Colors of #9E93EC
Black with #9E93EC
Text Example
Text Example
White with #9E93EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E93EC; }
p { color: rgb(158,147,236); }
H1.HeaderClassName
{
color: #9E93EC;
}
.AnyTagClassName
{
color: #9E93EC;
}
</style>
background-color css
<style>
a { background-color: #9E93EC; }
a { background-color: rgb(158,147,236); }
div.DivClassName
{
background-color: #9E93EC;
}
.BgClassName
{
background-color: #9E93EC;
}
</style>
border-color css
<style>
span { border-color: #9E93EC; }
span { border-color: rgb(158,147,236); }
td.TdClassName
{
border-color: #9E93EC;
}
.TagClassName
{
border-color: #9E93EC;
}
</style>