Shades of Wistful #9E96EF
Tints of Wistful #9E96EF
RGB
CMYK
RGB Variations
Color information
#9E96EF (or 0x9E96EF) is known color: Wistful. HEX triplet: 9E, 96 and EF. RGB value is (158,150,239). Sum of RGB (Red+Green+Blue) = 158+150+239=547 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.88% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E96EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E96EF is #616910. Grayscale: #A2A2A2. Windows color (decimal): -6383889 or 15701662. OLE color: 15701662.
HSL color Cylindrical-coordinate representation of color #9E96EF: hue angle of 245.39º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E96EF is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 150 | 239 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.06 |
| HSL | 245.39º | 0.74% | 0.76% | - |
| HSV(B) | 245.39º | 0.37% | 0.94% | - |
| XYZ | 40.59 | 35.31 | 86.34 | - |
| YUV | 162.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 239 | 0.34 | 0.37 | 0 | 0.06 | 245.39 | 0.74 | 0.76 |
| Hex | 9E | 96 | EF | 22 | 25 | 0 | 6 | F5 | 4A | 4C |
| Octal | 236 | 226 | 357 | 42 | 45 | 0 | 6 | 365 | 112 | 114 |
| Binary | 10011110 | 10010110 | 11101111 | 100010 | 100101 | 0 | 110 | 11110101 | 1001010 | 1001100 |
Color Harmonies of #9E96EF
Complementary color
Monochromatic Colors of #9E96EF
Black with #9E96EF
Text Example
Text Example
White with #9E96EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E96EF; }
p { color: rgb(158,150,239); }
H1.HeaderClassName
{
color: #9E96EF;
}
.AnyTagClassName
{
color: #9E96EF;
}
</style>
background-color css
<style>
a { background-color: #9E96EF; }
a { background-color: rgb(158,150,239); }
div.DivClassName
{
background-color: #9E96EF;
}
.BgClassName
{
background-color: #9E96EF;
}
</style>
border-color css
<style>
span { border-color: #9E96EF; }
span { border-color: rgb(158,150,239); }
td.TdClassName
{
border-color: #9E96EF;
}
.TagClassName
{
border-color: #9E96EF;
}
</style>