Shades of Wistful #9F96DF
Tints of Wistful #9F96DF
RGB
CMYK
RGB Variations
Color information
#9F96DF (or 0x9F96DF) is known color: Wistful. HEX triplet: 9F, 96 and DF. RGB value is (159,150,223). Sum of RGB (Red+Green+Blue) = 159+150+223=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F96DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96DF is #606920. Grayscale: #A0A0A0. Windows color (decimal): -6318369 or 14653087. OLE color: 14653087.
HSL color Cylindrical-coordinate representation of color #9F96DF: hue angle of 247.4º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F96DF is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 150 | 223 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.13 |
| HSL | 247.4º | 0.53% | 0.73% | - |
| HSV(B) | 247.4º | 0.33% | 0.87% | - |
| XYZ | 38.52 | 34.51 | 74.44 | - |
| YUV | 161.01 | 162.98 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 223 | 0.29 | 0.33 | 0 | 0.13 | 247.4 | 0.53 | 0.73 |
| Hex | 9F | 96 | DF | 1D | 21 | 0 | D | F7 | 35 | 49 |
| Octal | 237 | 226 | 337 | 35 | 41 | 0 | 15 | 367 | 65 | 111 |
| Binary | 10011111 | 10010110 | 11011111 | 11101 | 100001 | 0 | 1101 | 11110111 | 110101 | 1001001 |
Color Harmonies of #9F96DF
Complementary color
Monochromatic Colors of #9F96DF
Black with #9F96DF
Text Example
Text Example
White with #9F96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F96DF; }
p { color: rgb(159,150,223); }
H1.HeaderClassName
{
color: #9F96DF;
}
.AnyTagClassName
{
color: #9F96DF;
}
</style>
background-color css
<style>
a { background-color: #9F96DF; }
a { background-color: rgb(159,150,223); }
div.DivClassName
{
background-color: #9F96DF;
}
.BgClassName
{
background-color: #9F96DF;
}
</style>
border-color css
<style>
span { border-color: #9F96DF; }
span { border-color: rgb(159,150,223); }
td.TdClassName
{
border-color: #9F96DF;
}
.TagClassName
{
border-color: #9F96DF;
}
</style>