#9C94EF

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

Shades of Wistful #9C94EF

Tints of Wistful #9C94EF

Color information

#9C94EF (or 0x9C94EF) is unknown color: approx Wistful. HEX triplet: 9C, 94 and EF. RGB value is (156,148,239). Sum of RGB (Red+Green+Blue) = 156+148+239=543 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.73% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C94EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C94EF is #636B10. Grayscale: #A0A0A0. Windows color (decimal): -6515473 or 15701148. OLE color: 15701148.

HSL color Cylindrical-coordinate representation of color #9C94EF: hue angle of 245.27º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C94EF is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB156148239-
CMYK0.350.3800.06
HSL245.27º73.98%75.88%-
HSV(B)245.27º38.08%93.73%-
XYZ39.8834.4886.21-
YUV160.77172.15124.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.73%
GREEN value IS 148 (58.20% from 255) = 27.26%
BLUE value IS 239 (93.75% from 255) = 44.01%
R=28.73%
G=27.26%
B=44.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1561482390.350.3800.06245.2773.9875.88
Hex9C94EF232606f54a4c
Octal234224357434606365112114
Binary10011100100101001110111110001110011001101111010110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C94EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,148,239); }

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

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

 a { background-color: rgb(156,148,239); }

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

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

 span { border-color: rgb(156,148,239); }

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