#9E90ED

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

Shades of Wistful #9E90ED

Tints of Wistful #9E90ED

Color information

#9E90ED (or 0x9E90ED) is unknown color: approx Wistful. HEX triplet: 9E, 90 and ED. RGB value is (158,144,237). Sum of RGB (Red+Green+Blue) = 158+144+237=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E90ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E90ED is #616F12. Grayscale: #9E9E9E. Windows color (decimal): -6385427 or 15569054. OLE color: 15569054.

HSL color Cylindrical-coordinate representation of color #9E90ED: hue angle of 249.03º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E90ED is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158144237-
CMYK0.330.3900.07
HSL249.03º72.09%74.71%-
HSV(B)249.03º39.24%92.94%-
XYZ39.3633.3384.48-
YUV158.79172.14127.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.31%
GREEN value IS 144 (56.64% from 255) = 26.72%
BLUE value IS 237 (92.97% from 255) = 43.97%
R=29.31%
G=26.72%
B=43.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581442370.330.3900.07249.0372.0974.71
Hex9E90ED212707f9484b
Octal236220355414707371110113
Binary10011110100100001110110110000110011101111111100110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E90ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,144,237); }

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

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

 a { background-color: rgb(158,144,237); }

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

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

 span { border-color: rgb(158,144,237); }

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