COLOR #8A517C

HEX: #8A517C RGB: (138,81,124)

Color info

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

RGB color model

#8A517C color RGB value is (138,81,124).

RGB: (138,81,124) (54%, 32%, 49%)

RGB channels and saturation

R 138 of 255 = 54%
G 81 of 255 = 32%
B 124 of 255 = 49%

138
81
124

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

Portions of RGB colors in percentages

R + G + B = 138 + 81 + 124 = 343 (100%)
R 138 of 343 ~ 40.23%
G 81 of 343 ~ 23.62%
B 124 of 343 ~ 36.15'%

%40.23
%23.62
%36.15

CMYK color model

#8A517C color CMYK value is (0,41,10,46).

  • cyan value is 0.00%
  • magenta value is 41.30%
  • yellow value is 10.14%
  • key color value is 45.88%

CMYK: (0,41,10,46)
C0M41Y10K46 (0%, 41%, 10%, 46%)
(0.00 / 0.41 / 0.10 / 0.46)

CMYK percentages

%0
%41.3
%10.14
%45.88

Codes

Color #8A517C in popluar color models

8A 51 7C
RGB 138 81 124
HSL 315° 26.03% 42.94%
HSB/HSV 315° 41.30% 54.12%
CMYK 0.00% 41.30% 10.14%
45.88%

Color #8A517C in popluar number systems.

HEX 8A 51 7C
Decimal 138 81 124
Binary 10001010 1010001 1111100
Octal 212 121 174

Shades and tints

Shades of #8A517C

#8A517C
(138,81,124)
#7E4A71
(126,74,113)
#724366
(114,67,102)
#663C5B
(102,60,91)
#5A3550
(90,53,80)
#4E2E45
(78,46,69)
#42273A
(66,39,58)
#36202F
(54,32,47)
#2A1924
(42,25,36)
#1E1219
(30,18,25)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #8A517C

#8A517C
(138,81,124)
#946087
(148,96,135)
#9E6F92
(158,111,146)
#A87E9D
(168,126,157)
#B28DA8
(178,141,168)
#BC9CB3
(188,156,179)
#C6ABBE
(198,171,190)
#D0BAC9
(208,186,201)
#DAC9D4
(218,201,212)
#E4D8DF
(228,216,223)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A517C color. Also use rgb(138,81,124) instead hex code.

Text Font Color

.myTextColor { color: #8A517C; }

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

This text font color is #8A517C.

Background Color

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

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

This div background color is #8A517C.

Border color

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

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

This div border color is #8A517C.

Opacity

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

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

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

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

This text has shadow with #8A517C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A517C.

Preview

Color preview on black background

This text has color #8A517C on black background.


Color preview on white background

This text has color #8A517C on white background.


Black color preview on #8A517C background

This text has black color on #8A517C background.


White color preview on #8A517C background

This text has white color on #8A517C background.


Related colors

Complementary color

Complementary color for #hex is #75AE83.


I love getcolorcode.com

Triadic colors

1 #7C8A51 and #517C8A with #8A517C are triadic colors.

2 #7C518A and #518A7C with #8A517C are triadic colors.