Shades of Wistful #9D90F1
Tints of Wistful #9D90F1
RGB
CMYK
RGB Variations
Color information
#9D90F1 (or 0x9D90F1) is known color: Wistful. HEX triplet: 9D, 90 and F1. RGB value is (157,144,241). Sum of RGB (Red+Green+Blue) = 157+144+241=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #9D90F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D90F1 is #626F0E. Grayscale: #9E9E9E. Windows color (decimal): -6450959 or 15831197. OLE color: 15831197.
HSL color Cylindrical-coordinate representation of color #9D90F1: hue angle of 248.04º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D90F1 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 144 | 241 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.05 |
| HSL | 248.04º | 0.78% | 0.75% | - |
| HSV(B) | 248.04º | 0.4% | 0.95% | - |
| XYZ | 39.76 | 33.47 | 87.58 | - |
| YUV | 158.95 | 174.31 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 241 | 0.35 | 0.40 | 0 | 0.05 | 248.04 | 0.78 | 0.75 |
| Hex | 9D | 90 | F1 | 23 | 28 | 0 | 5 | F8 | 4E | 4B |
| Octal | 235 | 220 | 361 | 43 | 50 | 0 | 5 | 370 | 116 | 113 |
| Binary | 10011101 | 10010000 | 11110001 | 100011 | 101000 | 0 | 101 | 11111000 | 1001110 | 1001011 |
Color Harmonies of #9D90F1
Complementary color
Monochromatic Colors of #9D90F1
Black with #9D90F1
Text Example
Text Example
White with #9D90F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D90F1; }
p { color: rgb(157,144,241); }
H1.HeaderClassName
{
color: #9D90F1;
}
.AnyTagClassName
{
color: #9D90F1;
}
</style>
background-color css
<style>
a { background-color: #9D90F1; }
a { background-color: rgb(157,144,241); }
div.DivClassName
{
background-color: #9D90F1;
}
.BgClassName
{
background-color: #9D90F1;
}
</style>
border-color css
<style>
span { border-color: #9D90F1; }
span { border-color: rgb(157,144,241); }
td.TdClassName
{
border-color: #9D90F1;
}
.TagClassName
{
border-color: #9D90F1;
}
</style>