Shades of Wistful #9F90D6
Tints of Wistful #9F90D6
RGB
CMYK
RGB Variations
Color information
#9F90D6 (or 0x9F90D6) is known color: Wistful. HEX triplet: 9F, 90 and D6. RGB value is (159,144,214). Sum of RGB (Red+Green+Blue) = 159+144+214=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F90D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F90D6 is #606F29. Grayscale: #9C9C9C. Windows color (decimal): -6319914 or 14061727. OLE color: 14061727.
HSL color Cylindrical-coordinate representation of color #9F90D6: hue angle of 252.86º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F90D6 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 144 | 214 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.16 |
| HSL | 252.86º | 0.46% | 0.7% | - |
| HSV(B) | 252.86º | 0.33% | 0.84% | - |
| XYZ | 36.41 | 32.17 | 67.91 | - |
| YUV | 156.47 | 160.47 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 214 | 0.26 | 0.33 | 0 | 0.16 | 252.86 | 0.46 | 0.7 |
| Hex | 9F | 90 | D6 | 1A | 21 | 0 | 10 | FD | 2E | 46 |
| Octal | 237 | 220 | 326 | 32 | 41 | 0 | 20 | 375 | 56 | 106 |
| Binary | 10011111 | 10010000 | 11010110 | 11010 | 100001 | 0 | 10000 | 11111101 | 101110 | 1000110 |
Color Harmonies of #9F90D6
Complementary color
Monochromatic Colors of #9F90D6
Black with #9F90D6
Text Example
Text Example
White with #9F90D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F90D6; }
p { color: rgb(159,144,214); }
H1.HeaderClassName
{
color: #9F90D6;
}
.AnyTagClassName
{
color: #9F90D6;
}
</style>
background-color css
<style>
a { background-color: #9F90D6; }
a { background-color: rgb(159,144,214); }
div.DivClassName
{
background-color: #9F90D6;
}
.BgClassName
{
background-color: #9F90D6;
}
</style>
border-color css
<style>
span { border-color: #9F90D6; }
span { border-color: rgb(159,144,214); }
td.TdClassName
{
border-color: #9F90D6;
}
.TagClassName
{
border-color: #9F90D6;
}
</style>