#896893

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

Shades of Ce Soir #896893

Tints of Ce Soir #896893

Color information

#896893 (or 0x896893) is unknown color: approx Ce Soir. HEX triplet: 89, 68 and 93. RGB value is (137,104,147). Sum of RGB (Red+Green+Blue) = 137+104+147=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #896893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896893 is #76976C. Grayscale: #767676. Windows color (decimal): -7772013 or 9660553. OLE color: 9660553.

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

Color convert

RGB137104147-
CMYK0.070.2900.42
HSL286.05º17.13%49.22%-
HSV(B)286.05º29.25%57.65%-
XYZ20.5317.3329.87-
YUV118.77143.93141-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.31%
GREEN value IS 104 (41.02% from 255) = 26.80%
BLUE value IS 147 (57.81% from 255) = 37.89%
R=35.31%
G=26.80%
B=37.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371041470.070.2900.42286.0517.1349.22
Hex89689371D02A11e1131
Octal2111502237350524362161
Binary1000100111010001001001111111101010101010001111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896893; }

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

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

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

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

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

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

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

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