#89649D

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

Shades of Ce Soir #89649D

Tints of Ce Soir #89649D

Color information

#89649D (or 0x89649D) is unknown color: approx Ce Soir. HEX triplet: 89, 64 and 9D. RGB value is (137,100,157). Sum of RGB (Red+Green+Blue) = 137+100+157=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #89649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89649D is #769B62. Grayscale: #757575. Windows color (decimal): -7773027 or 10314889. OLE color: 10314889.

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

Color convert

RGB137100157-
CMYK0.130.3600.38
HSL278.95º22.53%50.39%-
HSV(B)278.95º36.31%61.57%-
XYZ20.9616.8734.05-
YUV117.56150.26141.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.77%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=34.77%
G=25.38%
B=39.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371001570.130.3600.38278.9522.5350.39
Hex89649DD240261171732
Octal21114423515440464272762
Binary100010011100100100111011101100100010011010001011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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