Shades of Wistful #9D8DDC
Tints of Wistful #9D8DDC
RGB
CMYK
RGB Variations
Color information
#9D8DDC (or 0x9D8DDC) is known color: Wistful. HEX triplet: 9D, 8D and DC. RGB value is (157,141,220). Sum of RGB (Red+Green+Blue) = 157+141+220=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D8DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8DDC is #627223. Grayscale: #9A9A9A. Windows color (decimal): -6451748 or 14454173. OLE color: 14454173.
HSL color Cylindrical-coordinate representation of color #9D8DDC: hue angle of 252.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D8DDC is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 141 | 220 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.14 |
| HSL | 252.15º | 0.53% | 0.71% | - |
| HSV(B) | 252.15º | 0.36% | 0.86% | - |
| XYZ | 36.35 | 31.39 | 71.85 | - |
| YUV | 154.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 220 | 0.29 | 0.36 | 0 | 0.14 | 252.15 | 0.53 | 0.71 |
| Hex | 9D | 8D | DC | 1D | 24 | 0 | E | FC | 35 | 47 |
| Octal | 235 | 215 | 334 | 35 | 44 | 0 | 16 | 374 | 65 | 107 |
| Binary | 10011101 | 10001101 | 11011100 | 11101 | 100100 | 0 | 1110 | 11111100 | 110101 | 1000111 |
Color Harmonies of #9D8DDC
Complementary color
Monochromatic Colors of #9D8DDC
Black with #9D8DDC
Text Example
Text Example
White with #9D8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8DDC; }
p { color: rgb(157,141,220); }
H1.HeaderClassName
{
color: #9D8DDC;
}
.AnyTagClassName
{
color: #9D8DDC;
}
</style>
background-color css
<style>
a { background-color: #9D8DDC; }
a { background-color: rgb(157,141,220); }
div.DivClassName
{
background-color: #9D8DDC;
}
.BgClassName
{
background-color: #9D8DDC;
}
</style>
border-color css
<style>
span { border-color: #9D8DDC; }
span { border-color: rgb(157,141,220); }
td.TdClassName
{
border-color: #9D8DDC;
}
.TagClassName
{
border-color: #9D8DDC;
}
</style>