Shades of Wistful #9D96DE
Tints of Wistful #9D96DE
RGB
CMYK
RGB Variations
Color information
#9D96DE (or 0x9D96DE) is known color: Wistful. HEX triplet: 9D, 96 and DE. RGB value is (157,150,222). Sum of RGB (Red+Green+Blue) = 157+150+222=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D96DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D96DE is #626921. Grayscale: #A0A0A0. Windows color (decimal): -6449442 or 14587549. OLE color: 14587549.
HSL color Cylindrical-coordinate representation of color #9D96DE: hue angle of 245.83º degrees, saturation: 0.52, 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 #9D96DE is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 150 | 222 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.13 |
| HSL | 245.83º | 0.52% | 0.73% | - |
| HSV(B) | 245.83º | 0.32% | 0.87% | - |
| XYZ | 38 | 34.25 | 73.72 | - |
| YUV | 160.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 222 | 0.29 | 0.32 | 0 | 0.13 | 245.83 | 0.52 | 0.73 |
| Hex | 9D | 96 | DE | 1D | 20 | 0 | D | F6 | 34 | 49 |
| Octal | 235 | 226 | 336 | 35 | 40 | 0 | 15 | 366 | 64 | 111 |
| Binary | 10011101 | 10010110 | 11011110 | 11101 | 100000 | 0 | 1101 | 11110110 | 110100 | 1001001 |
Color Harmonies of #9D96DE
Complementary color
Monochromatic Colors of #9D96DE
Black with #9D96DE
Text Example
Text Example
White with #9D96DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D96DE; }
p { color: rgb(157,150,222); }
H1.HeaderClassName
{
color: #9D96DE;
}
.AnyTagClassName
{
color: #9D96DE;
}
</style>
background-color css
<style>
a { background-color: #9D96DE; }
a { background-color: rgb(157,150,222); }
div.DivClassName
{
background-color: #9D96DE;
}
.BgClassName
{
background-color: #9D96DE;
}
</style>
border-color css
<style>
span { border-color: #9D96DE; }
span { border-color: rgb(157,150,222); }
td.TdClassName
{
border-color: #9D96DE;
}
.TagClassName
{
border-color: #9D96DE;
}
</style>