#89649E

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

Shades of Ce Soir #89649E

Tints of Ce Soir #89649E

Color information

#89649E (or 0x89649E) is unknown color: approx Ce Soir. HEX triplet: 89, 64 and 9E. RGB value is (137,100,158). Sum of RGB (Red+Green+Blue) = 137+100+158=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 158 - color contains mainly: blue. Hex color #89649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89649E is #769B61. Grayscale: #757575. Windows color (decimal): -7773026 or 10380425. OLE color: 10380425.

HSL color Cylindrical-coordinate representation of color #89649E: hue angle of 278.28º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89649E is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB137100158-
CMYK0.130.3700.38
HSL278.28º23.02%50.59%-
HSV(B)278.28º36.71%61.96%-
XYZ21.0516.934.5-
YUV117.68150.76141.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.68%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 158 (62.11% from 255) = 40%
R=34.68%
G=25.32%
B=40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371001580.130.3700.38278.2823.0250.59
Hex89649ED250261161733
Octal21114423615450464262763
Binary100010011100100100111101101100101010011010001011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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