#896A99

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

Shades of Ce Soir #896A99

Tints of Ce Soir #896A99

Color information

#896A99 (or 0x896A99) is unknown color: approx Ce Soir. HEX triplet: 89, 6A and 99. RGB value is (137,106,153). Sum of RGB (Red+Green+Blue) = 137+106+153=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #896A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896A99 is #769566. Grayscale: #787878. Windows color (decimal): -7771495 or 10054281. OLE color: 10054281.

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

Color convert

RGB137106153-
CMYK0.100.3100.4
HSL279.57º18.73%50.78%-
HSV(B)279.57º30.72%60%-
XYZ21.2217.9332.48-
YUV120.63146.27139.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.60%
GREEN value IS 106 (41.80% from 255) = 26.77%
BLUE value IS 153 (60.16% from 255) = 38.64%
R=34.60%
G=26.77%
B=38.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1371061530.100.3100.4279.5718.7350.78
Hex896A99A1F0281181333
Octal21115223112370504302363
Binary10001001110101010011001101011111010100010001100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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