Shades of Wistful #9F94DB
Tints of Wistful #9F94DB
RGB
CMYK
RGB Variations
Color information
#9F94DB (or 0x9F94DB) is known color: Wistful. HEX triplet: 9F, 94 and DB. RGB value is (159,148,219). Sum of RGB (Red+Green+Blue) = 159+148+219=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F94DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F94DB is #606B24. Grayscale: #9F9F9F. Windows color (decimal): -6318885 or 14390431. OLE color: 14390431.
HSL color Cylindrical-coordinate representation of color #9F94DB: hue angle of 249.3º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F94DB is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 148 | 219 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.14 |
| HSL | 249.3º | 0.5% | 0.72% | - |
| HSV(B) | 249.3º | 0.32% | 0.86% | - |
| XYZ | 37.67 | 33.67 | 71.53 | - |
| YUV | 159.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 219 | 0.27 | 0.32 | 0 | 0.14 | 249.3 | 0.5 | 0.72 |
| Hex | 9F | 94 | DB | 1B | 20 | 0 | E | F9 | 32 | 48 |
| Octal | 237 | 224 | 333 | 33 | 40 | 0 | 16 | 371 | 62 | 110 |
| Binary | 10011111 | 10010100 | 11011011 | 11011 | 100000 | 0 | 1110 | 11111001 | 110010 | 1001000 |
Color Harmonies of #9F94DB
Complementary color
Monochromatic Colors of #9F94DB
Black with #9F94DB
Text Example
Text Example
White with #9F94DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F94DB; }
p { color: rgb(159,148,219); }
H1.HeaderClassName
{
color: #9F94DB;
}
.AnyTagClassName
{
color: #9F94DB;
}
</style>
background-color css
<style>
a { background-color: #9F94DB; }
a { background-color: rgb(159,148,219); }
div.DivClassName
{
background-color: #9F94DB;
}
.BgClassName
{
background-color: #9F94DB;
}
</style>
border-color css
<style>
span { border-color: #9F94DB; }
span { border-color: rgb(159,148,219); }
td.TdClassName
{
border-color: #9F94DB;
}
.TagClassName
{
border-color: #9F94DB;
}
</style>