Shades of Wistful #9F96DB
Tints of Wistful #9F96DB
RGB
CMYK
RGB Variations
Color information
#9F96DB (or 0x9F96DB) is known color: Wistful. HEX triplet: 9F, 96 and DB. RGB value is (159,150,219). Sum of RGB (Red+Green+Blue) = 159+150+219=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96DB is #606924. Grayscale: #A0A0A0. Windows color (decimal): -6318373 or 14390943. OLE color: 14390943.
HSL color Cylindrical-coordinate representation of color #9F96DB: hue angle of 247.83º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F96DB is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 150 | 219 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.14 |
| HSL | 247.83º | 0.49% | 0.72% | - |
| HSV(B) | 247.83º | 0.32% | 0.86% | - |
| XYZ | 37.99 | 34.3 | 71.64 | - |
| YUV | 160.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 219 | 0.27 | 0.32 | 0 | 0.14 | 247.83 | 0.49 | 0.72 |
| Hex | 9F | 96 | DB | 1B | 20 | 0 | E | F8 | 31 | 48 |
| Octal | 237 | 226 | 333 | 33 | 40 | 0 | 16 | 370 | 61 | 110 |
| Binary | 10011111 | 10010110 | 11011011 | 11011 | 100000 | 0 | 1110 | 11111000 | 110001 | 1001000 |
Color Harmonies of #9F96DB
Complementary color
Monochromatic Colors of #9F96DB
Black with #9F96DB
Text Example
Text Example
White with #9F96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F96DB; }
p { color: rgb(159,150,219); }
H1.HeaderClassName
{
color: #9F96DB;
}
.AnyTagClassName
{
color: #9F96DB;
}
</style>
background-color css
<style>
a { background-color: #9F96DB; }
a { background-color: rgb(159,150,219); }
div.DivClassName
{
background-color: #9F96DB;
}
.BgClassName
{
background-color: #9F96DB;
}
</style>
border-color css
<style>
span { border-color: #9F96DB; }
span { border-color: rgb(159,150,219); }
td.TdClassName
{
border-color: #9F96DB;
}
.TagClassName
{
border-color: #9F96DB;
}
</style>