Shades of Wistful #9D96CF
Tints of Wistful #9D96CF
RGB
CMYK
RGB Variations
Color information
#9D96CF (or 0x9D96CF) is known color: Wistful. HEX triplet: 9D, 96 and CF. RGB value is (157,150,207). Sum of RGB (Red+Green+Blue) = 157+150+207=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D96CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D96CF is #626930. Grayscale: #9E9E9E. Windows color (decimal): -6449457 or 13604509. OLE color: 13604509.
HSL color Cylindrical-coordinate representation of color #9D96CF: hue angle of 247.37º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D96CF is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 150 | 207 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.19 |
| HSL | 247.37º | 0.37% | 0.7% | - |
| HSV(B) | 247.37º | 0.28% | 0.81% | - |
| XYZ | 36.07 | 33.49 | 63.59 | - |
| YUV | 158.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 207 | 0.24 | 0.28 | 0 | 0.19 | 247.37 | 0.37 | 0.7 |
| Hex | 9D | 96 | CF | 18 | 1C | 0 | 13 | F7 | 25 | 46 |
| Octal | 235 | 226 | 317 | 30 | 34 | 0 | 23 | 367 | 45 | 106 |
| Binary | 10011101 | 10010110 | 11001111 | 11000 | 11100 | 0 | 10011 | 11110111 | 100101 | 1000110 |
Color Harmonies of #9D96CF
Complementary color
Monochromatic Colors of #9D96CF
Black with #9D96CF
Text Example
Text Example
White with #9D96CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D96CF; }
p { color: rgb(157,150,207); }
H1.HeaderClassName
{
color: #9D96CF;
}
.AnyTagClassName
{
color: #9D96CF;
}
</style>
background-color css
<style>
a { background-color: #9D96CF; }
a { background-color: rgb(157,150,207); }
div.DivClassName
{
background-color: #9D96CF;
}
.BgClassName
{
background-color: #9D96CF;
}
</style>
border-color css
<style>
span { border-color: #9D96CF; }
span { border-color: rgb(157,150,207); }
td.TdClassName
{
border-color: #9D96CF;
}
.TagClassName
{
border-color: #9D96CF;
}
</style>