Shades of Wistful #9F9ADD
Tints of Wistful #9F9ADD
RGB
CMYK
RGB Variations
Color information
#9F9ADD (or 0x9F9ADD) is known color: Wistful. HEX triplet: 9F, 9A and DD. RGB value is (159,154,221). Sum of RGB (Red+Green+Blue) = 159+154+221=534 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.78% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9ADD is #606522. Grayscale: #A2A2A2. Windows color (decimal): -6317347 or 14523039. OLE color: 14523039.
HSL color Cylindrical-coordinate representation of color #9F9ADD: hue angle of 244.48º degrees, saturation: 0.5, 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 #9F9ADD is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 154 | 221 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.13 |
| HSL | 244.48º | 0.5% | 0.74% | - |
| HSV(B) | 244.48º | 0.3% | 0.87% | - |
| XYZ | 38.9 | 35.7 | 73.25 | - |
| YUV | 163.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 221 | 0.28 | 0.30 | 0 | 0.13 | 244.48 | 0.5 | 0.74 |
| Hex | 9F | 9A | DD | 1C | 1E | 0 | D | F4 | 32 | 4A |
| Octal | 237 | 232 | 335 | 34 | 36 | 0 | 15 | 364 | 62 | 112 |
| Binary | 10011111 | 10011010 | 11011101 | 11100 | 11110 | 0 | 1101 | 11110100 | 110010 | 1001010 |
Color Harmonies of #9F9ADD
Complementary color
Monochromatic Colors of #9F9ADD
Black with #9F9ADD
Text Example
Text Example
White with #9F9ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9ADD; }
p { color: rgb(159,154,221); }
H1.HeaderClassName
{
color: #9F9ADD;
}
.AnyTagClassName
{
color: #9F9ADD;
}
</style>
background-color css
<style>
a { background-color: #9F9ADD; }
a { background-color: rgb(159,154,221); }
div.DivClassName
{
background-color: #9F9ADD;
}
.BgClassName
{
background-color: #9F9ADD;
}
</style>
border-color css
<style>
span { border-color: #9F9ADD; }
span { border-color: rgb(159,154,221); }
td.TdClassName
{
border-color: #9F9ADD;
}
.TagClassName
{
border-color: #9F9ADD;
}
</style>