#896BAA

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

Shades of Ce Soir #896BAA

Tints of Ce Soir #896BAA

Color information

#896BAA (or 0x896BAA) is unknown color: approx Ce Soir. HEX triplet: 89, 6B and AA. RGB value is (137,107,170). Sum of RGB (Red+Green+Blue) = 137+107+170=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #896BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896BAA is #769455. Grayscale: #7A7A7A. Windows color (decimal): -7771222 or 11168649. OLE color: 11168649.

HSL color Cylindrical-coordinate representation of color #896BAA: hue angle of 268.57º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #896BAA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137107170-
CMYK0.190.3700.33
HSL268.57º27.04%54.31%-
HSV(B)268.57º37.06%66.67%-
XYZ22.8318.7440.44-
YUV123.15154.44137.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.09%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 170 (66.80% from 255) = 41.06%
R=33.09%
G=25.85%
B=41.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371071700.190.3700.33268.5727.0454.31
Hex896BAA132502110d1b36
Octal21115325223450414153366
Binary1000100111010111010101010011100101010000110000110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,107,170); }

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

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

 a { background-color: rgb(137,107,170); }

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

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

 span { border-color: rgb(137,107,170); }

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