Shades of Wistful #9E99C6
Tints of Wistful #9E99C6
RGB
CMYK
RGB Variations
Color information
#9E99C6 (or 0x9E99C6) is known color: Wistful. HEX triplet: 9E, 99 and C6. RGB value is (158,153,198). Sum of RGB (Red+Green+Blue) = 158+153+198=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #9E99C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E99C6 is #616639. Grayscale: #9F9F9F. Windows color (decimal): -6383162 or 13015454. OLE color: 13015454.
HSL color Cylindrical-coordinate representation of color #9E99C6: hue angle of 246.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E99C6 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 153 | 198 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.22 |
| HSL | 246.67º | 0.28% | 0.69% | - |
| HSV(B) | 246.67º | 0.23% | 0.78% | - |
| XYZ | 35.68 | 34.13 | 58.13 | - |
| YUV | 159.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 198 | 0.20 | 0.23 | 0 | 0.22 | 246.67 | 0.28 | 0.69 |
| Hex | 9E | 99 | C6 | 14 | 17 | 0 | 16 | F7 | 1C | 45 |
| Octal | 236 | 231 | 306 | 24 | 27 | 0 | 26 | 367 | 34 | 105 |
| Binary | 10011110 | 10011001 | 11000110 | 10100 | 10111 | 0 | 10110 | 11110111 | 11100 | 1000101 |
Color Harmonies of #9E99C6
Complementary color
Monochromatic Colors of #9E99C6
Black with #9E99C6
Text Example
Text Example
White with #9E99C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E99C6; }
p { color: rgb(158,153,198); }
H1.HeaderClassName
{
color: #9E99C6;
}
.AnyTagClassName
{
color: #9E99C6;
}
</style>
background-color css
<style>
a { background-color: #9E99C6; }
a { background-color: rgb(158,153,198); }
div.DivClassName
{
background-color: #9E99C6;
}
.BgClassName
{
background-color: #9E99C6;
}
</style>
border-color css
<style>
span { border-color: #9E99C6; }
span { border-color: rgb(158,153,198); }
td.TdClassName
{
border-color: #9E99C6;
}
.TagClassName
{
border-color: #9E99C6;
}
</style>