Shades of Wistful #9E91DF
Tints of Wistful #9E91DF
RGB
CMYK
RGB Variations
Color information
#9E91DF (or 0x9E91DF) is known color: Wistful. HEX triplet: 9E, 91 and DF. RGB value is (158,145,223). Sum of RGB (Red+Green+Blue) = 158+145+223=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E91DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E91DF is #616E20. Grayscale: #9D9D9D. Windows color (decimal): -6385185 or 14651806. OLE color: 14651806.
HSL color Cylindrical-coordinate representation of color #9E91DF: hue angle of 250º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E91DF is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 145 | 223 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.13 |
| HSL | 250º | 0.55% | 0.72% | - |
| HSV(B) | 250º | 0.35% | 0.87% | - |
| XYZ | 37.55 | 32.85 | 74.17 | - |
| YUV | 157.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 145 | 223 | 0.29 | 0.35 | 0 | 0.13 | 250 | 0.55 | 0.72 |
| Hex | 9E | 91 | DF | 1D | 23 | 0 | D | FA | 37 | 48 |
| Octal | 236 | 221 | 337 | 35 | 43 | 0 | 15 | 372 | 67 | 110 |
| Binary | 10011110 | 10010001 | 11011111 | 11101 | 100011 | 0 | 1101 | 11111010 | 110111 | 1001000 |
Color Harmonies of #9E91DF
Complementary color
Monochromatic Colors of #9E91DF
Black with #9E91DF
Text Example
Text Example
White with #9E91DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E91DF; }
p { color: rgb(158,145,223); }
H1.HeaderClassName
{
color: #9E91DF;
}
.AnyTagClassName
{
color: #9E91DF;
}
</style>
background-color css
<style>
a { background-color: #9E91DF; }
a { background-color: rgb(158,145,223); }
div.DivClassName
{
background-color: #9E91DF;
}
.BgClassName
{
background-color: #9E91DF;
}
</style>
border-color css
<style>
span { border-color: #9E91DF; }
span { border-color: rgb(158,145,223); }
td.TdClassName
{
border-color: #9E91DF;
}
.TagClassName
{
border-color: #9E91DF;
}
</style>