color codes Logo

#89539c color codes

#89539C
(137,83,156)
0 Favorites   0 Comments

Color spaces of #89539c

RGB 13783156
HSL0.790.310.47
HSV284°47°61°
CMYK 0.120.470.00   0.39
XYZ19.410513.905233.1134
Yxy13.90520.29220.2093
Hunter Lab37.289727.6582-26.5470
CIE-Lab44.096735.4067-30.8816

#89539c color RGB value is (137,83,156).

#89539c hex color red value is 137, green value is 83 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #89539c hue: 0.79 , saturation: 0.31 and the lightness value of 89539c is 0.47.

The process color (four color CMYK) of #89539c color code is 0.12, 0.47, 0.00, 0.39. Web safe color of #89539c is #996699. Color #89539c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010011 10011100
Octal 211 123 234
Decimal 137 83 156
Hex 89 53 9C

RGB Percentages of Color #89539c

%36.44
%22.07
%41.49

CMYK Percentages of Color #89539c

%12
%47
%0
%39

Triadic Colors of #89539c

#89539c #9c8953 #539c89

Analogous Colors of #89539c

#89539c #9c538b #65539c

Monochromatic Colors of #89539c

#89539c

Complementary Color

#89539c #669c53

#89539c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89539c Color Preview on White Background

Lorem ipsum dolor sit amet.

#89539c Color CSS Codes

.mybgcolor {background-color:#89539c; } 
.myforecolor {color:#89539c; }
.mybordercolor {border:3px solid #89539c; }

#89539c Text Font Color

<p style="color:#89539c">Text here</p>

This sample text font color is #89539c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#89539c Background Color

<div style="background-color:#89539c">
Div content here</div>

This div background color is #89539c


#89539c Border Color

<div style="border:3px solid #89539c">
Div here</div>

This div border color is #89539c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,83,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89539c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89539c;
  -webkit-box-shadow: 1px 1px 3px 2px #89539c;
  box-shadow:         1px 1px 3px 2px #89539c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,83,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #89539c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #89539c;
  -webkit-box-shadow: 1px 1px 3px 2px #89539c;
  box-shadow:         1px 1px 3px 2px #89539c;">
Div content here</div>

This div box has shadow with color #89539c


Comments

No comments written yet.

Please login to write comment.