#896A93

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

Shades of Ce Soir #896A93

Tints of Ce Soir #896A93

Color information

#896A93 (or 0x896A93) is unknown color: approx Ce Soir. HEX triplet: 89, 6A and 93. RGB value is (137,106,147). Sum of RGB (Red+Green+Blue) = 137+106+147=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 147 - color contains mainly: blue. Hex color #896A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896A93 is #76956C. Grayscale: #777777. Windows color (decimal): -7771501 or 9661065. OLE color: 9661065.

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

Color convert

RGB137106147-
CMYK0.070.2800.42
HSL285.37º16.21%49.61%-
HSV(B)285.37º27.89%57.65%-
XYZ20.7417.7329.93-
YUV119.94143.27140.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.13%
GREEN value IS 106 (41.80% from 255) = 27.18%
BLUE value IS 147 (57.81% from 255) = 37.69%
R=35.13%
G=27.18%
B=37.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371061470.070.2800.42285.3716.2149.61
Hex896A9371C02A11d1032
Octal2111522237340524352062
Binary1000100111010101001001111111100010101010001110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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