Shades of Wistful #9E96DE
Tints of Wistful #9E96DE
RGB
CMYK
RGB Variations
Color information
#9E96DE (or 0x9E96DE) is known color: Wistful. HEX triplet: 9E, 96 and DE. RGB value is (158,150,222). Sum of RGB (Red+Green+Blue) = 158+150+222=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E96DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E96DE is #616921. Grayscale: #A0A0A0. Windows color (decimal): -6383906 or 14587550. OLE color: 14587550.
HSL color Cylindrical-coordinate representation of color #9E96DE: hue angle of 246.67º 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 #9E96DE is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 150 | 222 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.13 |
| HSL | 246.67º | 0.52% | 0.73% | - |
| HSV(B) | 246.67º | 0.32% | 0.87% | - |
| XYZ | 38.19 | 34.36 | 73.73 | - |
| YUV | 160.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 222 | 0.29 | 0.32 | 0 | 0.13 | 246.67 | 0.52 | 0.73 |
| Hex | 9E | 96 | DE | 1D | 20 | 0 | D | F7 | 34 | 49 |
| Octal | 236 | 226 | 336 | 35 | 40 | 0 | 15 | 367 | 64 | 111 |
| Binary | 10011110 | 10010110 | 11011110 | 11101 | 100000 | 0 | 1101 | 11110111 | 110100 | 1001001 |
Color Harmonies of #9E96DE
Complementary color
Monochromatic Colors of #9E96DE
Black with #9E96DE
Text Example
Text Example
White with #9E96DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E96DE; }
p { color: rgb(158,150,222); }
H1.HeaderClassName
{
color: #9E96DE;
}
.AnyTagClassName
{
color: #9E96DE;
}
</style>
background-color css
<style>
a { background-color: #9E96DE; }
a { background-color: rgb(158,150,222); }
div.DivClassName
{
background-color: #9E96DE;
}
.BgClassName
{
background-color: #9E96DE;
}
</style>
border-color css
<style>
span { border-color: #9E96DE; }
span { border-color: rgb(158,150,222); }
td.TdClassName
{
border-color: #9E96DE;
}
.TagClassName
{
border-color: #9E96DE;
}
</style>