Shades of Wistful #9E94DF
Tints of Wistful #9E94DF
RGB
CMYK
RGB Variations
Color information
#9E94DF (or 0x9E94DF) is known color: Wistful. HEX triplet: 9E, 94 and DF. RGB value is (158,148,223). Sum of RGB (Red+Green+Blue) = 158+148+223=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E94DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E94DF is #616B20. Grayscale: #9F9F9F. Windows color (decimal): -6384417 or 14652574. OLE color: 14652574.
HSL color Cylindrical-coordinate representation of color #9E94DF: hue angle of 248º 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 #9E94DF is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 148 | 223 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.13 |
| HSL | 248º | 0.54% | 0.73% | - |
| HSV(B) | 248º | 0.34% | 0.87% | - |
| XYZ | 38.01 | 33.78 | 74.33 | - |
| YUV | 159.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 148 | 223 | 0.29 | 0.34 | 0 | 0.13 | 248 | 0.54 | 0.73 |
| Hex | 9E | 94 | DF | 1D | 22 | 0 | D | F8 | 36 | 49 |
| Octal | 236 | 224 | 337 | 35 | 42 | 0 | 15 | 370 | 66 | 111 |
| Binary | 10011110 | 10010100 | 11011111 | 11101 | 100010 | 0 | 1101 | 11111000 | 110110 | 1001001 |
Color Harmonies of #9E94DF
Complementary color
Monochromatic Colors of #9E94DF
Black with #9E94DF
Text Example
Text Example
White with #9E94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E94DF; }
p { color: rgb(158,148,223); }
H1.HeaderClassName
{
color: #9E94DF;
}
.AnyTagClassName
{
color: #9E94DF;
}
</style>
background-color css
<style>
a { background-color: #9E94DF; }
a { background-color: rgb(158,148,223); }
div.DivClassName
{
background-color: #9E94DF;
}
.BgClassName
{
background-color: #9E94DF;
}
</style>
border-color css
<style>
span { border-color: #9E94DF; }
span { border-color: rgb(158,148,223); }
td.TdClassName
{
border-color: #9E94DF;
}
.TagClassName
{
border-color: #9E94DF;
}
</style>