#89699B

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

Shades of Ce Soir #89699B

Tints of Ce Soir #89699B

Color information

#89699B (or 0x89699B) is unknown color: approx Ce Soir. HEX triplet: 89, 69 and 9B. RGB value is (137,105,155). Sum of RGB (Red+Green+Blue) = 137+105+155=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #89699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89699B is #769664. Grayscale: #787878. Windows color (decimal): -7771749 or 10185097. OLE color: 10185097.

HSL color Cylindrical-coordinate representation of color #89699B: hue angle of 278.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89699B is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB137105155-
CMYK0.120.3200.39
HSL278.4º20%50.98%-
HSV(B)278.4º32.26%60.78%-
XYZ21.2817.7933.32-
YUV120.27147.6139.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.51%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=34.51%
G=26.45%
B=39.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371051550.120.3200.39278.42050.98
Hex89699BC200271161433
Octal21115123314400474262463
Binary100010011101001100110111100100000010011110001011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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