#896695

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

Shades of Ce Soir #896695

Tints of Ce Soir #896695

Color information

#896695 (or 0x896695) is unknown color: approx Ce Soir. HEX triplet: 89, 66 and 95. RGB value is (137,102,149). Sum of RGB (Red+Green+Blue) = 137+102+149=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 149 - color contains mainly: blue. Hex color #896695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896695 is #76996A. Grayscale: #757575. Windows color (decimal): -7772523 or 9791113. OLE color: 9791113.

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

Color convert

RGB137102149-
CMYK0.080.3200.42
HSL284.68º18.73%49.22%-
HSV(B)284.68º31.54%58.43%-
XYZ20.4916.9930.63-
YUV117.82145.6141.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.31%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 149 (58.59% from 255) = 38.40%
R=35.31%
G=26.29%
B=38.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371021490.080.3200.42284.6818.7349.22
Hex89669582002A11d1331
Octal21114622510400524352361
Binary100010011100110100101011000100000010101010001110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896695; }

 p { color: rgb(137,102,149); }

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

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

 a { background-color: rgb(137,102,149); }

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

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

 span { border-color: rgb(137,102,149); }

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