Shades of Wistful #9F9BDA
Tints of Wistful #9F9BDA
RGB
CMYK
RGB Variations
Color information
#9F9BDA (or 0x9F9BDA) is known color: Wistful. HEX triplet: 9F, 9B and DA. RGB value is (159,155,218). Sum of RGB (Red+Green+Blue) = 159+155+218=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F9BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9BDA is #606425. Grayscale: #A3A3A3. Windows color (decimal): -6317094 or 14326687. OLE color: 14326687.
HSL color Cylindrical-coordinate representation of color #9F9BDA: hue angle of 243.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F9BDA is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 155 | 218 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.15 |
| HSL | 243.81º | 0.46% | 0.73% | - |
| HSV(B) | 243.81º | 0.29% | 0.85% | - |
| XYZ | 38.67 | 35.88 | 71.22 | - |
| YUV | 163.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 218 | 0.27 | 0.29 | 0 | 0.15 | 243.81 | 0.46 | 0.73 |
| Hex | 9F | 9B | DA | 1B | 1D | 0 | F | F4 | 2E | 49 |
| Octal | 237 | 233 | 332 | 33 | 35 | 0 | 17 | 364 | 56 | 111 |
| Binary | 10011111 | 10011011 | 11011010 | 11011 | 11101 | 0 | 1111 | 11110100 | 101110 | 1001001 |
Color Harmonies of #9F9BDA
Complementary color
Monochromatic Colors of #9F9BDA
Black with #9F9BDA
Text Example
Text Example
White with #9F9BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9BDA; }
p { color: rgb(159,155,218); }
H1.HeaderClassName
{
color: #9F9BDA;
}
.AnyTagClassName
{
color: #9F9BDA;
}
</style>
background-color css
<style>
a { background-color: #9F9BDA; }
a { background-color: rgb(159,155,218); }
div.DivClassName
{
background-color: #9F9BDA;
}
.BgClassName
{
background-color: #9F9BDA;
}
</style>
border-color css
<style>
span { border-color: #9F9BDA; }
span { border-color: rgb(159,155,218); }
td.TdClassName
{
border-color: #9F9BDA;
}
.TagClassName
{
border-color: #9F9BDA;
}
</style>