COLOR #8A5D7D

HEX: #8A5D7D RGB: (138,93,125)

Color info

#8A5D7D contains red, green and blue colors in about the same proportion. Web safe color of #8A5D7D is #996666 (or #966).

RGB color model

#8A5D7D color RGB value is (138,93,125).

RGB: (138,93,125) (54%, 36%, 49%)

RGB channels and saturation

R 138 of 255 = 54%
G 93 of 255 = 36%
B 125 of 255 = 49%

138
93
125

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

Portions of RGB colors in percentages

R + G + B = 138 + 93 + 125 = 356 (100%)
R 138 of 356 ~ 38.76%
G 93 of 356 ~ 26.12%
B 125 of 356 ~ 35.11'%

%38.76
%26.12
%35.11

CMYK color model

#8A5D7D color CMYK value is (0,33,9,46).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 9.42%
  • key color value is 45.88%
CMYK: (0,33,9,46) C0M33Y9K46 (0%,33%,9%,46%) (0.00/0.33/0.09/0.46) 

CMYK percentages

%0
%32.61
%9.42
%45.88

Codes

Color #8A5D7D in popluar color models

8A 5D 7D
RGB 138 93 125
HSL 317° 19.48% 45.29%
HSB/HSV 317° 32.61% 54.12%
CMYK 0.00% 32.61% 9.42%
45.88%

Color #8A5D7D in popluar number systems.

HEX 8A 5D 7D
Decimal 138 93 125
Binary 10001010 1011101 1111101
Octal 212 135 175

Shades and tints

Shades of #8A5D7D

#8A5D7D
(138,93,125)
#7E5572
(126,85,114)
#724D67
(114,77,103)
#66455C
(102,69,92)
#5A3D51
(90,61,81)
#4E3546
(78,53,70)
#422D3B
(66,45,59)
#362530
(54,37,48)
#2A1D25
(42,29,37)
#1E151A
(30,21,26)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #8A5D7D

#8A5D7D
(138,93,125)
#946B88
(148,107,136)
#9E7993
(158,121,147)
#A8879E
(168,135,158)
#B295A9
(178,149,169)
#BCA3B4
(188,163,180)
#C6B1BF
(198,177,191)
#D0BFCA
(208,191,202)
#DACDD5
(218,205,213)
#E4DBE0
(228,219,224)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5D7D color. Also use rgb(138,93,125) instead hex code.

Text Font Color

.myTextColor { color: #8A5D7D; }

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

This text font color is #8A5D7D.

Background Color

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

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

This div background color is #8A5D7D.

Border color

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

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

This div border color is #8A5D7D.

Opacity

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

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

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

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

This text has shadow with #8A5D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A5D7D.

Preview

Color preview on black background

This text has color #8A5D7D on black background.


Color preview on white background

This text has color #8A5D7D on white background.


Black color preview on #8A5D7D background

This text has black color on #8A5D7D background.


White color preview on #8A5D7D background

This text has white color on #8A5D7D background.


Related colors

Complementary color

Complementary color for #hex is #75A282.


I love getcolorcode.com

Triadic colors

1 #7D8A5D and #5D7D8A with #8A5D7D are triadic colors.

2 #7D5D8A and #5D8A7D with #8A5D7D are triadic colors.