Shades of Wistful #9E9CDD
Tints of Wistful #9E9CDD
RGB
CMYK
RGB Variations
Color information
#9E9CDD (or 0x9E9CDD) is known color: Wistful. HEX triplet: 9E, 9C and DD. RGB value is (158,156,221). Sum of RGB (Red+Green+Blue) = 158+156+221=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E9CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9CDD is #616322. Grayscale: #A3A3A3. Windows color (decimal): -6382371 or 14523550. OLE color: 14523550.
HSL color Cylindrical-coordinate representation of color #9E9CDD: hue angle of 241.85º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E9CDD is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 156 | 221 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.13 |
| HSL | 241.85º | 0.49% | 0.74% | - |
| HSV(B) | 241.85º | 0.29% | 0.87% | - |
| XYZ | 39.04 | 36.27 | 73.35 | - |
| YUV | 164.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 156 | 221 | 0.29 | 0.29 | 0 | 0.13 | 241.85 | 0.49 | 0.74 |
| Hex | 9E | 9C | DD | 1D | 1D | 0 | D | F2 | 31 | 4A |
| Octal | 236 | 234 | 335 | 35 | 35 | 0 | 15 | 362 | 61 | 112 |
| Binary | 10011110 | 10011100 | 11011101 | 11101 | 11101 | 0 | 1101 | 11110010 | 110001 | 1001010 |
Color Harmonies of #9E9CDD
Complementary color
Monochromatic Colors of #9E9CDD
Black with #9E9CDD
Text Example
Text Example
White with #9E9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9CDD; }
p { color: rgb(158,156,221); }
H1.HeaderClassName
{
color: #9E9CDD;
}
.AnyTagClassName
{
color: #9E9CDD;
}
</style>
background-color css
<style>
a { background-color: #9E9CDD; }
a { background-color: rgb(158,156,221); }
div.DivClassName
{
background-color: #9E9CDD;
}
.BgClassName
{
background-color: #9E9CDD;
}
</style>
border-color css
<style>
span { border-color: #9E9CDD; }
span { border-color: rgb(158,156,221); }
td.TdClassName
{
border-color: #9E9CDD;
}
.TagClassName
{
border-color: #9E9CDD;
}
</style>