#9E92ED

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

Shades of Wistful #9E92ED

Tints of Wistful #9E92ED

Color information

#9E92ED (or 0x9E92ED) is unknown color: approx Wistful. HEX triplet: 9E, 92 and ED. RGB value is (158,146,237). Sum of RGB (Red+Green+Blue) = 158+146+237=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E92ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E92ED is #616D12. Grayscale: #9F9F9F. Windows color (decimal): -6384915 or 15569566. OLE color: 15569566.

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

Color convert

RGB158146237-
CMYK0.330.3800.07
HSL247.91º71.65%75.1%-
HSV(B)247.91º38.4%92.94%-
XYZ39.6733.9484.58-
YUV159.96171.48126.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.21%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=29.21%
G=26.99%
B=43.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581462370.330.3800.07247.9171.6575.1
Hex9E92ED212607f8484b
Octal236222355414607370110113
Binary10011110100100101110110110000110011001111111100010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E92ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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