Shades of Wistful #9F99DB
Tints of Wistful #9F99DB
RGB
CMYK
RGB Variations
Color information
#9F99DB (or 0x9F99DB) is known color: Wistful. HEX triplet: 9F, 99 and DB. RGB value is (159,153,219). Sum of RGB (Red+Green+Blue) = 159+153+219=531 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.94% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F99DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F99DB is #606624. Grayscale: #A2A2A2. Windows color (decimal): -6317605 or 14391711. OLE color: 14391711.
HSL color Cylindrical-coordinate representation of color #9F99DB: hue angle of 245.45º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F99DB is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 153 | 219 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.14 |
| HSL | 245.45º | 0.48% | 0.73% | - |
| HSV(B) | 245.45º | 0.3% | 0.86% | - |
| XYZ | 38.48 | 35.27 | 71.8 | - |
| YUV | 162.32 | 159.99 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 219 | 0.27 | 0.30 | 0 | 0.14 | 245.45 | 0.48 | 0.73 |
| Hex | 9F | 99 | DB | 1B | 1E | 0 | E | F5 | 30 | 49 |
| Octal | 237 | 231 | 333 | 33 | 36 | 0 | 16 | 365 | 60 | 111 |
| Binary | 10011111 | 10011001 | 11011011 | 11011 | 11110 | 0 | 1110 | 11110101 | 110000 | 1001001 |
Color Harmonies of #9F99DB
Complementary color
Monochromatic Colors of #9F99DB
Black with #9F99DB
Text Example
Text Example
White with #9F99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F99DB; }
p { color: rgb(159,153,219); }
H1.HeaderClassName
{
color: #9F99DB;
}
.AnyTagClassName
{
color: #9F99DB;
}
</style>
background-color css
<style>
a { background-color: #9F99DB; }
a { background-color: rgb(159,153,219); }
div.DivClassName
{
background-color: #9F99DB;
}
.BgClassName
{
background-color: #9F99DB;
}
</style>
border-color css
<style>
span { border-color: #9F99DB; }
span { border-color: rgb(159,153,219); }
td.TdClassName
{
border-color: #9F99DB;
}
.TagClassName
{
border-color: #9F99DB;
}
</style>