#89629E

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

Shades of Ce Soir #89629E

Tints of Ce Soir #89629E

Color information

#89629E (or 0x89629E) is unknown color: approx Ce Soir. HEX triplet: 89, 62 and 9E. RGB value is (137,98,158). Sum of RGB (Red+Green+Blue) = 137+98+158=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #89629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89629E is #769D61. Grayscale: #747474. Windows color (decimal): -7773538 or 10379913. OLE color: 10379913.

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

Color convert

RGB13798158-
CMYK0.130.3800.38
HSL279º23.62%50.2%-
HSV(B)279º37.97%61.96%-
XYZ20.8616.5234.44-
YUV116.5151.42142.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.86%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 158 (62.11% from 255) = 40.20%
R=34.86%
G=24.94%
B=40.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal137981580.130.3800.3827923.6250.2
Hex89629ED260261171832
Octal21114223615460464273062
Binary100010011100010100111101101100110010011010001011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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