Shades of Wistful #9E93DF
Tints of Wistful #9E93DF
RGB
CMYK
RGB Variations
Color information
#9E93DF (or 0x9E93DF) is known color: Wistful. HEX triplet: 9E, 93 and DF. RGB value is (158,147,223). Sum of RGB (Red+Green+Blue) = 158+147+223=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E93DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E93DF is #616C20. Grayscale: #9E9E9E. Windows color (decimal): -6384673 or 14652318. OLE color: 14652318.
HSL color Cylindrical-coordinate representation of color #9E93DF: hue angle of 248.68º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E93DF is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 147 | 223 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.13 |
| HSL | 248.68º | 0.54% | 0.73% | - |
| HSV(B) | 248.68º | 0.34% | 0.87% | - |
| XYZ | 37.85 | 33.46 | 74.28 | - |
| YUV | 158.95 | 164.14 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 223 | 0.29 | 0.34 | 0 | 0.13 | 248.68 | 0.54 | 0.73 |
| Hex | 9E | 93 | DF | 1D | 22 | 0 | D | F9 | 36 | 49 |
| Octal | 236 | 223 | 337 | 35 | 42 | 0 | 15 | 371 | 66 | 111 |
| Binary | 10011110 | 10010011 | 11011111 | 11101 | 100010 | 0 | 1101 | 11111001 | 110110 | 1001001 |
Color Harmonies of #9E93DF
Complementary color
Monochromatic Colors of #9E93DF
Black with #9E93DF
Text Example
Text Example
White with #9E93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E93DF; }
p { color: rgb(158,147,223); }
H1.HeaderClassName
{
color: #9E93DF;
}
.AnyTagClassName
{
color: #9E93DF;
}
</style>
background-color css
<style>
a { background-color: #9E93DF; }
a { background-color: rgb(158,147,223); }
div.DivClassName
{
background-color: #9E93DF;
}
.BgClassName
{
background-color: #9E93DF;
}
</style>
border-color css
<style>
span { border-color: #9E93DF; }
span { border-color: rgb(158,147,223); }
td.TdClassName
{
border-color: #9E93DF;
}
.TagClassName
{
border-color: #9E93DF;
}
</style>