Shades of Wistful #9E93ED
Tints of Wistful #9E93ED
RGB
CMYK
RGB Variations
Color information
#9E93ED (or 0x9E93ED) is known color: Wistful. HEX triplet: 9E, 93 and ED. RGB value is (158,147,237). Sum of RGB (Red+Green+Blue) = 158+147+237=542 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.15% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E93ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E93ED is #616C12. Grayscale: #A0A0A0. Windows color (decimal): -6384659 or 15569822. OLE color: 15569822.
HSL color Cylindrical-coordinate representation of color #9E93ED: hue angle of 247.33º degrees, saturation: 0.71, 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 #9E93ED is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 147 | 237 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.07 |
| HSL | 247.33º | 0.71% | 0.75% | - |
| HSV(B) | 247.33º | 0.38% | 0.93% | - |
| XYZ | 39.82 | 34.25 | 84.63 | - |
| YUV | 160.55 | 171.14 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 237 | 0.33 | 0.38 | 0 | 0.07 | 247.33 | 0.71 | 0.75 |
| Hex | 9E | 93 | ED | 21 | 26 | 0 | 7 | F7 | 47 | 4B |
| Octal | 236 | 223 | 355 | 41 | 46 | 0 | 7 | 367 | 107 | 113 |
| Binary | 10011110 | 10010011 | 11101101 | 100001 | 100110 | 0 | 111 | 11110111 | 1000111 | 1001011 |
Color Harmonies of #9E93ED
Complementary color
Monochromatic Colors of #9E93ED
Black with #9E93ED
Text Example
Text Example
White with #9E93ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E93ED; }
p { color: rgb(158,147,237); }
H1.HeaderClassName
{
color: #9E93ED;
}
.AnyTagClassName
{
color: #9E93ED;
}
</style>
background-color css
<style>
a { background-color: #9E93ED; }
a { background-color: rgb(158,147,237); }
div.DivClassName
{
background-color: #9E93ED;
}
.BgClassName
{
background-color: #9E93ED;
}
</style>
border-color css
<style>
span { border-color: #9E93ED; }
span { border-color: rgb(158,147,237); }
td.TdClassName
{
border-color: #9E93ED;
}
.TagClassName
{
border-color: #9E93ED;
}
</style>