#896E95

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

Shades of Ce Soir #896E95

Tints of Ce Soir #896E95

Color information

#896E95 (or 0x896E95) is unknown color: approx Ce Soir. HEX triplet: 89, 6E and 95. RGB value is (137,110,149). Sum of RGB (Red+Green+Blue) = 137+110+149=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #896E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896E95 is #76916A. Grayscale: #7A7A7A. Windows color (decimal): -7770475 or 9793161. OLE color: 9793161.

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

Color convert

RGB137110149-
CMYK0.080.2600.42
HSL281.54º15.54%50.78%-
HSV(B)281.54º26.17%58.43%-
XYZ21.3218.6430.91-
YUV122.52142.95138.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.60%
GREEN value IS 110 (43.36% from 255) = 27.78%
BLUE value IS 149 (58.59% from 255) = 37.63%
R=34.60%
G=27.78%
B=37.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371101490.080.2600.42281.5415.5450.78
Hex896E9581A02A11a1033
Octal21115622510320524322063
Binary10001001110111010010101100011010010101010001101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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