#9E95DF

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

Shades of Wistful #9E95DF

Tints of Wistful #9E95DF

Color information

#9E95DF (or 0x9E95DF) is unknown color: approx Wistful. HEX triplet: 9E, 95 and DF. RGB value is (158,149,223). Sum of RGB (Red+Green+Blue) = 158+149+223=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E95DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E95DF is #616A20. Grayscale: #9F9F9F. Windows color (decimal): -6384161 or 14652830. OLE color: 14652830.

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

Color convert

RGB158149223-
CMYK0.290.3300.13
HSL247.3º53.62%72.94%-
HSV(B)247.3º33.18%87.45%-
XYZ38.1734.0974.38-
YUV160.13163.48126.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.81%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=29.81%
G=28.11%
B=42.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581492230.290.3300.13247.353.6272.94
Hex9E95DF1D210Df73649
Octal236225337354101536766111
Binary1001111010010101110111111110110000101101111101111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E95DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,149,223); }

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

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

 a { background-color: rgb(158,149,223); }

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

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

 span { border-color: rgb(158,149,223); }

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