Shades of Wistful #9E9ADD
Tints of Wistful #9E9ADD
RGB
CMYK
RGB Variations
Color information
#9E9ADD (or 0x9E9ADD) is known color: Wistful. HEX triplet: 9E, 9A and DD. RGB value is (158,154,221). Sum of RGB (Red+Green+Blue) = 158+154+221=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9ADD is #616522. Grayscale: #A2A2A2. Windows color (decimal): -6382883 or 14523038. OLE color: 14523038.
HSL color Cylindrical-coordinate representation of color #9E9ADD: hue angle of 243.58º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E9ADD is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 154 | 221 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.13 |
| HSL | 243.58º | 0.5% | 0.74% | - |
| HSV(B) | 243.58º | 0.3% | 0.87% | - |
| XYZ | 38.71 | 35.6 | 73.24 | - |
| YUV | 162.83 | 160.83 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 154 | 221 | 0.29 | 0.30 | 0 | 0.13 | 243.58 | 0.5 | 0.74 |
| Hex | 9E | 9A | DD | 1D | 1E | 0 | D | F4 | 32 | 4A |
| Octal | 236 | 232 | 335 | 35 | 36 | 0 | 15 | 364 | 62 | 112 |
| Binary | 10011110 | 10011010 | 11011101 | 11101 | 11110 | 0 | 1101 | 11110100 | 110010 | 1001010 |
Color Harmonies of #9E9ADD
Complementary color
Monochromatic Colors of #9E9ADD
Black with #9E9ADD
Text Example
Text Example
White with #9E9ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9ADD; }
p { color: rgb(158,154,221); }
H1.HeaderClassName
{
color: #9E9ADD;
}
.AnyTagClassName
{
color: #9E9ADD;
}
</style>
background-color css
<style>
a { background-color: #9E9ADD; }
a { background-color: rgb(158,154,221); }
div.DivClassName
{
background-color: #9E9ADD;
}
.BgClassName
{
background-color: #9E9ADD;
}
</style>
border-color css
<style>
span { border-color: #9E9ADD; }
span { border-color: rgb(158,154,221); }
td.TdClassName
{
border-color: #9E9ADD;
}
.TagClassName
{
border-color: #9E9ADD;
}
</style>