Shades of Wistful #9F9CF1
Tints of Wistful #9F9CF1
RGB
CMYK
RGB Variations
Color information
#9F9CF1 (or 0x9F9CF1) is known color: Wistful. HEX triplet: 9F, 9C and F1. RGB value is (159,156,241). Sum of RGB (Red+Green+Blue) = 159+156+241=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F9CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9CF1 is #60630E. Grayscale: #A6A6A6. Windows color (decimal): -6316815 or 15834271. OLE color: 15834271.
HSL color Cylindrical-coordinate representation of color #9F9CF1: hue angle of 242.12º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F9CF1 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 156 | 241 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.05 |
| HSL | 242.12º | 0.75% | 0.78% | - |
| HSV(B) | 242.12º | 0.35% | 0.95% | - |
| XYZ | 42.06 | 37.5 | 88.24 | - |
| YUV | 166.59 | 169.99 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 241 | 0.34 | 0.35 | 0 | 0.05 | 242.12 | 0.75 | 0.78 |
| Hex | 9F | 9C | F1 | 22 | 23 | 0 | 5 | F2 | 4B | 4E |
| Octal | 237 | 234 | 361 | 42 | 43 | 0 | 5 | 362 | 113 | 116 |
| Binary | 10011111 | 10011100 | 11110001 | 100010 | 100011 | 0 | 101 | 11110010 | 1001011 | 1001110 |
Color Harmonies of #9F9CF1
Complementary color
Monochromatic Colors of #9F9CF1
Black with #9F9CF1
Text Example
Text Example
White with #9F9CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9CF1; }
p { color: rgb(159,156,241); }
H1.HeaderClassName
{
color: #9F9CF1;
}
.AnyTagClassName
{
color: #9F9CF1;
}
</style>
background-color css
<style>
a { background-color: #9F9CF1; }
a { background-color: rgb(159,156,241); }
div.DivClassName
{
background-color: #9F9CF1;
}
.BgClassName
{
background-color: #9F9CF1;
}
</style>
border-color css
<style>
span { border-color: #9F9CF1; }
span { border-color: rgb(159,156,241); }
td.TdClassName
{
border-color: #9F9CF1;
}
.TagClassName
{
border-color: #9F9CF1;
}
</style>