Shades of Wistful #9E92DC
Tints of Wistful #9E92DC
RGB
CMYK
RGB Variations
Color information
#9E92DC (or 0x9E92DC) is known color: Wistful. HEX triplet: 9E, 92 and DC. RGB value is (158,146,220). Sum of RGB (Red+Green+Blue) = 158+146+220=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E92DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E92DC is #616D23. Grayscale: #9D9D9D. Windows color (decimal): -6384932 or 14455454. OLE color: 14455454.
HSL color Cylindrical-coordinate representation of color #9E92DC: hue angle of 249.73º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E92DC is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 146 | 220 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.14 |
| HSL | 249.73º | 0.51% | 0.72% | - |
| HSV(B) | 249.73º | 0.34% | 0.86% | - |
| XYZ | 37.3 | 32.99 | 72.11 | - |
| YUV | 158.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 146 | 220 | 0.28 | 0.34 | 0 | 0.14 | 249.73 | 0.51 | 0.72 |
| Hex | 9E | 92 | DC | 1C | 22 | 0 | E | FA | 33 | 48 |
| Octal | 236 | 222 | 334 | 34 | 42 | 0 | 16 | 372 | 63 | 110 |
| Binary | 10011110 | 10010010 | 11011100 | 11100 | 100010 | 0 | 1110 | 11111010 | 110011 | 1001000 |
Color Harmonies of #9E92DC
Complementary color
Monochromatic Colors of #9E92DC
Black with #9E92DC
Text Example
Text Example
White with #9E92DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E92DC; }
p { color: rgb(158,146,220); }
H1.HeaderClassName
{
color: #9E92DC;
}
.AnyTagClassName
{
color: #9E92DC;
}
</style>
background-color css
<style>
a { background-color: #9E92DC; }
a { background-color: rgb(158,146,220); }
div.DivClassName
{
background-color: #9E92DC;
}
.BgClassName
{
background-color: #9E92DC;
}
</style>
border-color css
<style>
span { border-color: #9E92DC; }
span { border-color: rgb(158,146,220); }
td.TdClassName
{
border-color: #9E92DC;
}
.TagClassName
{
border-color: #9E92DC;
}
</style>