#896E9D

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

Shades of Ce Soir #896E9D

Tints of Ce Soir #896E9D

Color information

#896E9D (or 0x896E9D) is unknown color: approx Ce Soir. HEX triplet: 89, 6E and 9D. RGB value is (137,110,157). Sum of RGB (Red+Green+Blue) = 137+110+157=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #896E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896E9D is #769162. Grayscale: #7B7B7B. Windows color (decimal): -7770467 or 10317449. OLE color: 10317449.

HSL color Cylindrical-coordinate representation of color #896E9D: hue angle of 274.47º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #896E9D is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB137110157-
CMYK0.130.3000.38
HSL274.47º19.34%52.35%-
HSV(B)274.47º29.94%61.57%-
XYZ21.9818.934.39-
YUV123.43146.95137.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.91%
GREEN value IS 110 (43.36% from 255) = 27.23%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=33.91%
G=27.23%
B=38.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371101570.130.3000.38274.4719.3452.35
Hex896E9DD1E0261121334
Octal21115623515360464222364
Binary10001001110111010011101110111110010011010001001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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