Shades of Wistful #9F9BDB
Tints of Wistful #9F9BDB
RGB
CMYK
RGB Variations
Color information
#9F9BDB (or 0x9F9BDB) is known color: Wistful. HEX triplet: 9F, 9B and DB. RGB value is (159,155,219). Sum of RGB (Red+Green+Blue) = 159+155+219=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F9BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9BDB is #606424. Grayscale: #A3A3A3. Windows color (decimal): -6317093 or 14392223. OLE color: 14392223.
HSL color Cylindrical-coordinate representation of color #9F9BDB: hue angle of 243.75º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F9BDB is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 155 | 219 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.14 |
| HSL | 243.75º | 0.47% | 0.73% | - |
| HSV(B) | 243.75º | 0.29% | 0.86% | - |
| XYZ | 38.81 | 35.93 | 71.91 | - |
| YUV | 163.49 | 159.33 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 219 | 0.27 | 0.29 | 0 | 0.14 | 243.75 | 0.47 | 0.73 |
| Hex | 9F | 9B | DB | 1B | 1D | 0 | E | F4 | 2F | 49 |
| Octal | 237 | 233 | 333 | 33 | 35 | 0 | 16 | 364 | 57 | 111 |
| Binary | 10011111 | 10011011 | 11011011 | 11011 | 11101 | 0 | 1110 | 11110100 | 101111 | 1001001 |
Color Harmonies of #9F9BDB
Complementary color
Monochromatic Colors of #9F9BDB
Black with #9F9BDB
Text Example
Text Example
White with #9F9BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9BDB; }
p { color: rgb(159,155,219); }
H1.HeaderClassName
{
color: #9F9BDB;
}
.AnyTagClassName
{
color: #9F9BDB;
}
</style>
background-color css
<style>
a { background-color: #9F9BDB; }
a { background-color: rgb(159,155,219); }
div.DivClassName
{
background-color: #9F9BDB;
}
.BgClassName
{
background-color: #9F9BDB;
}
</style>
border-color css
<style>
span { border-color: #9F9BDB; }
span { border-color: rgb(159,155,219); }
td.TdClassName
{
border-color: #9F9BDB;
}
.TagClassName
{
border-color: #9F9BDB;
}
</style>