Shades of Wistful #9D90DB
Tints of Wistful #9D90DB
RGB
CMYK
RGB Variations
Color information
#9D90DB (or 0x9D90DB) is known color: Wistful. HEX triplet: 9D, 90 and DB. RGB value is (157,144,219). Sum of RGB (Red+Green+Blue) = 157+144+219=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D90DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D90DB is #626F24. Grayscale: #9C9C9C. Windows color (decimal): -6450981 or 14389405. OLE color: 14389405.
HSL color Cylindrical-coordinate representation of color #9D90DB: hue angle of 250.4º 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 #9D90DB is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 144 | 219 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.14 |
| HSL | 250.4º | 0.51% | 0.71% | - |
| HSV(B) | 250.4º | 0.34% | 0.86% | - |
| XYZ | 36.66 | 32.23 | 71.31 | - |
| YUV | 156.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 219 | 0.28 | 0.34 | 0 | 0.14 | 250.4 | 0.51 | 0.71 |
| Hex | 9D | 90 | DB | 1C | 22 | 0 | E | FA | 33 | 47 |
| Octal | 235 | 220 | 333 | 34 | 42 | 0 | 16 | 372 | 63 | 107 |
| Binary | 10011101 | 10010000 | 11011011 | 11100 | 100010 | 0 | 1110 | 11111010 | 110011 | 1000111 |
Color Harmonies of #9D90DB
Complementary color
Monochromatic Colors of #9D90DB
Black with #9D90DB
Text Example
Text Example
White with #9D90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D90DB; }
p { color: rgb(157,144,219); }
H1.HeaderClassName
{
color: #9D90DB;
}
.AnyTagClassName
{
color: #9D90DB;
}
</style>
background-color css
<style>
a { background-color: #9D90DB; }
a { background-color: rgb(157,144,219); }
div.DivClassName
{
background-color: #9D90DB;
}
.BgClassName
{
background-color: #9D90DB;
}
</style>
border-color css
<style>
span { border-color: #9D90DB; }
span { border-color: rgb(157,144,219); }
td.TdClassName
{
border-color: #9D90DB;
}
.TagClassName
{
border-color: #9D90DB;
}
</style>