Shades of Wistful #9F9ADB
Tints of Wistful #9F9ADB
RGB
CMYK
RGB Variations
Color information
#9F9ADB (or 0x9F9ADB) is known color: Wistful. HEX triplet: 9F, 9A and DB. RGB value is (159,154,219). Sum of RGB (Red+Green+Blue) = 159+154+219=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F9ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9ADB is #606524. Grayscale: #A2A2A2. Windows color (decimal): -6317349 or 14391967. OLE color: 14391967.
HSL color Cylindrical-coordinate representation of color #9F9ADB: hue angle of 244.62º degrees, saturation: 0.47, 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 #9F9ADB is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 154 | 219 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.14 |
| HSL | 244.62º | 0.47% | 0.73% | - |
| HSV(B) | 244.62º | 0.3% | 0.86% | - |
| XYZ | 38.64 | 35.6 | 71.85 | - |
| YUV | 162.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 219 | 0.27 | 0.30 | 0 | 0.14 | 244.62 | 0.47 | 0.73 |
| Hex | 9F | 9A | DB | 1B | 1E | 0 | E | F5 | 2F | 49 |
| Octal | 237 | 232 | 333 | 33 | 36 | 0 | 16 | 365 | 57 | 111 |
| Binary | 10011111 | 10011010 | 11011011 | 11011 | 11110 | 0 | 1110 | 11110101 | 101111 | 1001001 |
Color Harmonies of #9F9ADB
Complementary color
Monochromatic Colors of #9F9ADB
Black with #9F9ADB
Text Example
Text Example
White with #9F9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9ADB; }
p { color: rgb(159,154,219); }
H1.HeaderClassName
{
color: #9F9ADB;
}
.AnyTagClassName
{
color: #9F9ADB;
}
</style>
background-color css
<style>
a { background-color: #9F9ADB; }
a { background-color: rgb(159,154,219); }
div.DivClassName
{
background-color: #9F9ADB;
}
.BgClassName
{
background-color: #9F9ADB;
}
</style>
border-color css
<style>
span { border-color: #9F9ADB; }
span { border-color: rgb(159,154,219); }
td.TdClassName
{
border-color: #9F9ADB;
}
.TagClassName
{
border-color: #9F9ADB;
}
</style>