Shades of Wistful #9E95EF
Tints of Wistful #9E95EF
RGB
CMYK
RGB Variations
Color information
#9E95EF (or 0x9E95EF) is known color: Wistful. HEX triplet: 9E, 95 and EF. RGB value is (158,149,239). Sum of RGB (Red+Green+Blue) = 158+149+239=546 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.94% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E95EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E95EF is #616A10. Grayscale: #A1A1A1. Windows color (decimal): -6384145 or 15701406. OLE color: 15701406.
HSL color Cylindrical-coordinate representation of color #9E95EF: hue angle of 246º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E95EF is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 149 | 239 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.06 |
| HSL | 246º | 0.74% | 0.76% | - |
| HSV(B) | 246º | 0.38% | 0.94% | - |
| XYZ | 40.43 | 35 | 86.29 | - |
| YUV | 161.95 | 171.48 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 149 | 239 | 0.34 | 0.38 | 0 | 0.06 | 246 | 0.74 | 0.76 |
| Hex | 9E | 95 | EF | 22 | 26 | 0 | 6 | F6 | 4A | 4C |
| Octal | 236 | 225 | 357 | 42 | 46 | 0 | 6 | 366 | 112 | 114 |
| Binary | 10011110 | 10010101 | 11101111 | 100010 | 100110 | 0 | 110 | 11110110 | 1001010 | 1001100 |
Color Harmonies of #9E95EF
Complementary color
Monochromatic Colors of #9E95EF
Black with #9E95EF
Text Example
Text Example
White with #9E95EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E95EF; }
p { color: rgb(158,149,239); }
H1.HeaderClassName
{
color: #9E95EF;
}
.AnyTagClassName
{
color: #9E95EF;
}
</style>
background-color css
<style>
a { background-color: #9E95EF; }
a { background-color: rgb(158,149,239); }
div.DivClassName
{
background-color: #9E95EF;
}
.BgClassName
{
background-color: #9E95EF;
}
</style>
border-color css
<style>
span { border-color: #9E95EF; }
span { border-color: rgb(158,149,239); }
td.TdClassName
{
border-color: #9E95EF;
}
.TagClassName
{
border-color: #9E95EF;
}
</style>