#9E94D9

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

Shades of Wistful #9E94D9

Tints of Wistful #9E94D9

Color information

#9E94D9 (or 0x9E94D9) is unknown color: approx Wistful. HEX triplet: 9E, 94 and D9. RGB value is (158,148,217). Sum of RGB (Red+Green+Blue) = 158+148+217=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #9E94D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E94D9 is #616B26. Grayscale: #9E9E9E. Windows color (decimal): -6384423 or 14259358. OLE color: 14259358.

HSL color Cylindrical-coordinate representation of color #9E94D9: hue angle of 248.7º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E94D9 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB158148217-
CMYK0.270.3200.15
HSL248.7º47.59%71.57%-
HSV(B)248.7º31.8%85.1%-
XYZ37.2133.4670.14-
YUV158.86160.81127.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.21%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=30.21%
G=28.30%
B=41.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581482170.270.3200.15248.747.5971.57
Hex9E94D91B200Ff93048
Octal236224331334001737160110
Binary1001111010010100110110011101110000001111111110011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E94D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,148,217); }

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

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

 a { background-color: rgb(158,148,217); }

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

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

 span { border-color: rgb(158,148,217); }

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