Shades of Wistful #9C90DA
Tints of Wistful #9C90DA
RGB
CMYK
RGB Variations
Color information
#9C90DA (or 0x9C90DA) is known color: Wistful. HEX triplet: 9C, 90 and DA. RGB value is (156,144,218). Sum of RGB (Red+Green+Blue) = 156+144+218=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C90DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C90DA is #636F25. Grayscale: #9B9B9B. Windows color (decimal): -6516518 or 14323868. OLE color: 14323868.
HSL color Cylindrical-coordinate representation of color #9C90DA: hue angle of 249.73º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C90DA is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 144 | 218 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.15 |
| HSL | 249.73º | 0.5% | 0.71% | - |
| HSV(B) | 249.73º | 0.34% | 0.85% | - |
| XYZ | 36.34 | 32.08 | 70.61 | - |
| YUV | 156.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 218 | 0.28 | 0.34 | 0 | 0.15 | 249.73 | 0.5 | 0.71 |
| Hex | 9C | 90 | DA | 1C | 22 | 0 | F | FA | 32 | 47 |
| Octal | 234 | 220 | 332 | 34 | 42 | 0 | 17 | 372 | 62 | 107 |
| Binary | 10011100 | 10010000 | 11011010 | 11100 | 100010 | 0 | 1111 | 11111010 | 110010 | 1000111 |
Color Harmonies of #9C90DA
Complementary color
Monochromatic Colors of #9C90DA
Black with #9C90DA
Text Example
Text Example
White with #9C90DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C90DA; }
p { color: rgb(156,144,218); }
H1.HeaderClassName
{
color: #9C90DA;
}
.AnyTagClassName
{
color: #9C90DA;
}
</style>
background-color css
<style>
a { background-color: #9C90DA; }
a { background-color: rgb(156,144,218); }
div.DivClassName
{
background-color: #9C90DA;
}
.BgClassName
{
background-color: #9C90DA;
}
</style>
border-color css
<style>
span { border-color: #9C90DA; }
span { border-color: rgb(156,144,218); }
td.TdClassName
{
border-color: #9C90DA;
}
.TagClassName
{
border-color: #9C90DA;
}
</style>