Shades of Wistful #9F9EEA
Tints of Wistful #9F9EEA
RGB
CMYK
RGB Variations
Color information
#9F9EEA (or 0x9F9EEA) is known color: Wistful. HEX triplet: 9F, 9E and EA. RGB value is (159,158,234). Sum of RGB (Red+Green+Blue) = 159+158+234=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F9EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9EEA is #606115. Grayscale: #A6A6A6. Windows color (decimal): -6316310 or 15376031. OLE color: 15376031.
HSL color Cylindrical-coordinate representation of color #9F9EEA: hue angle of 240.79º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F9EEA is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 158 | 234 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.08 |
| HSL | 240.79º | 0.64% | 0.77% | - |
| HSV(B) | 240.79º | 0.32% | 0.92% | - |
| XYZ | 41.38 | 37.77 | 82.95 | - |
| YUV | 166.96 | 165.83 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 158 | 234 | 0.32 | 0.32 | 0 | 0.08 | 240.79 | 0.64 | 0.77 |
| Hex | 9F | 9E | EA | 20 | 20 | 0 | 8 | F1 | 40 | 4D |
| Octal | 237 | 236 | 352 | 40 | 40 | 0 | 10 | 361 | 100 | 115 |
| Binary | 10011111 | 10011110 | 11101010 | 100000 | 100000 | 0 | 1000 | 11110001 | 1000000 | 1001101 |
Color Harmonies of #9F9EEA
Complementary color
Monochromatic Colors of #9F9EEA
Black with #9F9EEA
Text Example
Text Example
White with #9F9EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9EEA; }
p { color: rgb(159,158,234); }
H1.HeaderClassName
{
color: #9F9EEA;
}
.AnyTagClassName
{
color: #9F9EEA;
}
</style>
background-color css
<style>
a { background-color: #9F9EEA; }
a { background-color: rgb(159,158,234); }
div.DivClassName
{
background-color: #9F9EEA;
}
.BgClassName
{
background-color: #9F9EEA;
}
</style>
border-color css
<style>
span { border-color: #9F9EEA; }
span { border-color: rgb(159,158,234); }
td.TdClassName
{
border-color: #9F9EEA;
}
.TagClassName
{
border-color: #9F9EEA;
}
</style>