Shades of Wistful #9F92DD
Tints of Wistful #9F92DD
RGB
CMYK
RGB Variations
Color information
#9F92DD (or 0x9F92DD) is known color: Wistful. HEX triplet: 9F, 92 and DD. RGB value is (159,146,221). Sum of RGB (Red+Green+Blue) = 159+146+221=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F92DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F92DD is #606D22. Grayscale: #9E9E9E. Windows color (decimal): -6319395 or 14520991. OLE color: 14520991.
HSL color Cylindrical-coordinate representation of color #9F92DD: hue angle of 250.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F92DD is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 146 | 221 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.13 |
| HSL | 250.4º | 0.52% | 0.72% | - |
| HSV(B) | 250.4º | 0.34% | 0.87% | - |
| XYZ | 37.63 | 33.15 | 72.82 | - |
| YUV | 158.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 221 | 0.28 | 0.34 | 0 | 0.13 | 250.4 | 0.52 | 0.72 |
| Hex | 9F | 92 | DD | 1C | 22 | 0 | D | FA | 34 | 48 |
| Octal | 237 | 222 | 335 | 34 | 42 | 0 | 15 | 372 | 64 | 110 |
| Binary | 10011111 | 10010010 | 11011101 | 11100 | 100010 | 0 | 1101 | 11111010 | 110100 | 1001000 |
Color Harmonies of #9F92DD
Complementary color
Monochromatic Colors of #9F92DD
Black with #9F92DD
Text Example
Text Example
White with #9F92DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F92DD; }
p { color: rgb(159,146,221); }
H1.HeaderClassName
{
color: #9F92DD;
}
.AnyTagClassName
{
color: #9F92DD;
}
</style>
background-color css
<style>
a { background-color: #9F92DD; }
a { background-color: rgb(159,146,221); }
div.DivClassName
{
background-color: #9F92DD;
}
.BgClassName
{
background-color: #9F92DD;
}
</style>
border-color css
<style>
span { border-color: #9F92DD; }
span { border-color: rgb(159,146,221); }
td.TdClassName
{
border-color: #9F92DD;
}
.TagClassName
{
border-color: #9F92DD;
}
</style>