COLOR #8A7589

HEX: #8A7589 RGB: (138,117,137)

Color info

#8A7589 contains red, green and blue colors in about the same proportion. Web safe color of #8A7589 is #996699 (or #969).

RGB color model

#8A7589 color RGB value is (138,117,137).

RGB: (138,117,137) (54%, 46%, 54%)

RGB channels and saturation

R 138 of 255 = 54%
G 117 of 255 = 46%
B 137 of 255 = 54%

138
117
137

R + G + B ~ 51%. #8A7589 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 138 + 117 + 137 = 392 (100%)
R 138 of 392 ~ 35.2%
G 117 of 392 ~ 29.85%
B 137 of 392 ~ 34.95'%

%35.2
%29.85
%34.95

CMYK color model

#8A7589 color CMYK value is (0,15,1,46).

  • cyan value is 0.00%
  • magenta value is 15.22%
  • yellow value is 0.72%
  • key color value is 45.88%

CMYK: (0,15,1,46)
C0M15Y1K46 (0%, 15%, 1%, 46%)
(0.00 / 0.15 / 0.01 / 0.46)

CMYK percentages

%0
%15.22
%0.72
%45.88

Codes

Color #8A7589 in popluar color models

8A 75 89
RGB 138 117 137
HSL 303° 8.24% 50.00%
HSB/HSV 303° 15.22% 54.12%
CMYK 0.00% 15.22% 0.72%
45.88%

Color #8A7589 in popluar number systems.

HEX 8A 75 89
Decimal 138 117 137
Binary 10001010 1110101 10001001
Octal 212 165 211

Shades and tints

Shades of #8A7589

#8A7589
(138,117,137)
#7E6B7D
(126,107,125)
#726171
(114,97,113)
#665765
(102,87,101)
#5A4D59
(90,77,89)
#4E434D
(78,67,77)
#423941
(66,57,65)
#362F35
(54,47,53)
#2A2529
(42,37,41)
#1E1B1D
(30,27,29)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #8A7589

#8A7589
(138,117,137)
#948193
(148,129,147)
#9E8D9D
(158,141,157)
#A899A7
(168,153,167)
#B2A5B1
(178,165,177)
#BCB1BB
(188,177,187)
#C6BDC5
(198,189,197)
#D0C9CF
(208,201,207)
#DAD5D9
(218,213,217)
#E4E1E3
(228,225,227)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7589 color. Also use rgb(138,117,137) instead hex code.

Text Font Color

.myTextColor { color: #8A7589; }

<p style="color:#8A7589">This sample text font color is #8A7589.</p>

This text font color is #8A7589.

Background Color

.myBgColor { background-color: #8A7589; }

<div style="background-color:#8A7589">Inner text</div>

This div background color is #8A7589.

Border color

.myBorderColor { border: 1px solid #8A7589; }

<div style="border:3px solid #8A7589">Div</div>

This div border color is #8A7589.

Opacity

.myOpacity80 { color: #8A7589; opacity: 0.8; }

<p style="color:#8A7589;opacity:0.8;">80%</p>

Text with #8A7589 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8A7589;}

<p style="text-shadow: 3px 3px 1px #8A7589">Text here.</p>

This text has shadow with #8A7589 color.


.textShadow {text-shadow: 3px 3px 1px #8A7589', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8A7589, 5px 5px 20px red">Text here.</p>

This text has shadow with #8A7589 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8A7589, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8A7589, Direction=45, Strength=4)">Text</p>

This text has shadow with #8A7589 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8A7589;
-webkit-box-shadow: 1px 1px 3px 2px #8A7589;
box-shadow: 1px 1px 3px 2px #8A7589;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8A7589; -webkit-box-shadow: 1px 1px 3px 2px #8A7589; box-shadow:1px 1px 3px 2px #8A7589;">
Div content here
</div>

This div box has shadow with color #8A7589.

Preview

Color preview on black background

This text has color #8A7589 on black background.


Color preview on white background

This text has color #8A7589 on white background.


Black color preview on #8A7589 background

This text has black color on #8A7589 background.


White color preview on #8A7589 background

This text has white color on #8A7589 background.


Related colors

Complementary color

Complementary color for #hex is #758A76.


I love getcolorcode.com

Triadic colors

1 #898A75 and #75898A with #8A7589 are triadic colors.

2 #89758A and #758A89 with #8A7589 are triadic colors.