Shades of Wistful #9F9DDF
Tints of Wistful #9F9DDF
RGB
CMYK
RGB Variations
Color information
#9F9DDF (or 0x9F9DDF) is known color: Wistful. HEX triplet: 9F, 9D and DF. RGB value is (159,157,223). Sum of RGB (Red+Green+Blue) = 159+157+223=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F9DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9DDF is #606220. Grayscale: #A4A4A4. Windows color (decimal): -6316577 or 14654879. OLE color: 14654879.
HSL color Cylindrical-coordinate representation of color #9F9DDF: hue angle of 241.82º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F9DDF is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 157 | 223 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.13 |
| HSL | 241.82º | 0.51% | 0.75% | - |
| HSV(B) | 241.82º | 0.3% | 0.87% | - |
| XYZ | 39.67 | 36.81 | 74.83 | - |
| YUV | 165.12 | 160.66 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 157 | 223 | 0.29 | 0.30 | 0 | 0.13 | 241.82 | 0.51 | 0.75 |
| Hex | 9F | 9D | DF | 1D | 1E | 0 | D | F2 | 33 | 4B |
| Octal | 237 | 235 | 337 | 35 | 36 | 0 | 15 | 362 | 63 | 113 |
| Binary | 10011111 | 10011101 | 11011111 | 11101 | 11110 | 0 | 1101 | 11110010 | 110011 | 1001011 |
Color Harmonies of #9F9DDF
Complementary color
Monochromatic Colors of #9F9DDF
Black with #9F9DDF
Text Example
Text Example
White with #9F9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9DDF; }
p { color: rgb(159,157,223); }
H1.HeaderClassName
{
color: #9F9DDF;
}
.AnyTagClassName
{
color: #9F9DDF;
}
</style>
background-color css
<style>
a { background-color: #9F9DDF; }
a { background-color: rgb(159,157,223); }
div.DivClassName
{
background-color: #9F9DDF;
}
.BgClassName
{
background-color: #9F9DDF;
}
</style>
border-color css
<style>
span { border-color: #9F9DDF; }
span { border-color: rgb(159,157,223); }
td.TdClassName
{
border-color: #9F9DDF;
}
.TagClassName
{
border-color: #9F9DDF;
}
</style>