#9E96EF

Color #9E96EF Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #9E96EF

Tints of Wistful #9E96EF

Color information

#9E96EF (or 0x9E96EF) is unknown color: approx Wistful. HEX triplet: 9E, 96 and EF. RGB value is (158,150,239). Sum of RGB (Red+Green+Blue) = 158+150+239=547 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.88% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E96EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E96EF is #616910. Grayscale: #A2A2A2. Windows color (decimal): -6383889 or 15701662. OLE color: 15701662.

HSL color Cylindrical-coordinate representation of color #9E96EF: hue angle of 245.39º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E96EF is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158150239-
CMYK0.340.3700.06
HSL245.39º73.55%76.27%-
HSV(B)245.39º37.24%93.73%-
XYZ40.5935.3186.34-
YUV162.54171.15124.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 28.88%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 239 (93.75% from 255) = 43.69%
R=28.88%
G=27.42%
B=43.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1581502390.340.3700.06245.3973.5576.27
Hex9E96EF222506f54a4c
Octal236226357424506365112114
Binary10011110100101101110111110001010010101101111010110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E96EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E96EF; }

 p { color: rgb(158,150,239); }

 H1.HeaderClassName
 {
   color: #9E96EF;
 }
 .AnyTagClassName
 {
   color: #9E96EF;
 }
</style>
background-color css

<style>
 a { background-color: #9E96EF; }

 a { background-color: rgb(158,150,239); }

 div.DivClassName
 {
   background-color: #9E96EF;
 }
 .BgClassName
 {
   background-color: #9E96EF;
 }
</style>
border-color css

<style>
 span { border-color: #9E96EF; }

 span { border-color: rgb(158,150,239); }

 td.TdClassName
 {
   border-color: #9E96EF;
 }
 .TagClassName
 {
   border-color: #9E96EF;
 }
</style>