Shades of Wistful #9E99DC
Tints of Wistful #9E99DC
RGB
CMYK
RGB Variations
Color information
#9E99DC (or 0x9E99DC) is known color: Wistful. HEX triplet: 9E, 99 and DC. RGB value is (158,153,220). Sum of RGB (Red+Green+Blue) = 158+153+220=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E99DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E99DC is #616623. Grayscale: #A1A1A1. Windows color (decimal): -6383140 or 14457246. OLE color: 14457246.
HSL color Cylindrical-coordinate representation of color #9E99DC: hue angle of 244.48º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E99DC is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 153 | 220 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.14 |
| HSL | 244.48º | 0.49% | 0.73% | - |
| HSV(B) | 244.48º | 0.3% | 0.86% | - |
| XYZ | 38.41 | 35.22 | 72.48 | - |
| YUV | 162.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 220 | 0.28 | 0.30 | 0 | 0.14 | 244.48 | 0.49 | 0.73 |
| Hex | 9E | 99 | DC | 1C | 1E | 0 | E | F4 | 31 | 49 |
| Octal | 236 | 231 | 334 | 34 | 36 | 0 | 16 | 364 | 61 | 111 |
| Binary | 10011110 | 10011001 | 11011100 | 11100 | 11110 | 0 | 1110 | 11110100 | 110001 | 1001001 |
Color Harmonies of #9E99DC
Complementary color
Monochromatic Colors of #9E99DC
Black with #9E99DC
Text Example
Text Example
White with #9E99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E99DC; }
p { color: rgb(158,153,220); }
H1.HeaderClassName
{
color: #9E99DC;
}
.AnyTagClassName
{
color: #9E99DC;
}
</style>
background-color css
<style>
a { background-color: #9E99DC; }
a { background-color: rgb(158,153,220); }
div.DivClassName
{
background-color: #9E99DC;
}
.BgClassName
{
background-color: #9E99DC;
}
</style>
border-color css
<style>
span { border-color: #9E99DC; }
span { border-color: rgb(158,153,220); }
td.TdClassName
{
border-color: #9E99DC;
}
.TagClassName
{
border-color: #9E99DC;
}
</style>