Shades of Wistful #9E99C4
Tints of Wistful #9E99C4
RGB
CMYK
RGB Variations
Color information
#9E99C4 (or 0x9E99C4) is known color: Wistful. HEX triplet: 9E, 99 and C4. RGB value is (158,153,196). Sum of RGB (Red+Green+Blue) = 158+153+196=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 196 - color contains mainly: blue. Hex color #9E99C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E99C4 is #61663B. Grayscale: #9F9F9F. Windows color (decimal): -6383164 or 12884382. OLE color: 12884382.
HSL color Cylindrical-coordinate representation of color #9E99C4: hue angle of 246.98º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E99C4 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 153 | 196 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.23 |
| HSL | 246.98º | 0.27% | 0.68% | - |
| HSV(B) | 246.98º | 0.22% | 0.77% | - |
| XYZ | 35.46 | 34.04 | 56.93 | - |
| YUV | 159.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 196 | 0.19 | 0.22 | 0 | 0.23 | 246.98 | 0.27 | 0.68 |
| Hex | 9E | 99 | C4 | 13 | 16 | 0 | 17 | F7 | 1B | 44 |
| Octal | 236 | 231 | 304 | 23 | 26 | 0 | 27 | 367 | 33 | 104 |
| Binary | 10011110 | 10011001 | 11000100 | 10011 | 10110 | 0 | 10111 | 11110111 | 11011 | 1000100 |
Color Harmonies of #9E99C4
Complementary color
Monochromatic Colors of #9E99C4
Black with #9E99C4
Text Example
Text Example
White with #9E99C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E99C4; }
p { color: rgb(158,153,196); }
H1.HeaderClassName
{
color: #9E99C4;
}
.AnyTagClassName
{
color: #9E99C4;
}
</style>
background-color css
<style>
a { background-color: #9E99C4; }
a { background-color: rgb(158,153,196); }
div.DivClassName
{
background-color: #9E99C4;
}
.BgClassName
{
background-color: #9E99C4;
}
</style>
border-color css
<style>
span { border-color: #9E99C4; }
span { border-color: rgb(158,153,196); }
td.TdClassName
{
border-color: #9E99C4;
}
.TagClassName
{
border-color: #9E99C4;
}
</style>