Shades of Wistful #9E99DD
Tints of Wistful #9E99DD
RGB
CMYK
RGB Variations
Color information
#9E99DD (or 0x9E99DD) is known color: Wistful. HEX triplet: 9E, 99 and DD. RGB value is (158,153,221). Sum of RGB (Red+Green+Blue) = 158+153+221=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E99DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E99DD is #616622. Grayscale: #A1A1A1. Windows color (decimal): -6383139 or 14522782. OLE color: 14522782.
HSL color Cylindrical-coordinate representation of color #9E99DD: hue angle of 244.41º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E99DD is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 153 | 221 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.13 |
| HSL | 244.41º | 0.5% | 0.73% | - |
| HSV(B) | 244.41º | 0.31% | 0.87% | - |
| XYZ | 38.54 | 35.27 | 73.18 | - |
| YUV | 162.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 221 | 0.29 | 0.31 | 0 | 0.13 | 244.41 | 0.5 | 0.73 |
| Hex | 9E | 99 | DD | 1D | 1F | 0 | D | F4 | 32 | 49 |
| Octal | 236 | 231 | 335 | 35 | 37 | 0 | 15 | 364 | 62 | 111 |
| Binary | 10011110 | 10011001 | 11011101 | 11101 | 11111 | 0 | 1101 | 11110100 | 110010 | 1001001 |
Color Harmonies of #9E99DD
Complementary color
Monochromatic Colors of #9E99DD
Black with #9E99DD
Text Example
Text Example
White with #9E99DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E99DD; }
p { color: rgb(158,153,221); }
H1.HeaderClassName
{
color: #9E99DD;
}
.AnyTagClassName
{
color: #9E99DD;
}
</style>
background-color css
<style>
a { background-color: #9E99DD; }
a { background-color: rgb(158,153,221); }
div.DivClassName
{
background-color: #9E99DD;
}
.BgClassName
{
background-color: #9E99DD;
}
</style>
border-color css
<style>
span { border-color: #9E99DD; }
span { border-color: rgb(158,153,221); }
td.TdClassName
{
border-color: #9E99DD;
}
.TagClassName
{
border-color: #9E99DD;
}
</style>