#89629A

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

Shades of Ce Soir #89629A

Tints of Ce Soir #89629A

Color information

#89629A (or 0x89629A) is unknown color: approx Ce Soir. HEX triplet: 89, 62 and 9A. RGB value is (137,98,154). Sum of RGB (Red+Green+Blue) = 137+98+154=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 154 - color contains mainly: blue. Hex color #89629A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89629A is #769D65. Grayscale: #737373. Windows color (decimal): -7773542 or 10117769. OLE color: 10117769.

HSL color Cylindrical-coordinate representation of color #89629A: hue angle of 281.79º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89629A is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13798154-
CMYK0.110.3600.40
HSL281.79º22.22%49.41%-
HSV(B)281.79º36.36%60.39%-
XYZ20.5216.3932.65-
YUV116.04149.42142.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.22%
GREEN value IS 98 (38.67% from 255) = 25.19%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=35.22%
G=25.19%
B=39.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal137981540.110.3600.40281.7922.2249.41
Hex89629AB2402811a1631
Octal21114223213440504322661
Binary100010011100010100110101011100100010100010001101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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