Shades of Wistful #9F9CEA
Tints of Wistful #9F9CEA
RGB
CMYK
RGB Variations
Color information
#9F9CEA (or 0x9F9CEA) is known color: Wistful. HEX triplet: 9F, 9C and EA. RGB value is (159,156,234). Sum of RGB (Red+Green+Blue) = 159+156+234=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F9CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9CEA is #606315. Grayscale: #A5A5A5. Windows color (decimal): -6316822 or 15375519. OLE color: 15375519.
HSL color Cylindrical-coordinate representation of color #9F9CEA: hue angle of 242.31º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F9CEA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 156 | 234 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.08 |
| HSL | 242.31º | 0.65% | 0.76% | - |
| HSV(B) | 242.31º | 0.33% | 0.92% | - |
| XYZ | 41.04 | 37.09 | 82.84 | - |
| YUV | 165.79 | 166.49 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 234 | 0.32 | 0.33 | 0 | 0.08 | 242.31 | 0.65 | 0.76 |
| Hex | 9F | 9C | EA | 20 | 21 | 0 | 8 | F2 | 41 | 4C |
| Octal | 237 | 234 | 352 | 40 | 41 | 0 | 10 | 362 | 101 | 114 |
| Binary | 10011111 | 10011100 | 11101010 | 100000 | 100001 | 0 | 1000 | 11110010 | 1000001 | 1001100 |
Color Harmonies of #9F9CEA
Complementary color
Monochromatic Colors of #9F9CEA
Black with #9F9CEA
Text Example
Text Example
White with #9F9CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9CEA; }
p { color: rgb(159,156,234); }
H1.HeaderClassName
{
color: #9F9CEA;
}
.AnyTagClassName
{
color: #9F9CEA;
}
</style>
background-color css
<style>
a { background-color: #9F9CEA; }
a { background-color: rgb(159,156,234); }
div.DivClassName
{
background-color: #9F9CEA;
}
.BgClassName
{
background-color: #9F9CEA;
}
</style>
border-color css
<style>
span { border-color: #9F9CEA; }
span { border-color: rgb(159,156,234); }
td.TdClassName
{
border-color: #9F9CEA;
}
.TagClassName
{
border-color: #9F9CEA;
}
</style>