Shades of Wistful #9F91F3
Tints of Wistful #9F91F3
RGB
CMYK
RGB Variations
Color information
#9F91F3 (or 0x9F91F3) is known color: Wistful. HEX triplet: 9F, 91 and F3. RGB value is (159,145,243). Sum of RGB (Red+Green+Blue) = 159+145+243=547 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.07% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #9F91F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F91F3 is #606E0C. Grayscale: #9F9F9F. Windows color (decimal): -6319629 or 15962527. OLE color: 15962527.
HSL color Cylindrical-coordinate representation of color #9F91F3: hue angle of 248.57º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F91F3 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 145 | 243 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.05 |
| HSL | 248.57º | 0.8% | 0.76% | - |
| HSV(B) | 248.57º | 0.4% | 0.95% | - |
| XYZ | 40.6 | 34.09 | 89.23 | - |
| YUV | 160.36 | 174.64 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 243 | 0.35 | 0.40 | 0 | 0.05 | 248.57 | 0.8 | 0.76 |
| Hex | 9F | 91 | F3 | 23 | 28 | 0 | 5 | F9 | 50 | 4C |
| Octal | 237 | 221 | 363 | 43 | 50 | 0 | 5 | 371 | 120 | 114 |
| Binary | 10011111 | 10010001 | 11110011 | 100011 | 101000 | 0 | 101 | 11111001 | 1010000 | 1001100 |
Color Harmonies of #9F91F3
Complementary color
Monochromatic Colors of #9F91F3
Black with #9F91F3
Text Example
Text Example
White with #9F91F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F91F3; }
p { color: rgb(159,145,243); }
H1.HeaderClassName
{
color: #9F91F3;
}
.AnyTagClassName
{
color: #9F91F3;
}
</style>
background-color css
<style>
a { background-color: #9F91F3; }
a { background-color: rgb(159,145,243); }
div.DivClassName
{
background-color: #9F91F3;
}
.BgClassName
{
background-color: #9F91F3;
}
</style>
border-color css
<style>
span { border-color: #9F91F3; }
span { border-color: rgb(159,145,243); }
td.TdClassName
{
border-color: #9F91F3;
}
.TagClassName
{
border-color: #9F91F3;
}
</style>