#9E89AE

Color #9E89AE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #9E89AE

Tints of East Side #9E89AE

Color information

#9E89AE (or 0x9E89AE) is unknown color: approx East Side. HEX triplet: 9E, 89 and AE. RGB value is (158,137,174). Sum of RGB (Red+Green+Blue) = 158+137+174=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E89AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E89AE is #617651. Grayscale: #939393. Windows color (decimal): -6387282 or 11438494. OLE color: 11438494.

HSL color Cylindrical-coordinate representation of color #9E89AE: hue angle of 274.05º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9E89AE is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB158137174-
CMYK0.090.2100.32
HSL274.05º18.59%60.98%-
HSV(B)274.05º21.26%68.24%-
XYZ30.6928.2243.87-
YUV147.5142.96135.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.69%
GREEN value IS 137 (53.91% from 255) = 29.21%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=33.69%
G=29.21%
B=37.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581371740.090.2100.32274.0518.5960.98
Hex9E89AE915020112133d
Octal23621125611250404222375
Binary100111101000100110101110100110101010000010001001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E89AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E89AE; }

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

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

<style>
 a { background-color: #9E89AE; }

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

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

<style>
 span { border-color: #9E89AE; }

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

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