Shades of Wistful #9F90DB
Tints of Wistful #9F90DB
RGB
CMYK
RGB Variations
Color information
#9F90DB (or 0x9F90DB) is known color: Wistful. HEX triplet: 9F, 90 and DB. RGB value is (159,144,219). Sum of RGB (Red+Green+Blue) = 159+144+219=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F90DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F90DB is #606F24. Grayscale: #9C9C9C. Windows color (decimal): -6319909 or 14389407. OLE color: 14389407.
HSL color Cylindrical-coordinate representation of color #9F90DB: hue angle of 252º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F90DB is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 144 | 219 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.14 |
| HSL | 252º | 0.51% | 0.71% | - |
| HSV(B) | 252º | 0.34% | 0.86% | - |
| XYZ | 37.06 | 32.43 | 71.32 | - |
| YUV | 157.04 | 162.97 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 219 | 0.27 | 0.34 | 0 | 0.14 | 252 | 0.51 | 0.71 |
| Hex | 9F | 90 | DB | 1B | 22 | 0 | E | FC | 33 | 47 |
| Octal | 237 | 220 | 333 | 33 | 42 | 0 | 16 | 374 | 63 | 107 |
| Binary | 10011111 | 10010000 | 11011011 | 11011 | 100010 | 0 | 1110 | 11111100 | 110011 | 1000111 |
Color Harmonies of #9F90DB
Complementary color
Monochromatic Colors of #9F90DB
Black with #9F90DB
Text Example
Text Example
White with #9F90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F90DB; }
p { color: rgb(159,144,219); }
H1.HeaderClassName
{
color: #9F90DB;
}
.AnyTagClassName
{
color: #9F90DB;
}
</style>
background-color css
<style>
a { background-color: #9F90DB; }
a { background-color: rgb(159,144,219); }
div.DivClassName
{
background-color: #9F90DB;
}
.BgClassName
{
background-color: #9F90DB;
}
</style>
border-color css
<style>
span { border-color: #9F90DB; }
span { border-color: rgb(159,144,219); }
td.TdClassName
{
border-color: #9F90DB;
}
.TagClassName
{
border-color: #9F90DB;
}
</style>