Shades of Wistful #9E91CF
Tints of Wistful #9E91CF
RGB
CMYK
RGB Variations
Color information
#9E91CF (or 0x9E91CF) is known color: Wistful. HEX triplet: 9E, 91 and CF. RGB value is (158,145,207). Sum of RGB (Red+Green+Blue) = 158+145+207=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E91CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E91CF is #616E30. Grayscale: #9B9B9B. Windows color (decimal): -6385201 or 13603230. OLE color: 13603230.
HSL color Cylindrical-coordinate representation of color #9E91CF: hue angle of 252.58º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E91CF is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 145 | 207 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.19 |
| HSL | 252.58º | 0.39% | 0.69% | - |
| HSV(B) | 252.58º | 0.3% | 0.81% | - |
| XYZ | 35.49 | 32.02 | 63.34 | - |
| YUV | 155.96 | 156.81 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 145 | 207 | 0.24 | 0.30 | 0 | 0.19 | 252.58 | 0.39 | 0.69 |
| Hex | 9E | 91 | CF | 18 | 1E | 0 | 13 | FD | 27 | 45 |
| Octal | 236 | 221 | 317 | 30 | 36 | 0 | 23 | 375 | 47 | 105 |
| Binary | 10011110 | 10010001 | 11001111 | 11000 | 11110 | 0 | 10011 | 11111101 | 100111 | 1000101 |
Color Harmonies of #9E91CF
Complementary color
Monochromatic Colors of #9E91CF
Black with #9E91CF
Text Example
Text Example
White with #9E91CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E91CF; }
p { color: rgb(158,145,207); }
H1.HeaderClassName
{
color: #9E91CF;
}
.AnyTagClassName
{
color: #9E91CF;
}
</style>
background-color css
<style>
a { background-color: #9E91CF; }
a { background-color: rgb(158,145,207); }
div.DivClassName
{
background-color: #9E91CF;
}
.BgClassName
{
background-color: #9E91CF;
}
</style>
border-color css
<style>
span { border-color: #9E91CF; }
span { border-color: rgb(158,145,207); }
td.TdClassName
{
border-color: #9E91CF;
}
.TagClassName
{
border-color: #9E91CF;
}
</style>