#89699E

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

Shades of Ce Soir #89699E

Tints of Ce Soir #89699E

Color information

#89699E (or 0x89699E) is unknown color: approx Ce Soir. HEX triplet: 89, 69 and 9E. RGB value is (137,105,158). Sum of RGB (Red+Green+Blue) = 137+105+158=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #89699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89699E is #769661. Grayscale: #787878. Windows color (decimal): -7771746 or 10381705. OLE color: 10381705.

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

Color convert

RGB137105158-
CMYK0.130.3400.38
HSL276.23º21.46%51.57%-
HSV(B)276.23º33.54%61.96%-
XYZ21.5417.8934.67-
YUV120.61149.1139.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.25%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 158 (62.11% from 255) = 39.5%
R=34.25%
G=26.25%
B=39.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371051580.130.3400.38276.2321.4651.57
Hex89699ED220261141534
Octal21115123615420464242564
Binary100010011101001100111101101100010010011010001010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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