Shades of Wistful #9E99CE
Tints of Wistful #9E99CE
RGB
CMYK
RGB Variations
Color information
#9E99CE (or 0x9E99CE) is known color: Wistful. HEX triplet: 9E, 99 and CE. RGB value is (158,153,206). Sum of RGB (Red+Green+Blue) = 158+153+206=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E99CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E99CE is #616631. Grayscale: #A0A0A0. Windows color (decimal): -6383154 or 13539742. OLE color: 13539742.
HSL color Cylindrical-coordinate representation of color #9E99CE: hue angle of 245.66º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E99CE is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 153 | 206 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.19 |
| HSL | 245.66º | 0.35% | 0.7% | - |
| HSV(B) | 245.66º | 0.26% | 0.81% | - |
| XYZ | 36.63 | 34.51 | 63.12 | - |
| YUV | 160.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 206 | 0.23 | 0.26 | 0 | 0.19 | 245.66 | 0.35 | 0.7 |
| Hex | 9E | 99 | CE | 17 | 1A | 0 | 13 | F6 | 23 | 46 |
| Octal | 236 | 231 | 316 | 27 | 32 | 0 | 23 | 366 | 43 | 106 |
| Binary | 10011110 | 10011001 | 11001110 | 10111 | 11010 | 0 | 10011 | 11110110 | 100011 | 1000110 |
Color Harmonies of #9E99CE
Complementary color
Monochromatic Colors of #9E99CE
Black with #9E99CE
Text Example
Text Example
White with #9E99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E99CE; }
p { color: rgb(158,153,206); }
H1.HeaderClassName
{
color: #9E99CE;
}
.AnyTagClassName
{
color: #9E99CE;
}
</style>
background-color css
<style>
a { background-color: #9E99CE; }
a { background-color: rgb(158,153,206); }
div.DivClassName
{
background-color: #9E99CE;
}
.BgClassName
{
background-color: #9E99CE;
}
</style>
border-color css
<style>
span { border-color: #9E99CE; }
span { border-color: rgb(158,153,206); }
td.TdClassName
{
border-color: #9E99CE;
}
.TagClassName
{
border-color: #9E99CE;
}
</style>