Shades of Wistful #9E90DF
Tints of Wistful #9E90DF
RGB
CMYK
RGB Variations
Color information
#9E90DF (or 0x9E90DF) is known color: Wistful. HEX triplet: 9E, 90 and DF. RGB value is (158,144,223). Sum of RGB (Red+Green+Blue) = 158+144+223=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E90DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E90DF is #616F20. Grayscale: #9C9C9C. Windows color (decimal): -6385441 or 14651550. OLE color: 14651550.
HSL color Cylindrical-coordinate representation of color #9E90DF: hue angle of 250.63º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E90DF is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 144 | 223 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.13 |
| HSL | 250.63º | 0.55% | 0.72% | - |
| HSV(B) | 250.63º | 0.35% | 0.87% | - |
| XYZ | 37.39 | 32.54 | 74.12 | - |
| YUV | 157.19 | 165.14 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 223 | 0.29 | 0.35 | 0 | 0.13 | 250.63 | 0.55 | 0.72 |
| Hex | 9E | 90 | DF | 1D | 23 | 0 | D | FB | 37 | 48 |
| Octal | 236 | 220 | 337 | 35 | 43 | 0 | 15 | 373 | 67 | 110 |
| Binary | 10011110 | 10010000 | 11011111 | 11101 | 100011 | 0 | 1101 | 11111011 | 110111 | 1001000 |
Color Harmonies of #9E90DF
Complementary color
Monochromatic Colors of #9E90DF
Black with #9E90DF
Text Example
Text Example
White with #9E90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E90DF; }
p { color: rgb(158,144,223); }
H1.HeaderClassName
{
color: #9E90DF;
}
.AnyTagClassName
{
color: #9E90DF;
}
</style>
background-color css
<style>
a { background-color: #9E90DF; }
a { background-color: rgb(158,144,223); }
div.DivClassName
{
background-color: #9E90DF;
}
.BgClassName
{
background-color: #9E90DF;
}
</style>
border-color css
<style>
span { border-color: #9E90DF; }
span { border-color: rgb(158,144,223); }
td.TdClassName
{
border-color: #9E90DF;
}
.TagClassName
{
border-color: #9E90DF;
}
</style>