#896995

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

Shades of Ce Soir #896995

Tints of Ce Soir #896995

Color information

#896995 (or 0x896995) is unknown color: approx Ce Soir. HEX triplet: 89, 69 and 95. RGB value is (137,105,149). Sum of RGB (Red+Green+Blue) = 137+105+149=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #896995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896995 is #76966A. Grayscale: #777777. Windows color (decimal): -7771755 or 9791881. OLE color: 9791881.

HSL color Cylindrical-coordinate representation of color #896995: hue angle of 283.64º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #896995 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB137105149-
CMYK0.080.3000.42
HSL283.64º17.32%49.8%-
HSV(B)283.64º29.53%58.43%-
XYZ20.7917.5930.73-
YUV119.58144.6140.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.04%
GREEN value IS 105 (41.41% from 255) = 26.85%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=35.04%
G=26.85%
B=38.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371051490.080.3000.42283.6417.3249.8
Hex89699581E02A11c1132
Octal21115122510360524342162
Binary10001001110100110010101100011110010101010001110010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896995; }

 p { color: rgb(137,105,149); }

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

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

 a { background-color: rgb(137,105,149); }

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

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

 span { border-color: rgb(137,105,149); }

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