#89649C

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

Shades of Ce Soir #89649C

Tints of Ce Soir #89649C

Color information

#89649C (or 0x89649C) is unknown color: approx Ce Soir. HEX triplet: 89, 64 and 9C. RGB value is (137,100,156). Sum of RGB (Red+Green+Blue) = 137+100+156=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #89649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89649C is #769B63. Grayscale: #757575. Windows color (decimal): -7773028 or 10249353. OLE color: 10249353.

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

Color convert

RGB137100156-
CMYK0.120.3600.39
HSL279.64º22.05%50.2%-
HSV(B)279.64º35.9%61.18%-
XYZ20.8716.8333.6-
YUV117.45149.76141.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.86%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=34.86%
G=25.45%
B=39.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371001560.120.3600.39279.6422.0550.2
Hex89649CC240271181632
Octal21114423414440474302662
Binary100010011100100100111001100100100010011110001100010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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