Shades of Wistful #9F99DD
Tints of Wistful #9F99DD
RGB
CMYK
RGB Variations
Color information
#9F99DD (or 0x9F99DD) is known color: Wistful. HEX triplet: 9F, 99 and DD. RGB value is (159,153,221). Sum of RGB (Red+Green+Blue) = 159+153+221=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F99DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F99DD is #606622. Grayscale: #A2A2A2. Windows color (decimal): -6317603 or 14522783. OLE color: 14522783.
HSL color Cylindrical-coordinate representation of color #9F99DD: hue angle of 245.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F99DD is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 153 | 221 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.13 |
| HSL | 245.29º | 0.5% | 0.73% | - |
| HSV(B) | 245.29º | 0.31% | 0.87% | - |
| XYZ | 38.74 | 35.37 | 73.19 | - |
| YUV | 162.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 221 | 0.28 | 0.31 | 0 | 0.13 | 245.29 | 0.5 | 0.73 |
| Hex | 9F | 99 | DD | 1C | 1F | 0 | D | F5 | 32 | 49 |
| Octal | 237 | 231 | 335 | 34 | 37 | 0 | 15 | 365 | 62 | 111 |
| Binary | 10011111 | 10011001 | 11011101 | 11100 | 11111 | 0 | 1101 | 11110101 | 110010 | 1001001 |
Color Harmonies of #9F99DD
Complementary color
Monochromatic Colors of #9F99DD
Black with #9F99DD
Text Example
Text Example
White with #9F99DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F99DD; }
p { color: rgb(159,153,221); }
H1.HeaderClassName
{
color: #9F99DD;
}
.AnyTagClassName
{
color: #9F99DD;
}
</style>
background-color css
<style>
a { background-color: #9F99DD; }
a { background-color: rgb(159,153,221); }
div.DivClassName
{
background-color: #9F99DD;
}
.BgClassName
{
background-color: #9F99DD;
}
</style>
border-color css
<style>
span { border-color: #9F99DD; }
span { border-color: rgb(159,153,221); }
td.TdClassName
{
border-color: #9F99DD;
}
.TagClassName
{
border-color: #9F99DD;
}
</style>