Shades of Wistful #9D90D5
Tints of Wistful #9D90D5
RGB
CMYK
RGB Variations
Color information
#9D90D5 (or 0x9D90D5) is known color: Wistful. HEX triplet: 9D, 90 and D5. RGB value is (157,144,213). Sum of RGB (Red+Green+Blue) = 157+144+213=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #9D90D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D90D5 is #626F2A. Grayscale: #9B9B9B. Windows color (decimal): -6450987 or 13996189. OLE color: 13996189.
HSL color Cylindrical-coordinate representation of color #9D90D5: hue angle of 251.3º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D90D5 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 144 | 213 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.16 |
| HSL | 251.3º | 0.45% | 0.7% | - |
| HSV(B) | 251.3º | 0.32% | 0.84% | - |
| XYZ | 35.89 | 31.92 | 67.22 | - |
| YUV | 155.75 | 160.31 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 213 | 0.26 | 0.32 | 0 | 0.16 | 251.3 | 0.45 | 0.7 |
| Hex | 9D | 90 | D5 | 1A | 20 | 0 | 10 | FB | 2D | 46 |
| Octal | 235 | 220 | 325 | 32 | 40 | 0 | 20 | 373 | 55 | 106 |
| Binary | 10011101 | 10010000 | 11010101 | 11010 | 100000 | 0 | 10000 | 11111011 | 101101 | 1000110 |
Color Harmonies of #9D90D5
Complementary color
Monochromatic Colors of #9D90D5
Black with #9D90D5
Text Example
Text Example
White with #9D90D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D90D5; }
p { color: rgb(157,144,213); }
H1.HeaderClassName
{
color: #9D90D5;
}
.AnyTagClassName
{
color: #9D90D5;
}
</style>
background-color css
<style>
a { background-color: #9D90D5; }
a { background-color: rgb(157,144,213); }
div.DivClassName
{
background-color: #9D90D5;
}
.BgClassName
{
background-color: #9D90D5;
}
</style>
border-color css
<style>
span { border-color: #9D90D5; }
span { border-color: rgb(157,144,213); }
td.TdClassName
{
border-color: #9D90D5;
}
.TagClassName
{
border-color: #9D90D5;
}
</style>