#896697

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

Shades of Ce Soir #896697

Tints of Ce Soir #896697

Color information

#896697 (or 0x896697) is unknown color: approx Ce Soir. HEX triplet: 89, 66 and 97. RGB value is (137,102,151). Sum of RGB (Red+Green+Blue) = 137+102+151=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 151 - color contains mainly: blue. Hex color #896697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896697 is #769968. Grayscale: #757575. Windows color (decimal): -7772521 or 9922185. OLE color: 9922185.

HSL color Cylindrical-coordinate representation of color #896697: hue angle of 282.86º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #896697 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB137102151-
CMYK0.090.3200.41
HSL282.86º19.37%49.61%-
HSV(B)282.86º32.45%59.22%-
XYZ20.6517.0631.48-
YUV118.05146.6141.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.13%
GREEN value IS 102 (40.23% from 255) = 26.15%
BLUE value IS 151 (59.38% from 255) = 38.72%
R=35.13%
G=26.15%
B=38.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1371021510.090.3200.41282.8619.3749.61
Hex89669792002911b1332
Octal21114622711400514332362
Binary100010011100110100101111001100000010100110001101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896697; }

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

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

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

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

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

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

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

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