#89699F

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

Shades of Ce Soir #89699F

Tints of Ce Soir #89699F

Color information

#89699F (or 0x89699F) is unknown color: approx Ce Soir. HEX triplet: 89, 69 and 9F. RGB value is (137,105,159). Sum of RGB (Red+Green+Blue) = 137+105+159=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #89699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89699F is #769660. Grayscale: #787878. Windows color (decimal): -7771745 or 10447241. OLE color: 10447241.

HSL color Cylindrical-coordinate representation of color #89699F: hue angle of 275.56º degrees, saturation: 0.22, 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 #89699F is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB137105159-
CMYK0.140.3400.38
HSL275.56º21.95%51.76%-
HSV(B)275.56º33.96%62.35%-
XYZ21.6317.9235.12-
YUV120.72149.6139.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.16%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 159 (62.5% from 255) = 39.65%
R=34.16%
G=26.18%
B=39.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371051590.140.3400.38275.5621.9551.76
Hex89699FE220261141634
Octal21115123716420464242664
Binary100010011101001100111111110100010010011010001010010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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