Shades of Wistful #9F99CE
Tints of Wistful #9F99CE
RGB
CMYK
RGB Variations
Color information
#9F99CE (or 0x9F99CE) is known color: Wistful. HEX triplet: 9F, 99 and CE. RGB value is (159,153,206). Sum of RGB (Red+Green+Blue) = 159+153+206=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F99CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F99CE is #606631. Grayscale: #A0A0A0. Windows color (decimal): -6317618 or 13539743. OLE color: 13539743.
HSL color Cylindrical-coordinate representation of color #9F99CE: hue angle of 246.79º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F99CE is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 153 | 206 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.19 |
| HSL | 246.79º | 0.35% | 0.7% | - |
| HSV(B) | 246.79º | 0.26% | 0.81% | - |
| XYZ | 36.83 | 34.61 | 63.13 | - |
| YUV | 160.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 206 | 0.23 | 0.26 | 0 | 0.19 | 246.79 | 0.35 | 0.7 |
| Hex | 9F | 99 | CE | 17 | 1A | 0 | 13 | F7 | 23 | 46 |
| Octal | 237 | 231 | 316 | 27 | 32 | 0 | 23 | 367 | 43 | 106 |
| Binary | 10011111 | 10011001 | 11001110 | 10111 | 11010 | 0 | 10011 | 11110111 | 100011 | 1000110 |
Color Harmonies of #9F99CE
Complementary color
Monochromatic Colors of #9F99CE
Black with #9F99CE
Text Example
Text Example
White with #9F99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F99CE; }
p { color: rgb(159,153,206); }
H1.HeaderClassName
{
color: #9F99CE;
}
.AnyTagClassName
{
color: #9F99CE;
}
</style>
background-color css
<style>
a { background-color: #9F99CE; }
a { background-color: rgb(159,153,206); }
div.DivClassName
{
background-color: #9F99CE;
}
.BgClassName
{
background-color: #9F99CE;
}
</style>
border-color css
<style>
span { border-color: #9F99CE; }
span { border-color: rgb(159,153,206); }
td.TdClassName
{
border-color: #9F99CE;
}
.TagClassName
{
border-color: #9F99CE;
}
</style>