#9E96EA

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

Shades of Wistful #9E96EA

Tints of Wistful #9E96EA

Color information

#9E96EA (or 0x9E96EA) is unknown color: approx Wistful. HEX triplet: 9E, 96 and EA. RGB value is (158,150,234). Sum of RGB (Red+Green+Blue) = 158+150+234=542 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.15% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E96EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E96EA is #616915. Grayscale: #A1A1A1. Windows color (decimal): -6383894 or 15373982. OLE color: 15373982.

HSL color Cylindrical-coordinate representation of color #9E96EA: hue angle of 245.71º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E96EA is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158150234-
CMYK0.320.3600.08
HSL245.71º66.67%75.29%-
HSV(B)245.71º35.9%91.76%-
XYZ39.8635.0282.5-
YUV161.97168.65125.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.15%
GREEN value IS 150 (58.98% from 255) = 27.68%
BLUE value IS 234 (91.80% from 255) = 43.17%
R=29.15%
G=27.68%
B=43.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581502340.320.3600.08245.7166.6775.29
Hex9E96EA202408f6434b
Octal2362263524044010366103113
Binary100111101001011011101010100000100100010001111011010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E96EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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