Shades of Wistful #9E90CF
Tints of Wistful #9E90CF
RGB
CMYK
RGB Variations
Color information
#9E90CF (or 0x9E90CF) is known color: Wistful. HEX triplet: 9E, 90 and CF. RGB value is (158,144,207). Sum of RGB (Red+Green+Blue) = 158+144+207=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E90CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E90CF is #616F30. Grayscale: #9B9B9B. Windows color (decimal): -6385457 or 13602974. OLE color: 13602974.
HSL color Cylindrical-coordinate representation of color #9E90CF: hue angle of 253.33º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E90CF is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 144 | 207 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.19 |
| HSL | 253.33º | 0.4% | 0.69% | - |
| HSV(B) | 253.33º | 0.3% | 0.81% | - |
| XYZ | 35.34 | 31.72 | 63.29 | - |
| YUV | 155.37 | 157.14 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 207 | 0.24 | 0.30 | 0 | 0.19 | 253.33 | 0.4 | 0.69 |
| Hex | 9E | 90 | CF | 18 | 1E | 0 | 13 | FD | 28 | 45 |
| Octal | 236 | 220 | 317 | 30 | 36 | 0 | 23 | 375 | 50 | 105 |
| Binary | 10011110 | 10010000 | 11001111 | 11000 | 11110 | 0 | 10011 | 11111101 | 101000 | 1000101 |
Color Harmonies of #9E90CF
Complementary color
Monochromatic Colors of #9E90CF
Black with #9E90CF
Text Example
Text Example
White with #9E90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E90CF; }
p { color: rgb(158,144,207); }
H1.HeaderClassName
{
color: #9E90CF;
}
.AnyTagClassName
{
color: #9E90CF;
}
</style>
background-color css
<style>
a { background-color: #9E90CF; }
a { background-color: rgb(158,144,207); }
div.DivClassName
{
background-color: #9E90CF;
}
.BgClassName
{
background-color: #9E90CF;
}
</style>
border-color css
<style>
span { border-color: #9E90CF; }
span { border-color: rgb(158,144,207); }
td.TdClassName
{
border-color: #9E90CF;
}
.TagClassName
{
border-color: #9E90CF;
}
</style>