Shades of Wistful #9F95F1
Tints of Wistful #9F95F1
RGB
CMYK
RGB Variations
Color information
#9F95F1 (or 0x9F95F1) is known color: Wistful. HEX triplet: 9F, 95 and F1. RGB value is (159,149,241). Sum of RGB (Red+Green+Blue) = 159+149+241=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F95F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F95F1 is #606A0E. Grayscale: #A2A2A2. Windows color (decimal): -6318607 or 15832479. OLE color: 15832479.
HSL color Cylindrical-coordinate representation of color #9F95F1: hue angle of 246.52º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F95F1 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 149 | 241 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.05 |
| HSL | 246.52º | 0.77% | 0.76% | - |
| HSV(B) | 246.52º | 0.38% | 0.95% | - |
| XYZ | 40.92 | 35.22 | 87.86 | - |
| YUV | 162.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 241 | 0.34 | 0.38 | 0 | 0.05 | 246.52 | 0.77 | 0.76 |
| Hex | 9F | 95 | F1 | 22 | 26 | 0 | 5 | F7 | 4D | 4C |
| Octal | 237 | 225 | 361 | 42 | 46 | 0 | 5 | 367 | 115 | 114 |
| Binary | 10011111 | 10010101 | 11110001 | 100010 | 100110 | 0 | 101 | 11110111 | 1001101 | 1001100 |
Color Harmonies of #9F95F1
Complementary color
Monochromatic Colors of #9F95F1
Black with #9F95F1
Text Example
Text Example
White with #9F95F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F95F1; }
p { color: rgb(159,149,241); }
H1.HeaderClassName
{
color: #9F95F1;
}
.AnyTagClassName
{
color: #9F95F1;
}
</style>
background-color css
<style>
a { background-color: #9F95F1; }
a { background-color: rgb(159,149,241); }
div.DivClassName
{
background-color: #9F95F1;
}
.BgClassName
{
background-color: #9F95F1;
}
</style>
border-color css
<style>
span { border-color: #9F95F1; }
span { border-color: rgb(159,149,241); }
td.TdClassName
{
border-color: #9F95F1;
}
.TagClassName
{
border-color: #9F95F1;
}
</style>