Shades of Wistful #9E99D6
Tints of Wistful #9E99D6
RGB
CMYK
RGB Variations
Color information
#9E99D6 (or 0x9E99D6) is known color: Wistful. HEX triplet: 9E, 99 and D6. RGB value is (158,153,214). Sum of RGB (Red+Green+Blue) = 158+153+214=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #9E99D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E99D6 is #616629. Grayscale: #A1A1A1. Windows color (decimal): -6383146 or 14064030. OLE color: 14064030.
HSL color Cylindrical-coordinate representation of color #9E99D6: hue angle of 244.92º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E99D6 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 153 | 214 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.16 |
| HSL | 244.92º | 0.43% | 0.72% | - |
| HSV(B) | 244.92º | 0.29% | 0.84% | - |
| XYZ | 37.63 | 34.91 | 68.37 | - |
| YUV | 161.45 | 157.66 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 214 | 0.26 | 0.29 | 0 | 0.16 | 244.92 | 0.43 | 0.72 |
| Hex | 9E | 99 | D6 | 1A | 1D | 0 | 10 | F5 | 2B | 48 |
| Octal | 236 | 231 | 326 | 32 | 35 | 0 | 20 | 365 | 53 | 110 |
| Binary | 10011110 | 10011001 | 11010110 | 11010 | 11101 | 0 | 10000 | 11110101 | 101011 | 1001000 |
Color Harmonies of #9E99D6
Complementary color
Monochromatic Colors of #9E99D6
Black with #9E99D6
Text Example
Text Example
White with #9E99D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E99D6; }
p { color: rgb(158,153,214); }
H1.HeaderClassName
{
color: #9E99D6;
}
.AnyTagClassName
{
color: #9E99D6;
}
</style>
background-color css
<style>
a { background-color: #9E99D6; }
a { background-color: rgb(158,153,214); }
div.DivClassName
{
background-color: #9E99D6;
}
.BgClassName
{
background-color: #9E99D6;
}
</style>
border-color css
<style>
span { border-color: #9E99D6; }
span { border-color: rgb(158,153,214); }
td.TdClassName
{
border-color: #9E99D6;
}
.TagClassName
{
border-color: #9E99D6;
}
</style>