Shades of Wistful #9F9BDD
Tints of Wistful #9F9BDD
RGB
CMYK
RGB Variations
Color information
#9F9BDD (or 0x9F9BDD) is known color: Wistful. HEX triplet: 9F, 9B and DD. RGB value is (159,155,221). Sum of RGB (Red+Green+Blue) = 159+155+221=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F9BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9BDD is #606422. Grayscale: #A3A3A3. Windows color (decimal): -6317091 or 14523295. OLE color: 14523295.
HSL color Cylindrical-coordinate representation of color #9F9BDD: hue angle of 243.64º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F9BDD is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 155 | 221 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.13 |
| HSL | 243.64º | 0.49% | 0.74% | - |
| HSV(B) | 243.64º | 0.3% | 0.87% | - |
| XYZ | 39.07 | 36.03 | 73.3 | - |
| YUV | 163.72 | 160.33 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 221 | 0.28 | 0.30 | 0 | 0.13 | 243.64 | 0.49 | 0.74 |
| Hex | 9F | 9B | DD | 1C | 1E | 0 | D | F4 | 31 | 4A |
| Octal | 237 | 233 | 335 | 34 | 36 | 0 | 15 | 364 | 61 | 112 |
| Binary | 10011111 | 10011011 | 11011101 | 11100 | 11110 | 0 | 1101 | 11110100 | 110001 | 1001010 |
Color Harmonies of #9F9BDD
Complementary color
Monochromatic Colors of #9F9BDD
Black with #9F9BDD
Text Example
Text Example
White with #9F9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9BDD; }
p { color: rgb(159,155,221); }
H1.HeaderClassName
{
color: #9F9BDD;
}
.AnyTagClassName
{
color: #9F9BDD;
}
</style>
background-color css
<style>
a { background-color: #9F9BDD; }
a { background-color: rgb(159,155,221); }
div.DivClassName
{
background-color: #9F9BDD;
}
.BgClassName
{
background-color: #9F9BDD;
}
</style>
border-color css
<style>
span { border-color: #9F9BDD; }
span { border-color: rgb(159,155,221); }
td.TdClassName
{
border-color: #9F9BDD;
}
.TagClassName
{
border-color: #9F9BDD;
}
</style>