#896d94

Color #896D94 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #896D94

Tints of Ce Soir #896D94

Color information

#896D94 (or 0x896D94) is unknown color: approx Ce Soir. HEX triplet: 89, 6D and 94. RGB value is (137,109,148). Sum of RGB (Red+Green+Blue) = 137+109+148=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #896D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896D94 is #76926B. Grayscale: #797979. Windows color (decimal): -7770732 or 9727369. OLE color: 9727369.

HSL color Cylindrical-coordinate representation of color #896D94: hue angle of 283.08º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #896D94 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB137109148-
CMYK0.070.2600.42
HSL283.08º15.42%50.39%-
HSV(B)283.08º26.35%58.04%-
XYZ21.1318.3930.45-
YUV121.82142.78138.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.77%
GREEN value IS 109 (42.97% from 255) = 27.66%
BLUE value IS 148 (58.20% from 255) = 37.56%
R=34.77%
G=27.66%
B=37.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371091480.070.2600.42283.0815.4250.39
Hex896D9471A02A11bf32
Octal2111552247320524331762
Binary100010011101101100101001111101001010101000110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896d94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896d94; }

 p { color: rgb(137,109,148); }

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

<style>
 a { background-color: #896d94; }

 a { background-color: rgb(137,109,148); }

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

<style>
 span { border-color: #896d94; }

 span { border-color: rgb(137,109,148); }

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