Shades of Wistful #9E93EF
Tints of Wistful #9E93EF
RGB
CMYK
RGB Variations
Color information
#9E93EF (or 0x9E93EF) is known color: Wistful. HEX triplet: 9E, 93 and EF. RGB value is (158,147,239). Sum of RGB (Red+Green+Blue) = 158+147+239=544 (72% of max value = 765). Red value is 158 (62.11% from 255 or 29.04% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E93EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E93EF is #616C10. Grayscale: #A0A0A0. Windows color (decimal): -6384657 or 15700894. OLE color: 15700894.
HSL color Cylindrical-coordinate representation of color #9E93EF: hue angle of 247.17º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E93EF is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 147 | 239 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.06 |
| HSL | 247.17º | 0.74% | 0.76% | - |
| HSV(B) | 247.17º | 0.38% | 0.94% | - |
| XYZ | 40.11 | 34.37 | 86.18 | - |
| YUV | 160.78 | 172.14 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 239 | 0.34 | 0.38 | 0 | 0.06 | 247.17 | 0.74 | 0.76 |
| Hex | 9E | 93 | EF | 22 | 26 | 0 | 6 | F7 | 4A | 4C |
| Octal | 236 | 223 | 357 | 42 | 46 | 0 | 6 | 367 | 112 | 114 |
| Binary | 10011110 | 10010011 | 11101111 | 100010 | 100110 | 0 | 110 | 11110111 | 1001010 | 1001100 |
Color Harmonies of #9E93EF
Complementary color
Monochromatic Colors of #9E93EF
Black with #9E93EF
Text Example
Text Example
White with #9E93EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E93EF; }
p { color: rgb(158,147,239); }
H1.HeaderClassName
{
color: #9E93EF;
}
.AnyTagClassName
{
color: #9E93EF;
}
</style>
background-color css
<style>
a { background-color: #9E93EF; }
a { background-color: rgb(158,147,239); }
div.DivClassName
{
background-color: #9E93EF;
}
.BgClassName
{
background-color: #9E93EF;
}
</style>
border-color css
<style>
span { border-color: #9E93EF; }
span { border-color: rgb(158,147,239); }
td.TdClassName
{
border-color: #9E93EF;
}
.TagClassName
{
border-color: #9E93EF;
}
</style>