#896593

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

Shades of Ce Soir #896593

Tints of Ce Soir #896593

Color information

#896593 (or 0x896593) is unknown color: approx Ce Soir. HEX triplet: 89, 65 and 93. RGB value is (137,101,147). Sum of RGB (Red+Green+Blue) = 137+101+147=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #896593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896593 is #769A6C. Grayscale: #747474. Windows color (decimal): -7772781 or 9659785. OLE color: 9659785.

HSL color Cylindrical-coordinate representation of color #896593: hue angle of 286.96º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #896593 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB137101147-
CMYK0.070.3100.42
HSL286.96º18.55%48.63%-
HSV(B)286.96º31.29%57.65%-
XYZ20.2416.7329.77-
YUV117.01144.93142.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 147 (57.81% from 255) = 38.18%
R=35.58%
G=26.23%
B=38.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371011470.070.3100.42286.9618.5548.63
Hex89659371F02A11f1331
Octal2111452237370524372361
Binary1000100111001011001001111111111010101010001111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896593; }

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

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

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

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

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

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

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

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