Shades of Wistful #9E96DD
Tints of Wistful #9E96DD
RGB
CMYK
RGB Variations
Color information
#9E96DD (or 0x9E96DD) is known color: Wistful. HEX triplet: 9E, 96 and DD. RGB value is (158,150,221). Sum of RGB (Red+Green+Blue) = 158+150+221=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E96DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E96DD is #616922. Grayscale: #A0A0A0. Windows color (decimal): -6383907 or 14522014. OLE color: 14522014.
HSL color Cylindrical-coordinate representation of color #9E96DD: hue angle of 246.76º degrees, saturation: 0.51, 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 #9E96DD is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 150 | 221 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.13 |
| HSL | 246.76º | 0.51% | 0.73% | - |
| HSV(B) | 246.76º | 0.32% | 0.87% | - |
| XYZ | 38.06 | 34.3 | 73.02 | - |
| YUV | 160.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 221 | 0.29 | 0.32 | 0 | 0.13 | 246.76 | 0.51 | 0.73 |
| Hex | 9E | 96 | DD | 1D | 20 | 0 | D | F7 | 33 | 49 |
| Octal | 236 | 226 | 335 | 35 | 40 | 0 | 15 | 367 | 63 | 111 |
| Binary | 10011110 | 10010110 | 11011101 | 11101 | 100000 | 0 | 1101 | 11110111 | 110011 | 1001001 |
Color Harmonies of #9E96DD
Complementary color
Monochromatic Colors of #9E96DD
Black with #9E96DD
Text Example
Text Example
White with #9E96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E96DD; }
p { color: rgb(158,150,221); }
H1.HeaderClassName
{
color: #9E96DD;
}
.AnyTagClassName
{
color: #9E96DD;
}
</style>
background-color css
<style>
a { background-color: #9E96DD; }
a { background-color: rgb(158,150,221); }
div.DivClassName
{
background-color: #9E96DD;
}
.BgClassName
{
background-color: #9E96DD;
}
</style>
border-color css
<style>
span { border-color: #9E96DD; }
span { border-color: rgb(158,150,221); }
td.TdClassName
{
border-color: #9E96DD;
}
.TagClassName
{
border-color: #9E96DD;
}
</style>