#9E97DE

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

Shades of Wistful #9E97DE

Tints of Wistful #9E97DE

Color information

#9E97DE (or 0x9E97DE) is unknown color: approx Wistful. HEX triplet: 9E, 97 and DE. RGB value is (158,151,222). Sum of RGB (Red+Green+Blue) = 158+151+222=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E97DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E97DE is #616821. Grayscale: #A0A0A0. Windows color (decimal): -6383650 or 14587806. OLE color: 14587806.

HSL color Cylindrical-coordinate representation of color #9E97DE: hue angle of 245.92º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E97DE is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158151222-
CMYK0.290.3200.13
HSL245.92º51.82%73.14%-
HSV(B)245.92º31.98%87.06%-
XYZ38.3534.6873.78-
YUV161.19162.32125.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.76%
GREEN value IS 151 (59.38% from 255) = 28.44%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=29.76%
G=28.44%
B=41.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581512220.290.3200.13245.9251.8273.14
Hex9E97DE1D200Df63449
Octal236227336354001536664111
Binary1001111010010111110111101110110000001101111101101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E97DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,151,222); }

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

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

 a { background-color: rgb(158,151,222); }

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

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

 span { border-color: rgb(158,151,222); }

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