Shades of Wistful #9F9DCD
Tints of Wistful #9F9DCD
RGB
CMYK
RGB Variations
Color information
#9F9DCD (or 0x9F9DCD) is known color: Wistful. HEX triplet: 9F, 9D and CD. RGB value is (159,157,205). Sum of RGB (Red+Green+Blue) = 159+157+205=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F9DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9DCD is #606232. Grayscale: #A2A2A2. Windows color (decimal): -6316595 or 13475231. OLE color: 13475231.
HSL color Cylindrical-coordinate representation of color #9F9DCD: hue angle of 242.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F9DCD is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 157 | 205 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.20 |
| HSL | 242.5º | 0.32% | 0.71% | - |
| HSV(B) | 242.5º | 0.23% | 0.8% | - |
| XYZ | 37.37 | 35.89 | 62.72 | - |
| YUV | 163.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 157 | 205 | 0.22 | 0.23 | 0 | 0.20 | 242.5 | 0.32 | 0.71 |
| Hex | 9F | 9D | CD | 16 | 17 | 0 | 14 | F2 | 20 | 47 |
| Octal | 237 | 235 | 315 | 26 | 27 | 0 | 24 | 362 | 40 | 107 |
| Binary | 10011111 | 10011101 | 11001101 | 10110 | 10111 | 0 | 10100 | 11110010 | 100000 | 1000111 |
Color Harmonies of #9F9DCD
Complementary color
Monochromatic Colors of #9F9DCD
Black with #9F9DCD
Text Example
Text Example
White with #9F9DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9DCD; }
p { color: rgb(159,157,205); }
H1.HeaderClassName
{
color: #9F9DCD;
}
.AnyTagClassName
{
color: #9F9DCD;
}
</style>
background-color css
<style>
a { background-color: #9F9DCD; }
a { background-color: rgb(159,157,205); }
div.DivClassName
{
background-color: #9F9DCD;
}
.BgClassName
{
background-color: #9F9DCD;
}
</style>
border-color css
<style>
span { border-color: #9F9DCD; }
span { border-color: rgb(159,157,205); }
td.TdClassName
{
border-color: #9F9DCD;
}
.TagClassName
{
border-color: #9F9DCD;
}
</style>