Shades of Wistful #9D96D3
Tints of Wistful #9D96D3
RGB
CMYK
RGB Variations
Color information
#9D96D3 (or 0x9D96D3) is known color: Wistful. HEX triplet: 9D, 96 and D3. RGB value is (157,150,211). Sum of RGB (Red+Green+Blue) = 157+150+211=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #9D96D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D96D3 is #62692C. Grayscale: #9E9E9E. Windows color (decimal): -6449453 or 13866653. OLE color: 13866653.
HSL color Cylindrical-coordinate representation of color #9D96D3: hue angle of 246.89º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D96D3 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 150 | 211 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.17 |
| HSL | 246.89º | 0.41% | 0.71% | - |
| HSV(B) | 246.89º | 0.29% | 0.83% | - |
| XYZ | 36.57 | 33.68 | 66.2 | - |
| YUV | 159.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 211 | 0.26 | 0.29 | 0 | 0.17 | 246.89 | 0.41 | 0.71 |
| Hex | 9D | 96 | D3 | 1A | 1D | 0 | 11 | F7 | 29 | 47 |
| Octal | 235 | 226 | 323 | 32 | 35 | 0 | 21 | 367 | 51 | 107 |
| Binary | 10011101 | 10010110 | 11010011 | 11010 | 11101 | 0 | 10001 | 11110111 | 101001 | 1000111 |
Color Harmonies of #9D96D3
Complementary color
Monochromatic Colors of #9D96D3
Black with #9D96D3
Text Example
Text Example
White with #9D96D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D96D3; }
p { color: rgb(157,150,211); }
H1.HeaderClassName
{
color: #9D96D3;
}
.AnyTagClassName
{
color: #9D96D3;
}
</style>
background-color css
<style>
a { background-color: #9D96D3; }
a { background-color: rgb(157,150,211); }
div.DivClassName
{
background-color: #9D96D3;
}
.BgClassName
{
background-color: #9D96D3;
}
</style>
border-color css
<style>
span { border-color: #9D96D3; }
span { border-color: rgb(157,150,211); }
td.TdClassName
{
border-color: #9D96D3;
}
.TagClassName
{
border-color: #9D96D3;
}
</style>