Shades of Wistful #9F9BDF
Tints of Wistful #9F9BDF
RGB
CMYK
RGB Variations
Color information
#9F9BDF (or 0x9F9BDF) is known color: Wistful. HEX triplet: 9F, 9B and DF. RGB value is (159,155,223). Sum of RGB (Red+Green+Blue) = 159+155+223=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F9BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9BDF is #606420. Grayscale: #A3A3A3. Windows color (decimal): -6317089 or 14654367. OLE color: 14654367.
HSL color Cylindrical-coordinate representation of color #9F9BDF: hue angle of 243.53º degrees, saturation: 0.52, 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 #9F9BDF is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 155 | 223 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.13 |
| HSL | 243.53º | 0.52% | 0.74% | - |
| HSV(B) | 243.53º | 0.3% | 0.87% | - |
| XYZ | 39.34 | 36.14 | 74.71 | - |
| YUV | 163.95 | 161.33 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 223 | 0.29 | 0.30 | 0 | 0.13 | 243.53 | 0.52 | 0.74 |
| Hex | 9F | 9B | DF | 1D | 1E | 0 | D | F4 | 34 | 4A |
| Octal | 237 | 233 | 337 | 35 | 36 | 0 | 15 | 364 | 64 | 112 |
| Binary | 10011111 | 10011011 | 11011111 | 11101 | 11110 | 0 | 1101 | 11110100 | 110100 | 1001010 |
Color Harmonies of #9F9BDF
Complementary color
Monochromatic Colors of #9F9BDF
Black with #9F9BDF
Text Example
Text Example
White with #9F9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9BDF; }
p { color: rgb(159,155,223); }
H1.HeaderClassName
{
color: #9F9BDF;
}
.AnyTagClassName
{
color: #9F9BDF;
}
</style>
background-color css
<style>
a { background-color: #9F9BDF; }
a { background-color: rgb(159,155,223); }
div.DivClassName
{
background-color: #9F9BDF;
}
.BgClassName
{
background-color: #9F9BDF;
}
</style>
border-color css
<style>
span { border-color: #9F9BDF; }
span { border-color: rgb(159,155,223); }
td.TdClassName
{
border-color: #9F9BDF;
}
.TagClassName
{
border-color: #9F9BDF;
}
</style>