Shades of Wistful #9E9DDA
Tints of Wistful #9E9DDA
RGB
CMYK
RGB Variations
Color information
#9E9DDA (or 0x9E9DDA) is known color: Wistful. HEX triplet: 9E, 9D and DA. RGB value is (158,157,218). Sum of RGB (Red+Green+Blue) = 158+157+218=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E9DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9DDA is #616225. Grayscale: #A4A4A4. Windows color (decimal): -6382118 or 14327198. OLE color: 14327198.
HSL color Cylindrical-coordinate representation of color #9E9DDA: hue angle of 240.98º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E9DDA is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 157 | 218 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.15 |
| HSL | 240.98º | 0.45% | 0.74% | - |
| HSV(B) | 240.98º | 0.28% | 0.85% | - |
| XYZ | 38.81 | 36.45 | 71.32 | - |
| YUV | 164.25 | 158.33 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 157 | 218 | 0.28 | 0.28 | 0 | 0.15 | 240.98 | 0.45 | 0.74 |
| Hex | 9E | 9D | DA | 1C | 1C | 0 | F | F1 | 2D | 4A |
| Octal | 236 | 235 | 332 | 34 | 34 | 0 | 17 | 361 | 55 | 112 |
| Binary | 10011110 | 10011101 | 11011010 | 11100 | 11100 | 0 | 1111 | 11110001 | 101101 | 1001010 |
Color Harmonies of #9E9DDA
Complementary color
Monochromatic Colors of #9E9DDA
Black with #9E9DDA
Text Example
Text Example
White with #9E9DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9DDA; }
p { color: rgb(158,157,218); }
H1.HeaderClassName
{
color: #9E9DDA;
}
.AnyTagClassName
{
color: #9E9DDA;
}
</style>
background-color css
<style>
a { background-color: #9E9DDA; }
a { background-color: rgb(158,157,218); }
div.DivClassName
{
background-color: #9E9DDA;
}
.BgClassName
{
background-color: #9E9DDA;
}
</style>
border-color css
<style>
span { border-color: #9E9DDA; }
span { border-color: rgb(158,157,218); }
td.TdClassName
{
border-color: #9E9DDA;
}
.TagClassName
{
border-color: #9E9DDA;
}
</style>