COLOR #8A6785

HEX: #8A6785 RGB: (138,103,133)

Color info

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

RGB color model

#8A6785 color RGB value is (138,103,133).

RGB: (138,103,133) (54%, 40%, 52%)

RGB channels and saturation

R 138 of 255 = 54%
G 103 of 255 = 40%
B 133 of 255 = 52%

138
103
133

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

Portions of RGB colors in percentages

R + G + B = 138 + 103 + 133 = 374 (100%)
R 138 of 374 ~ 36.9%
G 103 of 374 ~ 27.54%
B 133 of 374 ~ 35.56'%

%36.9
%27.54
%35.56

CMYK color model

#8A6785 color CMYK value is (0,25,4,46).

  • cyan value is 0.00%
  • magenta value is 25.36%
  • yellow value is 3.62%
  • key color value is 45.88%

CMYK: (0,25,4,46)
C0M25Y4K46 (0%, 25%, 4%, 46%)
(0.00 / 0.25 / 0.04 / 0.46)

CMYK percentages

%0
%25.36
%3.62
%45.88

Codes

Color #8A6785 in popluar color models

8A 67 85
RGB 138 103 133
HSL 309° 14.52% 47.25%
HSB/HSV 309° 25.36% 54.12%
CMYK 0.00% 25.36% 3.62%
45.88%

Color #8A6785 in popluar number systems.

HEX 8A 67 85
Decimal 138 103 133
Binary 10001010 1100111 10000101
Octal 212 147 205

Shades and tints

Shades of #8A6785

#8A6785
(138,103,133)
#7E5E79
(126,94,121)
#72556D
(114,85,109)
#664C61
(102,76,97)
#5A4355
(90,67,85)
#4E3A49
(78,58,73)
#42313D
(66,49,61)
#362831
(54,40,49)
#2A1F25
(42,31,37)
#1E1619
(30,22,25)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #8A6785

#8A6785
(138,103,133)
#947490
(148,116,144)
#9E819B
(158,129,155)
#A88EA6
(168,142,166)
#B29BB1
(178,155,177)
#BCA8BC
(188,168,188)
#C6B5C7
(198,181,199)
#D0C2D2
(208,194,210)
#DACFDD
(218,207,221)
#E4DCE8
(228,220,232)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6785 color. Also use rgb(138,103,133) instead hex code.

Text Font Color

.myTextColor { color: #8A6785; }

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

This text font color is #8A6785.

Background Color

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

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

This div background color is #8A6785.

Border color

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

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

This div border color is #8A6785.

Opacity

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

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

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

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

This text has shadow with #8A6785 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A6785.

Preview

Color preview on black background

This text has color #8A6785 on black background.


Color preview on white background

This text has color #8A6785 on white background.


Black color preview on #8A6785 background

This text has black color on #8A6785 background.


White color preview on #8A6785 background

This text has white color on #8A6785 background.


Related colors

Complementary color

Complementary color for #hex is #75987A.


I love getcolorcode.com

Triadic colors

1 #858A67 and #67858A with #8A6785 are triadic colors.

2 #85678A and #678A85 with #8A6785 are triadic colors.