Shades of Wistful #9F8FDB
Tints of Wistful #9F8FDB
RGB
CMYK
RGB Variations
Color information
#9F8FDB (or 0x9F8FDB) is known color: Wistful. HEX triplet: 9F, 8F and DB. RGB value is (159,143,219). Sum of RGB (Red+Green+Blue) = 159+143+219=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F8FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8FDB is #607024. Grayscale: #9C9C9C. Windows color (decimal): -6320165 or 14389151. OLE color: 14389151.
HSL color Cylindrical-coordinate representation of color #9F8FDB: hue angle of 252.63º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F8FDB is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 143 | 219 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.14 |
| HSL | 252.63º | 0.51% | 0.71% | - |
| HSV(B) | 252.63º | 0.35% | 0.86% | - |
| XYZ | 36.91 | 32.13 | 71.27 | - |
| YUV | 156.45 | 163.3 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 219 | 0.27 | 0.35 | 0 | 0.14 | 252.63 | 0.51 | 0.71 |
| Hex | 9F | 8F | DB | 1B | 23 | 0 | E | FD | 33 | 47 |
| Octal | 237 | 217 | 333 | 33 | 43 | 0 | 16 | 375 | 63 | 107 |
| Binary | 10011111 | 10001111 | 11011011 | 11011 | 100011 | 0 | 1110 | 11111101 | 110011 | 1000111 |
Color Harmonies of #9F8FDB
Complementary color
Monochromatic Colors of #9F8FDB
Black with #9F8FDB
Text Example
Text Example
White with #9F8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8FDB; }
p { color: rgb(159,143,219); }
H1.HeaderClassName
{
color: #9F8FDB;
}
.AnyTagClassName
{
color: #9F8FDB;
}
</style>
background-color css
<style>
a { background-color: #9F8FDB; }
a { background-color: rgb(159,143,219); }
div.DivClassName
{
background-color: #9F8FDB;
}
.BgClassName
{
background-color: #9F8FDB;
}
</style>
border-color css
<style>
span { border-color: #9F8FDB; }
span { border-color: rgb(159,143,219); }
td.TdClassName
{
border-color: #9F8FDB;
}
.TagClassName
{
border-color: #9F8FDB;
}
</style>