Shades of Wistful #9F9CDD
Tints of Wistful #9F9CDD
RGB
CMYK
RGB Variations
Color information
#9F9CDD (or 0x9F9CDD) is known color: Wistful. HEX triplet: 9F, 9C and DD. RGB value is (159,156,221). Sum of RGB (Red+Green+Blue) = 159+156+221=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F9CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9CDD is #606322. Grayscale: #A4A4A4. Windows color (decimal): -6316835 or 14523551. OLE color: 14523551.
HSL color Cylindrical-coordinate representation of color #9F9CDD: hue angle of 242.77º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F9CDD is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 156 | 221 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.13 |
| HSL | 242.77º | 0.49% | 0.74% | - |
| HSV(B) | 242.77º | 0.29% | 0.87% | - |
| XYZ | 39.24 | 36.37 | 73.36 | - |
| YUV | 164.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 221 | 0.28 | 0.29 | 0 | 0.13 | 242.77 | 0.49 | 0.74 |
| Hex | 9F | 9C | DD | 1C | 1D | 0 | D | F3 | 31 | 4A |
| Octal | 237 | 234 | 335 | 34 | 35 | 0 | 15 | 363 | 61 | 112 |
| Binary | 10011111 | 10011100 | 11011101 | 11100 | 11101 | 0 | 1101 | 11110011 | 110001 | 1001010 |
Color Harmonies of #9F9CDD
Complementary color
Monochromatic Colors of #9F9CDD
Black with #9F9CDD
Text Example
Text Example
White with #9F9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9CDD; }
p { color: rgb(159,156,221); }
H1.HeaderClassName
{
color: #9F9CDD;
}
.AnyTagClassName
{
color: #9F9CDD;
}
</style>
background-color css
<style>
a { background-color: #9F9CDD; }
a { background-color: rgb(159,156,221); }
div.DivClassName
{
background-color: #9F9CDD;
}
.BgClassName
{
background-color: #9F9CDD;
}
</style>
border-color css
<style>
span { border-color: #9F9CDD; }
span { border-color: rgb(159,156,221); }
td.TdClassName
{
border-color: #9F9CDD;
}
.TagClassName
{
border-color: #9F9CDD;
}
</style>