#89629D

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

Shades of Ce Soir #89629D

Tints of Ce Soir #89629D

Color information

#89629D (or 0x89629D) is unknown color: approx Ce Soir. HEX triplet: 89, 62 and 9D. RGB value is (137,98,157). Sum of RGB (Red+Green+Blue) = 137+98+157=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 157 - color contains mainly: blue. Hex color #89629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89629D is #769D62. Grayscale: #747474. Windows color (decimal): -7773539 or 10314377. OLE color: 10314377.

HSL color Cylindrical-coordinate representation of color #89629D: hue angle of 279.66º degrees, saturation: 0.23, 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 #89629D is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13798157-
CMYK0.130.3800.38
HSL279.66º23.14%50%-
HSV(B)279.66º37.58%61.57%-
XYZ20.7716.4933.99-
YUV116.39150.92142.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 98 (38.67% from 255) = 25%
BLUE value IS 157 (61.72% from 255) = 40.05%
R=34.95%
G=25%
B=40.05%

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
Decimal137981570.130.3800.38279.6623.1450
Hex89629DD260261181732
Octal21114223515460464302762
Binary100010011100010100111011101100110010011010001100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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