Shades of Wistful #9E93D7
Tints of Wistful #9E93D7
RGB
CMYK
RGB Variations
Color information
#9E93D7 (or 0x9E93D7) is known color: Wistful. HEX triplet: 9E, 93 and D7. RGB value is (158,147,215). Sum of RGB (Red+Green+Blue) = 158+147+215=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #9E93D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E93D7 is #616C28. Grayscale: #9D9D9D. Windows color (decimal): -6384681 or 14128030. OLE color: 14128030.
HSL color Cylindrical-coordinate representation of color #9E93D7: hue angle of 249.71º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E93D7 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 147 | 215 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.16 |
| HSL | 249.71º | 0.46% | 0.71% | - |
| HSV(B) | 249.71º | 0.32% | 0.84% | - |
| XYZ | 36.8 | 33.04 | 68.73 | - |
| YUV | 158.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 215 | 0.27 | 0.32 | 0 | 0.16 | 249.71 | 0.46 | 0.71 |
| Hex | 9E | 93 | D7 | 1B | 20 | 0 | 10 | FA | 2E | 47 |
| Octal | 236 | 223 | 327 | 33 | 40 | 0 | 20 | 372 | 56 | 107 |
| Binary | 10011110 | 10010011 | 11010111 | 11011 | 100000 | 0 | 10000 | 11111010 | 101110 | 1000111 |
Color Harmonies of #9E93D7
Complementary color
Monochromatic Colors of #9E93D7
Black with #9E93D7
Text Example
Text Example
White with #9E93D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E93D7; }
p { color: rgb(158,147,215); }
H1.HeaderClassName
{
color: #9E93D7;
}
.AnyTagClassName
{
color: #9E93D7;
}
</style>
background-color css
<style>
a { background-color: #9E93D7; }
a { background-color: rgb(158,147,215); }
div.DivClassName
{
background-color: #9E93D7;
}
.BgClassName
{
background-color: #9E93D7;
}
</style>
border-color css
<style>
span { border-color: #9E93D7; }
span { border-color: rgb(158,147,215); }
td.TdClassName
{
border-color: #9E93D7;
}
.TagClassName
{
border-color: #9E93D7;
}
</style>