Shades of Wistful #9F96EA
Tints of Wistful #9F96EA
RGB
CMYK
RGB Variations
Color information
#9F96EA (or 0x9F96EA) is known color: Wistful. HEX triplet: 9F, 96 and EA. RGB value is (159,150,234). Sum of RGB (Red+Green+Blue) = 159+150+234=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F96EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F96EA is #606915. Grayscale: #A1A1A1. Windows color (decimal): -6318358 or 15373983. OLE color: 15373983.
HSL color Cylindrical-coordinate representation of color #9F96EA: hue angle of 246.43º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F96EA is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 150 | 234 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.08 |
| HSL | 246.43º | 0.67% | 0.75% | - |
| HSV(B) | 246.43º | 0.36% | 0.92% | - |
| XYZ | 40.06 | 35.12 | 82.51 | - |
| YUV | 162.27 | 168.48 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 234 | 0.32 | 0.36 | 0 | 0.08 | 246.43 | 0.67 | 0.75 |
| Hex | 9F | 96 | EA | 20 | 24 | 0 | 8 | F6 | 43 | 4B |
| Octal | 237 | 226 | 352 | 40 | 44 | 0 | 10 | 366 | 103 | 113 |
| Binary | 10011111 | 10010110 | 11101010 | 100000 | 100100 | 0 | 1000 | 11110110 | 1000011 | 1001011 |
Color Harmonies of #9F96EA
Complementary color
Monochromatic Colors of #9F96EA
Black with #9F96EA
Text Example
Text Example
White with #9F96EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F96EA; }
p { color: rgb(159,150,234); }
H1.HeaderClassName
{
color: #9F96EA;
}
.AnyTagClassName
{
color: #9F96EA;
}
</style>
background-color css
<style>
a { background-color: #9F96EA; }
a { background-color: rgb(159,150,234); }
div.DivClassName
{
background-color: #9F96EA;
}
.BgClassName
{
background-color: #9F96EA;
}
</style>
border-color css
<style>
span { border-color: #9F96EA; }
span { border-color: rgb(159,150,234); }
td.TdClassName
{
border-color: #9F96EA;
}
.TagClassName
{
border-color: #9F96EA;
}
</style>