Shades of Wistful #9F92DB
Tints of Wistful #9F92DB
RGB
CMYK
RGB Variations
Color information
#9F92DB (or 0x9F92DB) is known color: Wistful. HEX triplet: 9F, 92 and DB. RGB value is (159,146,219). Sum of RGB (Red+Green+Blue) = 159+146+219=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F92DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F92DB is #606D24. Grayscale: #9D9D9D. Windows color (decimal): -6319397 or 14389919. OLE color: 14389919.
HSL color Cylindrical-coordinate representation of color #9F92DB: hue angle of 250.68º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F92DB is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 146 | 219 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.14 |
| HSL | 250.68º | 0.5% | 0.72% | - |
| HSV(B) | 250.68º | 0.33% | 0.86% | - |
| XYZ | 37.36 | 33.04 | 71.43 | - |
| YUV | 158.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 219 | 0.27 | 0.33 | 0 | 0.14 | 250.68 | 0.5 | 0.72 |
| Hex | 9F | 92 | DB | 1B | 21 | 0 | E | FB | 32 | 48 |
| Octal | 237 | 222 | 333 | 33 | 41 | 0 | 16 | 373 | 62 | 110 |
| Binary | 10011111 | 10010010 | 11011011 | 11011 | 100001 | 0 | 1110 | 11111011 | 110010 | 1001000 |
Color Harmonies of #9F92DB
Complementary color
Monochromatic Colors of #9F92DB
Black with #9F92DB
Text Example
Text Example
White with #9F92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F92DB; }
p { color: rgb(159,146,219); }
H1.HeaderClassName
{
color: #9F92DB;
}
.AnyTagClassName
{
color: #9F92DB;
}
</style>
background-color css
<style>
a { background-color: #9F92DB; }
a { background-color: rgb(159,146,219); }
div.DivClassName
{
background-color: #9F92DB;
}
.BgClassName
{
background-color: #9F92DB;
}
</style>
border-color css
<style>
span { border-color: #9F92DB; }
span { border-color: rgb(159,146,219); }
td.TdClassName
{
border-color: #9F92DB;
}
.TagClassName
{
border-color: #9F92DB;
}
</style>