Shades of Wistful #9F9CDF
Tints of Wistful #9F9CDF
RGB
CMYK
RGB Variations
Color information
#9F9CDF (or 0x9F9CDF) is known color: Wistful. HEX triplet: 9F, 9C and DF. RGB value is (159,156,223). Sum of RGB (Red+Green+Blue) = 159+156+223=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F9CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9CDF is #606320. Grayscale: #A4A4A4. Windows color (decimal): -6316833 or 14654623. OLE color: 14654623.
HSL color Cylindrical-coordinate representation of color #9F9CDF: hue angle of 242.69º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F9CDF is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 156 | 223 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.13 |
| HSL | 242.69º | 0.51% | 0.74% | - |
| HSV(B) | 242.69º | 0.3% | 0.87% | - |
| XYZ | 39.51 | 36.48 | 74.77 | - |
| YUV | 164.54 | 160.99 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 223 | 0.29 | 0.30 | 0 | 0.13 | 242.69 | 0.51 | 0.74 |
| Hex | 9F | 9C | DF | 1D | 1E | 0 | D | F3 | 33 | 4A |
| Octal | 237 | 234 | 337 | 35 | 36 | 0 | 15 | 363 | 63 | 112 |
| Binary | 10011111 | 10011100 | 11011111 | 11101 | 11110 | 0 | 1101 | 11110011 | 110011 | 1001010 |
Color Harmonies of #9F9CDF
Complementary color
Monochromatic Colors of #9F9CDF
Black with #9F9CDF
Text Example
Text Example
White with #9F9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9CDF; }
p { color: rgb(159,156,223); }
H1.HeaderClassName
{
color: #9F9CDF;
}
.AnyTagClassName
{
color: #9F9CDF;
}
</style>
background-color css
<style>
a { background-color: #9F9CDF; }
a { background-color: rgb(159,156,223); }
div.DivClassName
{
background-color: #9F9CDF;
}
.BgClassName
{
background-color: #9F9CDF;
}
</style>
border-color css
<style>
span { border-color: #9F9CDF; }
span { border-color: rgb(159,156,223); }
td.TdClassName
{
border-color: #9F9CDF;
}
.TagClassName
{
border-color: #9F9CDF;
}
</style>