Shades of Wistful #9F9DDE
Tints of Wistful #9F9DDE
RGB
CMYK
RGB Variations
Color information
#9F9DDE (or 0x9F9DDE) is known color: Wistful. HEX triplet: 9F, 9D and DE. RGB value is (159,157,222). Sum of RGB (Red+Green+Blue) = 159+157+222=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F9DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9DDE is #606221. Grayscale: #A4A4A4. Windows color (decimal): -6316578 or 14589343. OLE color: 14589343.
HSL color Cylindrical-coordinate representation of color #9F9DDE: hue angle of 241.85º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F9DDE is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 157 | 222 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.13 |
| HSL | 241.85º | 0.5% | 0.74% | - |
| HSV(B) | 241.85º | 0.29% | 0.87% | - |
| XYZ | 39.54 | 36.76 | 74.12 | - |
| YUV | 165.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 157 | 222 | 0.28 | 0.29 | 0 | 0.13 | 241.85 | 0.5 | 0.74 |
| Hex | 9F | 9D | DE | 1C | 1D | 0 | D | F2 | 32 | 4A |
| Octal | 237 | 235 | 336 | 34 | 35 | 0 | 15 | 362 | 62 | 112 |
| Binary | 10011111 | 10011101 | 11011110 | 11100 | 11101 | 0 | 1101 | 11110010 | 110010 | 1001010 |
Color Harmonies of #9F9DDE
Complementary color
Monochromatic Colors of #9F9DDE
Black with #9F9DDE
Text Example
Text Example
White with #9F9DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9DDE; }
p { color: rgb(159,157,222); }
H1.HeaderClassName
{
color: #9F9DDE;
}
.AnyTagClassName
{
color: #9F9DDE;
}
</style>
background-color css
<style>
a { background-color: #9F9DDE; }
a { background-color: rgb(159,157,222); }
div.DivClassName
{
background-color: #9F9DDE;
}
.BgClassName
{
background-color: #9F9DDE;
}
</style>
border-color css
<style>
span { border-color: #9F9DDE; }
span { border-color: rgb(159,157,222); }
td.TdClassName
{
border-color: #9F9DDE;
}
.TagClassName
{
border-color: #9F9DDE;
}
</style>