Shades of Wistful #9F97C0
Tints of Wistful #9F97C0
RGB
CMYK
RGB Variations
Color information
#9F97C0 (or 0x9F97C0) is known color: Wistful. HEX triplet: 9F, 97 and C0. RGB value is (159,151,192). Sum of RGB (Red+Green+Blue) = 159+151+192=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F97C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F97C0 is #60683F. Grayscale: #9D9D9D. Windows color (decimal): -6318144 or 12621727. OLE color: 12621727.
HSL color Cylindrical-coordinate representation of color #9F97C0: hue angle of 251.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F97C0 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 151 | 192 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.25 |
| HSL | 251.71º | 0.25% | 0.67% | - |
| HSV(B) | 251.71º | 0.21% | 0.75% | - |
| XYZ | 34.88 | 33.31 | 54.46 | - |
| YUV | 158.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 151 | 192 | 0.17 | 0.21 | 0 | 0.25 | 251.71 | 0.25 | 0.67 |
| Hex | 9F | 97 | C0 | 11 | 15 | 0 | 19 | FC | 19 | 43 |
| Octal | 237 | 227 | 300 | 21 | 25 | 0 | 31 | 374 | 31 | 103 |
| Binary | 10011111 | 10010111 | 11000000 | 10001 | 10101 | 0 | 11001 | 11111100 | 11001 | 1000011 |
Color Harmonies of #9F97C0
Complementary color
Monochromatic Colors of #9F97C0
Black with #9F97C0
Text Example
Text Example
White with #9F97C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F97C0; }
p { color: rgb(159,151,192); }
H1.HeaderClassName
{
color: #9F97C0;
}
.AnyTagClassName
{
color: #9F97C0;
}
</style>
background-color css
<style>
a { background-color: #9F97C0; }
a { background-color: rgb(159,151,192); }
div.DivClassName
{
background-color: #9F97C0;
}
.BgClassName
{
background-color: #9F97C0;
}
</style>
border-color css
<style>
span { border-color: #9F97C0; }
span { border-color: rgb(159,151,192); }
td.TdClassName
{
border-color: #9F97C0;
}
.TagClassName
{
border-color: #9F97C0;
}
</style>