Shades of Wistful #9F9FDD
Tints of Wistful #9F9FDD
RGB
CMYK
RGB Variations
Color information
#9F9FDD (or 0x9F9FDD) is known color: Wistful. HEX triplet: 9F, 9F and DD. RGB value is (159,159,221). Sum of RGB (Red+Green+Blue) = 159+159+221=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F9FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9FDD is #606022. Grayscale: #A5A5A5. Windows color (decimal): -6316067 or 14524319. OLE color: 14524319.
HSL color Cylindrical-coordinate representation of color #9F9FDD: hue angle of 240º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F9FDD is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 159 | 221 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.13 |
| HSL | 240º | 0.48% | 0.75% | - |
| HSV(B) | 240º | 0.28% | 0.87% | - |
| XYZ | 39.75 | 37.39 | 73.53 | - |
| YUV | 166.07 | 159 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 159 | 221 | 0.28 | 0.28 | 0 | 0.13 | 240 | 0.48 | 0.75 |
| Hex | 9F | 9F | DD | 1C | 1C | 0 | D | F0 | 30 | 4B |
| Octal | 237 | 237 | 335 | 34 | 34 | 0 | 15 | 360 | 60 | 113 |
| Binary | 10011111 | 10011111 | 11011101 | 11100 | 11100 | 0 | 1101 | 11110000 | 110000 | 1001011 |
Color Harmonies of #9F9FDD
Complementary color
Monochromatic Colors of #9F9FDD
Black with #9F9FDD
Text Example
Text Example
White with #9F9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9FDD; }
p { color: rgb(159,159,221); }
H1.HeaderClassName
{
color: #9F9FDD;
}
.AnyTagClassName
{
color: #9F9FDD;
}
</style>
background-color css
<style>
a { background-color: #9F9FDD; }
a { background-color: rgb(159,159,221); }
div.DivClassName
{
background-color: #9F9FDD;
}
.BgClassName
{
background-color: #9F9FDD;
}
</style>
border-color css
<style>
span { border-color: #9F9FDD; }
span { border-color: rgb(159,159,221); }
td.TdClassName
{
border-color: #9F9FDD;
}
.TagClassName
{
border-color: #9F9FDD;
}
</style>