Shades of Wistful #9E90CE
Tints of Wistful #9E90CE
RGB
CMYK
RGB Variations
Color information
#9E90CE (or 0x9E90CE) is known color: Wistful. HEX triplet: 9E, 90 and CE. RGB value is (158,144,206). Sum of RGB (Red+Green+Blue) = 158+144+206=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E90CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E90CE is #616F31. Grayscale: #9B9B9B. Windows color (decimal): -6385458 or 13537438. OLE color: 13537438.
HSL color Cylindrical-coordinate representation of color #9E90CE: hue angle of 253.55º degrees, saturation: 0.39, 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 #9E90CE is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 144 | 206 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.19 |
| HSL | 253.55º | 0.39% | 0.69% | - |
| HSV(B) | 253.55º | 0.3% | 0.81% | - |
| XYZ | 35.21 | 31.67 | 62.65 | - |
| YUV | 155.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 206 | 0.23 | 0.30 | 0 | 0.19 | 253.55 | 0.39 | 0.69 |
| Hex | 9E | 90 | CE | 17 | 1E | 0 | 13 | FE | 27 | 45 |
| Octal | 236 | 220 | 316 | 27 | 36 | 0 | 23 | 376 | 47 | 105 |
| Binary | 10011110 | 10010000 | 11001110 | 10111 | 11110 | 0 | 10011 | 11111110 | 100111 | 1000101 |
Color Harmonies of #9E90CE
Complementary color
Monochromatic Colors of #9E90CE
Black with #9E90CE
Text Example
Text Example
White with #9E90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E90CE; }
p { color: rgb(158,144,206); }
H1.HeaderClassName
{
color: #9E90CE;
}
.AnyTagClassName
{
color: #9E90CE;
}
</style>
background-color css
<style>
a { background-color: #9E90CE; }
a { background-color: rgb(158,144,206); }
div.DivClassName
{
background-color: #9E90CE;
}
.BgClassName
{
background-color: #9E90CE;
}
</style>
border-color css
<style>
span { border-color: #9E90CE; }
span { border-color: rgb(158,144,206); }
td.TdClassName
{
border-color: #9E90CE;
}
.TagClassName
{
border-color: #9E90CE;
}
</style>