Shades of Wistful #9E93D8
Tints of Wistful #9E93D8
RGB
CMYK
RGB Variations
Color information
#9E93D8 (or 0x9E93D8) is known color: Wistful. HEX triplet: 9E, 93 and D8. RGB value is (158,147,216). Sum of RGB (Red+Green+Blue) = 158+147+216=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #9E93D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E93D8 is #616C27. Grayscale: #9D9D9D. Windows color (decimal): -6384680 or 14193566. OLE color: 14193566.
HSL color Cylindrical-coordinate representation of color #9E93D8: hue angle of 249.57º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E93D8 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 147 | 216 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.15 |
| HSL | 249.57º | 0.47% | 0.71% | - |
| HSV(B) | 249.57º | 0.32% | 0.85% | - |
| XYZ | 36.93 | 33.09 | 69.41 | - |
| YUV | 158.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 216 | 0.27 | 0.32 | 0 | 0.15 | 249.57 | 0.47 | 0.71 |
| Hex | 9E | 93 | D8 | 1B | 20 | 0 | F | FA | 2F | 47 |
| Octal | 236 | 223 | 330 | 33 | 40 | 0 | 17 | 372 | 57 | 107 |
| Binary | 10011110 | 10010011 | 11011000 | 11011 | 100000 | 0 | 1111 | 11111010 | 101111 | 1000111 |
Color Harmonies of #9E93D8
Complementary color
Monochromatic Colors of #9E93D8
Black with #9E93D8
Text Example
Text Example
White with #9E93D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E93D8; }
p { color: rgb(158,147,216); }
H1.HeaderClassName
{
color: #9E93D8;
}
.AnyTagClassName
{
color: #9E93D8;
}
</style>
background-color css
<style>
a { background-color: #9E93D8; }
a { background-color: rgb(158,147,216); }
div.DivClassName
{
background-color: #9E93D8;
}
.BgClassName
{
background-color: #9E93D8;
}
</style>
border-color css
<style>
span { border-color: #9E93D8; }
span { border-color: rgb(158,147,216); }
td.TdClassName
{
border-color: #9E93D8;
}
.TagClassName
{
border-color: #9E93D8;
}
</style>