Shades of Wistful #9F99C6
Tints of Wistful #9F99C6
RGB
CMYK
RGB Variations
Color information
#9F99C6 (or 0x9F99C6) is known color: Wistful. HEX triplet: 9F, 99 and C6. RGB value is (159,153,198). Sum of RGB (Red+Green+Blue) = 159+153+198=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 198 - color contains mainly: blue. Hex color #9F99C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F99C6 is #606639. Grayscale: #9F9F9F. Windows color (decimal): -6317626 or 13015455. OLE color: 13015455.
HSL color Cylindrical-coordinate representation of color #9F99C6: hue angle of 248º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F99C6 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 153 | 198 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.22 |
| HSL | 248º | 0.28% | 0.69% | - |
| HSV(B) | 248º | 0.23% | 0.78% | - |
| XYZ | 35.88 | 34.23 | 58.14 | - |
| YUV | 159.92 | 149.49 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 198 | 0.20 | 0.23 | 0 | 0.22 | 248 | 0.28 | 0.69 |
| Hex | 9F | 99 | C6 | 14 | 17 | 0 | 16 | F8 | 1C | 45 |
| Octal | 237 | 231 | 306 | 24 | 27 | 0 | 26 | 370 | 34 | 105 |
| Binary | 10011111 | 10011001 | 11000110 | 10100 | 10111 | 0 | 10110 | 11111000 | 11100 | 1000101 |
Color Harmonies of #9F99C6
Complementary color
Monochromatic Colors of #9F99C6
Black with #9F99C6
Text Example
Text Example
White with #9F99C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F99C6; }
p { color: rgb(159,153,198); }
H1.HeaderClassName
{
color: #9F99C6;
}
.AnyTagClassName
{
color: #9F99C6;
}
</style>
background-color css
<style>
a { background-color: #9F99C6; }
a { background-color: rgb(159,153,198); }
div.DivClassName
{
background-color: #9F99C6;
}
.BgClassName
{
background-color: #9F99C6;
}
</style>
border-color css
<style>
span { border-color: #9F99C6; }
span { border-color: rgb(159,153,198); }
td.TdClassName
{
border-color: #9F99C6;
}
.TagClassName
{
border-color: #9F99C6;
}
</style>