Shades of Wistful #9E99DA
Tints of Wistful #9E99DA
RGB
CMYK
RGB Variations
Color information
#9E99DA (or 0x9E99DA) is known color: Wistful. HEX triplet: 9E, 99 and DA. RGB value is (158,153,218). Sum of RGB (Red+Green+Blue) = 158+153+218=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E99DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E99DA is #616625. Grayscale: #A1A1A1. Windows color (decimal): -6383142 or 14326174. OLE color: 14326174.
HSL color Cylindrical-coordinate representation of color #9E99DA: hue angle of 244.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E99DA is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 153 | 218 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.15 |
| HSL | 244.62º | 0.47% | 0.73% | - |
| HSV(B) | 244.62º | 0.3% | 0.85% | - |
| XYZ | 38.15 | 35.11 | 71.1 | - |
| YUV | 161.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 218 | 0.28 | 0.30 | 0 | 0.15 | 244.62 | 0.47 | 0.73 |
| Hex | 9E | 99 | DA | 1C | 1E | 0 | F | F5 | 2F | 49 |
| Octal | 236 | 231 | 332 | 34 | 36 | 0 | 17 | 365 | 57 | 111 |
| Binary | 10011110 | 10011001 | 11011010 | 11100 | 11110 | 0 | 1111 | 11110101 | 101111 | 1001001 |
Color Harmonies of #9E99DA
Complementary color
Monochromatic Colors of #9E99DA
Black with #9E99DA
Text Example
Text Example
White with #9E99DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E99DA; }
p { color: rgb(158,153,218); }
H1.HeaderClassName
{
color: #9E99DA;
}
.AnyTagClassName
{
color: #9E99DA;
}
</style>
background-color css
<style>
a { background-color: #9E99DA; }
a { background-color: rgb(158,153,218); }
div.DivClassName
{
background-color: #9E99DA;
}
.BgClassName
{
background-color: #9E99DA;
}
</style>
border-color css
<style>
span { border-color: #9E99DA; }
span { border-color: rgb(158,153,218); }
td.TdClassName
{
border-color: #9E99DA;
}
.TagClassName
{
border-color: #9E99DA;
}
</style>