Shades of Wistful #9F96DD
Tints of Wistful #9F96DD
RGB
CMYK
RGB Variations
Color information
#9F96DD (or 0x9F96DD) is known color: Wistful. HEX triplet: 9F, 96 and DD. RGB value is (159,150,221). Sum of RGB (Red+Green+Blue) = 159+150+221=530 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F96DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96DD is #606922. Grayscale: #A0A0A0. Windows color (decimal): -6318371 or 14522015. OLE color: 14522015.
HSL color Cylindrical-coordinate representation of color #9F96DD: hue angle of 247.61º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F96DD is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 150 | 221 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.13 |
| HSL | 247.61º | 0.51% | 0.73% | - |
| HSV(B) | 247.61º | 0.32% | 0.87% | - |
| XYZ | 38.26 | 34.4 | 73.03 | - |
| YUV | 160.79 | 161.98 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 221 | 0.28 | 0.32 | 0 | 0.13 | 247.61 | 0.51 | 0.73 |
| Hex | 9F | 96 | DD | 1C | 20 | 0 | D | F8 | 33 | 49 |
| Octal | 237 | 226 | 335 | 34 | 40 | 0 | 15 | 370 | 63 | 111 |
| Binary | 10011111 | 10010110 | 11011101 | 11100 | 100000 | 0 | 1101 | 11111000 | 110011 | 1001001 |
Color Harmonies of #9F96DD
Complementary color
Monochromatic Colors of #9F96DD
Black with #9F96DD
Text Example
Text Example
White with #9F96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F96DD; }
p { color: rgb(159,150,221); }
H1.HeaderClassName
{
color: #9F96DD;
}
.AnyTagClassName
{
color: #9F96DD;
}
</style>
background-color css
<style>
a { background-color: #9F96DD; }
a { background-color: rgb(159,150,221); }
div.DivClassName
{
background-color: #9F96DD;
}
.BgClassName
{
background-color: #9F96DD;
}
</style>
border-color css
<style>
span { border-color: #9F96DD; }
span { border-color: rgb(159,150,221); }
td.TdClassName
{
border-color: #9F96DD;
}
.TagClassName
{
border-color: #9F96DD;
}
</style>