COLOR #8A5289

HEX: #8A5289
RGB: (138,82,137)

Color info

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

RGB color model

#8A5289 color RGB value is (138,82,137).

  • red value is 138;
  • green value is 82;
  • blue value is 137.
RGB:
(138,82,137)
(54%,32%,54%)

RGB channels and saturation

R 138 of 255 = 54%
G 82 of 255 = 32%
B 137 of 255 = 54%

138
82
137

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

Portions of RGB colors in percentages

R + G + B =
138 + 82 + 137 = 357 (100%)
R 138 of 357 ~ 38.66%
G 82 of 357 ~ 22.97%
B 137 of 357 ~ 38.38%

%38.66
%22.97
%38.38

CMYK color model

#8A5289 color CMYK value is (0,41,1,46).

  • cyan value is 0.00%
  • magenta value is 40.58%
  • yellow value is 0.72%
  • key color value is 45.88%
CMYK:
(0,41,1,46)
C0M41Y1K46 
(0%,41%,1%,46%)
(0.00/0.41/0.01/0.46)	

CMYK percentages

%0
%40.58
%0.72
%45.88

Codes

Color #8A5289 in popluar color models

8A5289
RGB13882137
HSL301°25.45%43.14%
HSB/HSV301°40.58%54.12%
CMYK0.00%40.58%0.72%
45.88%

Color #8A5289 in popluar number systems.

HEX8A5289
Decimal13882137
Binary10001010101001010001001
Octal212122211

Shades and tints

Shades of #8A5289

#8A5289
(138,82,137)
#7E4B7D
(126,75,125)
#724471
(114,68,113)
#663D65
(102,61,101)
#5A3659
(90,54,89)
#4E2F4D
(78,47,77)
#422841
(66,40,65)
#362135
(54,33,53)
#2A1A29
(42,26,41)
#1E131D
(30,19,29)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #8A5289

#8A5289
(138,82,137)
#946193
(148,97,147)
#9E709D
(158,112,157)
#A87FA7
(168,127,167)
#B28EB1
(178,142,177)
#BC9DBB
(188,157,187)
#C6ACC5
(198,172,197)
#D0BBCF
(208,187,207)
#DACAD9
(218,202,217)
#E4D9E3
(228,217,227)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5289; }

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

This text font color is #8A5289.


Background Color

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

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

This div background color is #8A5289.


Border color

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

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

This div border color is #8A5289.


Opacity

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

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

Text with #8A5289 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 #8A5289;}

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

This text has shadow with #8A5289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5289 on black background.


Color preview on white background

This text has color #8A5289 on white background.



Black color preview on #8A5289 background

This text has black color on #8A5289 background.


White color preview on #8A5289 background

This text has white color on #8A5289 background.