Shades of Wistful #9F96DC
Tints of Wistful #9F96DC
RGB
CMYK
RGB Variations
Color information
#9F96DC (or 0x9F96DC) is known color: Wistful. HEX triplet: 9F, 96 and DC. RGB value is (159,150,220). Sum of RGB (Red+Green+Blue) = 159+150+220=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F96DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96DC is #606923. Grayscale: #A0A0A0. Windows color (decimal): -6318372 or 14456479. OLE color: 14456479.
HSL color Cylindrical-coordinate representation of color #9F96DC: hue angle of 247.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F96DC is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 150 | 220 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.14 |
| HSL | 247.71º | 0.5% | 0.73% | - |
| HSV(B) | 247.71º | 0.32% | 0.86% | - |
| XYZ | 38.12 | 34.35 | 72.33 | - |
| YUV | 160.67 | 161.48 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 220 | 0.28 | 0.32 | 0 | 0.14 | 247.71 | 0.5 | 0.73 |
| Hex | 9F | 96 | DC | 1C | 20 | 0 | E | F8 | 32 | 49 |
| Octal | 237 | 226 | 334 | 34 | 40 | 0 | 16 | 370 | 62 | 111 |
| Binary | 10011111 | 10010110 | 11011100 | 11100 | 100000 | 0 | 1110 | 11111000 | 110010 | 1001001 |
Color Harmonies of #9F96DC
Complementary color
Monochromatic Colors of #9F96DC
Black with #9F96DC
Text Example
Text Example
White with #9F96DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F96DC; }
p { color: rgb(159,150,220); }
H1.HeaderClassName
{
color: #9F96DC;
}
.AnyTagClassName
{
color: #9F96DC;
}
</style>
background-color css
<style>
a { background-color: #9F96DC; }
a { background-color: rgb(159,150,220); }
div.DivClassName
{
background-color: #9F96DC;
}
.BgClassName
{
background-color: #9F96DC;
}
</style>
border-color css
<style>
span { border-color: #9F96DC; }
span { border-color: rgb(159,150,220); }
td.TdClassName
{
border-color: #9F96DC;
}
.TagClassName
{
border-color: #9F96DC;
}
</style>