Shades of Wistful #9C90DB
Tints of Wistful #9C90DB
RGB
CMYK
RGB Variations
Color information
#9C90DB (or 0x9C90DB) is known color: Wistful. HEX triplet: 9C, 90 and DB. RGB value is (156,144,219). Sum of RGB (Red+Green+Blue) = 156+144+219=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C90DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C90DB is #636F24. Grayscale: #9B9B9B. Windows color (decimal): -6516517 or 14389404. OLE color: 14389404.
HSL color Cylindrical-coordinate representation of color #9C90DB: hue angle of 249.6º 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 #9C90DB is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 144 | 219 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.14 |
| HSL | 249.6º | 0.51% | 0.71% | - |
| HSV(B) | 249.6º | 0.34% | 0.86% | - |
| XYZ | 36.47 | 32.13 | 71.3 | - |
| YUV | 156.14 | 163.48 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 219 | 0.29 | 0.34 | 0 | 0.14 | 249.6 | 0.51 | 0.71 |
| Hex | 9C | 90 | DB | 1D | 22 | 0 | E | FA | 33 | 47 |
| Octal | 234 | 220 | 333 | 35 | 42 | 0 | 16 | 372 | 63 | 107 |
| Binary | 10011100 | 10010000 | 11011011 | 11101 | 100010 | 0 | 1110 | 11111010 | 110011 | 1000111 |
Color Harmonies of #9C90DB
Complementary color
Monochromatic Colors of #9C90DB
Black with #9C90DB
Text Example
Text Example
White with #9C90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C90DB; }
p { color: rgb(156,144,219); }
H1.HeaderClassName
{
color: #9C90DB;
}
.AnyTagClassName
{
color: #9C90DB;
}
</style>
background-color css
<style>
a { background-color: #9C90DB; }
a { background-color: rgb(156,144,219); }
div.DivClassName
{
background-color: #9C90DB;
}
.BgClassName
{
background-color: #9C90DB;
}
</style>
border-color css
<style>
span { border-color: #9C90DB; }
span { border-color: rgb(156,144,219); }
td.TdClassName
{
border-color: #9C90DB;
}
.TagClassName
{
border-color: #9C90DB;
}
</style>