Shades of Wistful #9E96CE
Tints of Wistful #9E96CE
RGB
CMYK
RGB Variations
Color information
#9E96CE (or 0x9E96CE) is known color: Wistful. HEX triplet: 9E, 96 and CE. RGB value is (158,150,206). Sum of RGB (Red+Green+Blue) = 158+150+206=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E96CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E96CE is #616931. Grayscale: #9E9E9E. Windows color (decimal): -6383922 or 13538974. OLE color: 13538974.
HSL color Cylindrical-coordinate representation of color #9E96CE: hue angle of 248.57º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E96CE is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 150 | 206 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.19 |
| HSL | 248.57º | 0.36% | 0.7% | - |
| HSV(B) | 248.57º | 0.27% | 0.81% | - |
| XYZ | 36.15 | 33.54 | 62.96 | - |
| YUV | 158.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 206 | 0.23 | 0.27 | 0 | 0.19 | 248.57 | 0.36 | 0.7 |
| Hex | 9E | 96 | CE | 17 | 1B | 0 | 13 | F9 | 24 | 46 |
| Octal | 236 | 226 | 316 | 27 | 33 | 0 | 23 | 371 | 44 | 106 |
| Binary | 10011110 | 10010110 | 11001110 | 10111 | 11011 | 0 | 10011 | 11111001 | 100100 | 1000110 |
Color Harmonies of #9E96CE
Complementary color
Monochromatic Colors of #9E96CE
Black with #9E96CE
Text Example
Text Example
White with #9E96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E96CE; }
p { color: rgb(158,150,206); }
H1.HeaderClassName
{
color: #9E96CE;
}
.AnyTagClassName
{
color: #9E96CE;
}
</style>
background-color css
<style>
a { background-color: #9E96CE; }
a { background-color: rgb(158,150,206); }
div.DivClassName
{
background-color: #9E96CE;
}
.BgClassName
{
background-color: #9E96CE;
}
</style>
border-color css
<style>
span { border-color: #9E96CE; }
span { border-color: rgb(158,150,206); }
td.TdClassName
{
border-color: #9E96CE;
}
.TagClassName
{
border-color: #9E96CE;
}
</style>