Shades of Wistful #9E95DC
Tints of Wistful #9E95DC
RGB
CMYK
RGB Variations
Color information
#9E95DC (or 0x9E95DC) is known color: Wistful. HEX triplet: 9E, 95 and DC. RGB value is (158,149,220). Sum of RGB (Red+Green+Blue) = 158+149+220=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E95DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E95DC is #616A23. Grayscale: #9F9F9F. Windows color (decimal): -6384164 or 14456222. OLE color: 14456222.
HSL color Cylindrical-coordinate representation of color #9E95DC: hue angle of 247.61º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E95DC is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 149 | 220 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.14 |
| HSL | 247.61º | 0.5% | 0.72% | - |
| HSV(B) | 247.61º | 0.32% | 0.86% | - |
| XYZ | 37.77 | 33.93 | 72.27 | - |
| YUV | 159.79 | 161.98 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 149 | 220 | 0.28 | 0.32 | 0 | 0.14 | 247.61 | 0.5 | 0.72 |
| Hex | 9E | 95 | DC | 1C | 20 | 0 | E | F8 | 32 | 48 |
| Octal | 236 | 225 | 334 | 34 | 40 | 0 | 16 | 370 | 62 | 110 |
| Binary | 10011110 | 10010101 | 11011100 | 11100 | 100000 | 0 | 1110 | 11111000 | 110010 | 1001000 |
Color Harmonies of #9E95DC
Complementary color
Monochromatic Colors of #9E95DC
Black with #9E95DC
Text Example
Text Example
White with #9E95DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E95DC; }
p { color: rgb(158,149,220); }
H1.HeaderClassName
{
color: #9E95DC;
}
.AnyTagClassName
{
color: #9E95DC;
}
</style>
background-color css
<style>
a { background-color: #9E95DC; }
a { background-color: rgb(158,149,220); }
div.DivClassName
{
background-color: #9E95DC;
}
.BgClassName
{
background-color: #9E95DC;
}
</style>
border-color css
<style>
span { border-color: #9E95DC; }
span { border-color: rgb(158,149,220); }
td.TdClassName
{
border-color: #9E95DC;
}
.TagClassName
{
border-color: #9E95DC;
}
</style>