#89659C

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

Shades of Ce Soir #89659C

Tints of Ce Soir #89659C

Color information

#89659C (or 0x89659C) is unknown color: approx Ce Soir. HEX triplet: 89, 65 and 9C. RGB value is (137,101,156). Sum of RGB (Red+Green+Blue) = 137+101+156=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #89659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89659C is #769A63. Grayscale: #757575. Windows color (decimal): -7772772 or 10249609. OLE color: 10249609.

HSL color Cylindrical-coordinate representation of color #89659C: hue angle of 279.27º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89659C is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB137101156-
CMYK0.120.3500.39
HSL279.27º21.74%50.39%-
HSV(B)279.27º35.26%61.18%-
XYZ20.9717.0333.63-
YUV118.03149.43141.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.77%
GREEN value IS 101 (39.84% from 255) = 25.63%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=34.77%
G=25.63%
B=39.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371011560.120.3500.39279.2721.7450.39
Hex89659CC230271171632
Octal21114523414430474272662
Binary100010011100101100111001100100011010011110001011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89659C; }

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

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

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

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

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

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

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

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