Shades of Wistful #9E97DE
Tints of Wistful #9E97DE
RGB
CMYK
RGB Variations
Color information
#9E97DE (or 0x9E97DE) is known color: Wistful. HEX triplet: 9E, 97 and DE. RGB value is (158,151,222). Sum of RGB (Red+Green+Blue) = 158+151+222=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E97DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E97DE is #616821. Grayscale: #A0A0A0. Windows color (decimal): -6383650 or 14587806. OLE color: 14587806.
HSL color Cylindrical-coordinate representation of color #9E97DE: hue angle of 245.92º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E97DE is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 151 | 222 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.13 |
| HSL | 245.92º | 0.52% | 0.73% | - |
| HSV(B) | 245.92º | 0.32% | 0.87% | - |
| XYZ | 38.35 | 34.68 | 73.78 | - |
| YUV | 161.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 151 | 222 | 0.29 | 0.32 | 0 | 0.13 | 245.92 | 0.52 | 0.73 |
| Hex | 9E | 97 | DE | 1D | 20 | 0 | D | F6 | 34 | 49 |
| Octal | 236 | 227 | 336 | 35 | 40 | 0 | 15 | 366 | 64 | 111 |
| Binary | 10011110 | 10010111 | 11011110 | 11101 | 100000 | 0 | 1101 | 11110110 | 110100 | 1001001 |
Color Harmonies of #9E97DE
Complementary color
Monochromatic Colors of #9E97DE
Black with #9E97DE
Text Example
Text Example
White with #9E97DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E97DE; }
p { color: rgb(158,151,222); }
H1.HeaderClassName
{
color: #9E97DE;
}
.AnyTagClassName
{
color: #9E97DE;
}
</style>
background-color css
<style>
a { background-color: #9E97DE; }
a { background-color: rgb(158,151,222); }
div.DivClassName
{
background-color: #9E97DE;
}
.BgClassName
{
background-color: #9E97DE;
}
</style>
border-color css
<style>
span { border-color: #9E97DE; }
span { border-color: rgb(158,151,222); }
td.TdClassName
{
border-color: #9E97DE;
}
.TagClassName
{
border-color: #9E97DE;
}
</style>