#896C99

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

Shades of Ce Soir #896C99

Tints of Ce Soir #896C99

Color information

#896C99 (or 0x896C99) is unknown color: approx Ce Soir. HEX triplet: 89, 6C and 99. RGB value is (137,108,153). Sum of RGB (Red+Green+Blue) = 137+108+153=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 153 - color contains mainly: blue. Hex color #896C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896C99 is #769366. Grayscale: #797979. Windows color (decimal): -7770983 or 10054793. OLE color: 10054793.

HSL color Cylindrical-coordinate representation of color #896C99: hue angle of 278.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #896C99 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB137108153-
CMYK0.100.2900.4
HSL278.67º18.07%51.18%-
HSV(B)278.67º29.41%60%-
XYZ21.4318.3432.55-
YUV121.8145.61138.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.42%
GREEN value IS 108 (42.58% from 255) = 27.14%
BLUE value IS 153 (60.16% from 255) = 38.44%
R=34.42%
G=27.14%
B=38.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1371081530.100.2900.4278.6718.0751.18
Hex896C99A1D0281171233
Octal21115423112350504272263
Binary10001001110110010011001101011101010100010001011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,108,153); }

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

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

 a { background-color: rgb(137,108,153); }

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

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

 span { border-color: rgb(137,108,153); }

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