#9E93D4

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

Shades of Wistful #9E93D4

Tints of Wistful #9E93D4

Color information

#9E93D4 (or 0x9E93D4) is unknown color: approx Wistful. HEX triplet: 9E, 93 and D4. RGB value is (158,147,212). Sum of RGB (Red+Green+Blue) = 158+147+212=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 212 - color contains mainly: blue. Hex color #9E93D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E93D4 is #616C2B. Grayscale: #9D9D9D. Windows color (decimal): -6384684 or 13931422. OLE color: 13931422.

HSL color Cylindrical-coordinate representation of color #9E93D4: hue angle of 250.15º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E93D4 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB158147212-
CMYK0.250.3100.17
HSL250.15º43.05%70.39%-
HSV(B)250.15º30.66%83.14%-
XYZ36.4232.8966.72-
YUV157.7158.64128.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.56%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 212 (83.20% from 255) = 41.01%
R=30.56%
G=28.43%
B=41.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1581472120.250.3100.17250.1543.0570.39
Hex9E93D4191F011fa2b46
Octal236223324313702137253106
Binary1001111010010011110101001100111111010001111110101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E93D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,147,212); }

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

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

 a { background-color: rgb(158,147,212); }

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

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

 span { border-color: rgb(158,147,212); }

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