Shades of Wistful #9E92DD
Tints of Wistful #9E92DD
RGB
CMYK
RGB Variations
Color information
#9E92DD (or 0x9E92DD) is known color: Wistful. HEX triplet: 9E, 92 and DD. RGB value is (158,146,221). Sum of RGB (Red+Green+Blue) = 158+146+221=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E92DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E92DD is #616D22. Grayscale: #9D9D9D. Windows color (decimal): -6384931 or 14520990. OLE color: 14520990.
HSL color Cylindrical-coordinate representation of color #9E92DD: hue angle of 249.6º 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 #9E92DD is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 146 | 221 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.13 |
| HSL | 249.6º | 0.52% | 0.72% | - |
| HSV(B) | 249.6º | 0.34% | 0.87% | - |
| XYZ | 37.43 | 33.05 | 72.81 | - |
| YUV | 158.14 | 163.48 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 146 | 221 | 0.29 | 0.34 | 0 | 0.13 | 249.6 | 0.52 | 0.72 |
| Hex | 9E | 92 | DD | 1D | 22 | 0 | D | FA | 34 | 48 |
| Octal | 236 | 222 | 335 | 35 | 42 | 0 | 15 | 372 | 64 | 110 |
| Binary | 10011110 | 10010010 | 11011101 | 11101 | 100010 | 0 | 1101 | 11111010 | 110100 | 1001000 |
Color Harmonies of #9E92DD
Complementary color
Monochromatic Colors of #9E92DD
Black with #9E92DD
Text Example
Text Example
White with #9E92DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E92DD; }
p { color: rgb(158,146,221); }
H1.HeaderClassName
{
color: #9E92DD;
}
.AnyTagClassName
{
color: #9E92DD;
}
</style>
background-color css
<style>
a { background-color: #9E92DD; }
a { background-color: rgb(158,146,221); }
div.DivClassName
{
background-color: #9E92DD;
}
.BgClassName
{
background-color: #9E92DD;
}
</style>
border-color css
<style>
span { border-color: #9E92DD; }
span { border-color: rgb(158,146,221); }
td.TdClassName
{
border-color: #9E92DD;
}
.TagClassName
{
border-color: #9E92DD;
}
</style>