Shades of Wistful #9E96C5
Tints of Wistful #9E96C5
RGB
CMYK
RGB Variations
Color information
#9E96C5 (or 0x9E96C5) is known color: Wistful. HEX triplet: 9E, 96 and C5. RGB value is (158,150,197). Sum of RGB (Red+Green+Blue) = 158+150+197=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 197 - color contains mainly: blue. Hex color #9E96C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E96C5 is #61693A. Grayscale: #9D9D9D. Windows color (decimal): -6383931 or 12949150. OLE color: 12949150.
HSL color Cylindrical-coordinate representation of color #9E96C5: hue angle of 250.21º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E96C5 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 150 | 197 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.23 |
| HSL | 250.21º | 0.29% | 0.68% | - |
| HSV(B) | 250.21º | 0.24% | 0.77% | - |
| XYZ | 35.08 | 33.11 | 57.37 | - |
| YUV | 157.75 | 150.15 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 197 | 0.20 | 0.24 | 0 | 0.23 | 250.21 | 0.29 | 0.68 |
| Hex | 9E | 96 | C5 | 14 | 18 | 0 | 17 | FA | 1D | 44 |
| Octal | 236 | 226 | 305 | 24 | 30 | 0 | 27 | 372 | 35 | 104 |
| Binary | 10011110 | 10010110 | 11000101 | 10100 | 11000 | 0 | 10111 | 11111010 | 11101 | 1000100 |
Color Harmonies of #9E96C5
Complementary color
Monochromatic Colors of #9E96C5
Black with #9E96C5
Text Example
Text Example
White with #9E96C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E96C5; }
p { color: rgb(158,150,197); }
H1.HeaderClassName
{
color: #9E96C5;
}
.AnyTagClassName
{
color: #9E96C5;
}
</style>
background-color css
<style>
a { background-color: #9E96C5; }
a { background-color: rgb(158,150,197); }
div.DivClassName
{
background-color: #9E96C5;
}
.BgClassName
{
background-color: #9E96C5;
}
</style>
border-color css
<style>
span { border-color: #9E96C5; }
span { border-color: rgb(158,150,197); }
td.TdClassName
{
border-color: #9E96C5;
}
.TagClassName
{
border-color: #9E96C5;
}
</style>