Shades of Wistful #9F99C9
Tints of Wistful #9F99C9
RGB
CMYK
RGB Variations
Color information
#9F99C9 (or 0x9F99C9) is known color: Wistful. HEX triplet: 9F, 99 and C9. RGB value is (159,153,201). Sum of RGB (Red+Green+Blue) = 159+153+201=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 201 - color contains mainly: blue. Hex color #9F99C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F99C9 is #606636. Grayscale: #A0A0A0. Windows color (decimal): -6317623 or 13212063. OLE color: 13212063.
HSL color Cylindrical-coordinate representation of color #9F99C9: hue angle of 247.5º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F99C9 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 153 | 201 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.21 |
| HSL | 247.5º | 0.31% | 0.69% | - |
| HSV(B) | 247.5º | 0.24% | 0.79% | - |
| XYZ | 36.23 | 34.37 | 59.98 | - |
| YUV | 160.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 201 | 0.21 | 0.24 | 0 | 0.21 | 247.5 | 0.31 | 0.69 |
| Hex | 9F | 99 | C9 | 15 | 18 | 0 | 15 | F8 | 1F | 45 |
| Octal | 237 | 231 | 311 | 25 | 30 | 0 | 25 | 370 | 37 | 105 |
| Binary | 10011111 | 10011001 | 11001001 | 10101 | 11000 | 0 | 10101 | 11111000 | 11111 | 1000101 |
Color Harmonies of #9F99C9
Complementary color
Monochromatic Colors of #9F99C9
Black with #9F99C9
Text Example
Text Example
White with #9F99C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F99C9; }
p { color: rgb(159,153,201); }
H1.HeaderClassName
{
color: #9F99C9;
}
.AnyTagClassName
{
color: #9F99C9;
}
</style>
background-color css
<style>
a { background-color: #9F99C9; }
a { background-color: rgb(159,153,201); }
div.DivClassName
{
background-color: #9F99C9;
}
.BgClassName
{
background-color: #9F99C9;
}
</style>
border-color css
<style>
span { border-color: #9F99C9; }
span { border-color: rgb(159,153,201); }
td.TdClassName
{
border-color: #9F99C9;
}
.TagClassName
{
border-color: #9F99C9;
}
</style>