COLOR #8A517E

HEX: #8A517E RGB: (138,81,126)

Color info

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

RGB color model

#8A517E color RGB value is (138,81,126).

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

RGB channels and saturation

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

138
81
126

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

Portions of RGB colors in percentages

R + G + B = 138 + 81 + 126 = 345 (100%)
R 138 of 345 ~ 40%
G 81 of 345 ~ 23.48%
B 126 of 345 ~ 36.52'%

%40
%23.48
%36.52

CMYK color model

#8A517E color CMYK value is (0,41,9,46).

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

CMYK: (0,41,9,46)
C0M41Y9K46 (0%, 41%, 9%, 46%)
(0.00 / 0.41 / 0.09 / 0.46)

CMYK percentages

%0
%41.3
%8.7
%45.88

Codes

Color #8A517E in popluar color models

8A 51 7E
RGB 138 81 126
HSL 313° 26.03% 42.94%
HSB/HSV 313° 41.30% 54.12%
CMYK 0.00% 41.30% 8.70%
45.88%

Color #8A517E in popluar number systems.

HEX 8A 51 7E
Decimal 138 81 126
Binary 10001010 1010001 1111110
Octal 212 121 176

Shades and tints

Shades of #8A517E

#8A517E
(138,81,126)
#7E4A73
(126,74,115)
#724368
(114,67,104)
#663C5D
(102,60,93)
#5A3552
(90,53,82)
#4E2E47
(78,46,71)
#42273C
(66,39,60)
#362031
(54,32,49)
#2A1926
(42,25,38)
#1E121B
(30,18,27)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #8A517E

#8A517E
(138,81,126)
#946089
(148,96,137)
#9E6F94
(158,111,148)
#A87E9F
(168,126,159)
#B28DAA
(178,141,170)
#BC9CB5
(188,156,181)
#C6ABC0
(198,171,192)
#D0BACB
(208,186,203)
#DAC9D6
(218,201,214)
#E4D8E1
(228,216,225)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A517E; }

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

This text font color is #8A517E.

Background Color

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

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

This div background color is #8A517E.

Border color

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

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

This div border color is #8A517E.

Opacity

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

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

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

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

This text has shadow with #8A517E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A517E.

Preview

Color preview on black background

This text has color #8A517E on black background.


Color preview on white background

This text has color #8A517E on white background.


Black color preview on #8A517E background

This text has black color on #8A517E background.


White color preview on #8A517E background

This text has white color on #8A517E background.


Related colors

Complementary color

Complementary color for #hex is #75AE81.


I love getcolorcode.com

Triadic colors

1 #7E8A51 and #517E8A with #8A517E are triadic colors.

2 #7E518A and #518A7E with #8A517E are triadic colors.