#896892

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

Shades of Ce Soir #896892

Tints of Ce Soir #896892

Color information

#896892 (or 0x896892) is unknown color: approx Ce Soir. HEX triplet: 89, 68 and 92. RGB value is (137,104,146). Sum of RGB (Red+Green+Blue) = 137+104+146=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #896892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896892 is #76976D. Grayscale: #767676. Windows color (decimal): -7772014 or 9595017. OLE color: 9595017.

HSL color Cylindrical-coordinate representation of color #896892: hue angle of 287.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #896892 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB137104146-
CMYK0.060.2900.43
HSL287.14º16.8%49.02%-
HSV(B)287.14º28.77%57.25%-
XYZ20.4617.2929.45-
YUV118.66143.43141.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.40%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=35.40%
G=26.87%
B=37.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371041460.060.2900.43287.1416.849.02
Hex89689261D02B11f1131
Octal2111502226350534372161
Binary1000100111010001001001011011101010101110001111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896892; }

 p { color: rgb(137,104,146); }

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

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

 a { background-color: rgb(137,104,146); }

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

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

 span { border-color: rgb(137,104,146); }

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