Shades of Wistful #9D8CD9
Tints of Wistful #9D8CD9
RGB
CMYK
RGB Variations
Color information
#9D8CD9 (or 0x9D8CD9) is known color: Wistful. HEX triplet: 9D, 8C and D9. RGB value is (157,140,217). Sum of RGB (Red+Green+Blue) = 157+140+217=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #9D8CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8CD9 is #627326. Grayscale: #999999. Windows color (decimal): -6452007 or 14257309. OLE color: 14257309.
HSL color Cylindrical-coordinate representation of color #9D8CD9: hue angle of 253.25º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D8CD9 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 140 | 217 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.15 |
| HSL | 253.25º | 0.5% | 0.7% | - |
| HSV(B) | 253.25º | 0.35% | 0.85% | - |
| XYZ | 35.81 | 30.93 | 69.73 | - |
| YUV | 153.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 140 | 217 | 0.28 | 0.35 | 0 | 0.15 | 253.25 | 0.5 | 0.7 |
| Hex | 9D | 8C | D9 | 1C | 23 | 0 | F | FD | 32 | 46 |
| Octal | 235 | 214 | 331 | 34 | 43 | 0 | 17 | 375 | 62 | 106 |
| Binary | 10011101 | 10001100 | 11011001 | 11100 | 100011 | 0 | 1111 | 11111101 | 110010 | 1000110 |
Color Harmonies of #9D8CD9
Complementary color
Monochromatic Colors of #9D8CD9
Black with #9D8CD9
Text Example
Text Example
White with #9D8CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8CD9; }
p { color: rgb(157,140,217); }
H1.HeaderClassName
{
color: #9D8CD9;
}
.AnyTagClassName
{
color: #9D8CD9;
}
</style>
background-color css
<style>
a { background-color: #9D8CD9; }
a { background-color: rgb(157,140,217); }
div.DivClassName
{
background-color: #9D8CD9;
}
.BgClassName
{
background-color: #9D8CD9;
}
</style>
border-color css
<style>
span { border-color: #9D8CD9; }
span { border-color: rgb(157,140,217); }
td.TdClassName
{
border-color: #9D8CD9;
}
.TagClassName
{
border-color: #9D8CD9;
}
</style>