COLOR #8A6983

HEX: #8A6983 RGB: (138,105,131)

Color info

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

RGB color model

#8A6983 color RGB value is (138,105,131).

RGB: (138,105,131) (54%, 41%, 51%)

RGB channels and saturation

R 138 of 255 = 54%
G 105 of 255 = 41%
B 131 of 255 = 51%

138
105
131

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

Portions of RGB colors in percentages

R + G + B = 138 + 105 + 131 = 374 (100%)
R 138 of 374 ~ 36.9%
G 105 of 374 ~ 28.07%
B 131 of 374 ~ 35.03'%

%36.9
%28.07
%35.03

CMYK color model

#8A6983 color CMYK value is (0,24,5,46).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 5.07%
  • key color value is 45.88%

CMYK: (0,24,5,46)
C0M24Y5K46 (0%, 24%, 5%, 46%)
(0.00 / 0.24 / 0.05 / 0.46)

CMYK percentages

%0
%23.91
%5.07
%45.88

Codes

Color #8A6983 in popluar color models

8A 69 83
RGB 138 105 131
HSL 313° 13.58% 47.65%
HSB/HSV 313° 23.91% 54.12%
CMYK 0.00% 23.91% 5.07%
45.88%

Color #8A6983 in popluar number systems.

HEX 8A 69 83
Decimal 138 105 131
Binary 10001010 1101001 10000011
Octal 212 151 203

Shades and tints

Shades of #8A6983

#8A6983
(138,105,131)
#7E6078
(126,96,120)
#72576D
(114,87,109)
#664E62
(102,78,98)
#5A4557
(90,69,87)
#4E3C4C
(78,60,76)
#423341
(66,51,65)
#362A36
(54,42,54)
#2A212B
(42,33,43)
#1E1820
(30,24,32)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #8A6983

#8A6983
(138,105,131)
#94768E
(148,118,142)
#9E8399
(158,131,153)
#A890A4
(168,144,164)
#B29DAF
(178,157,175)
#BCAABA
(188,170,186)
#C6B7C5
(198,183,197)
#D0C4D0
(208,196,208)
#DAD1DB
(218,209,219)
#E4DEE6
(228,222,230)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6983 color. Also use rgb(138,105,131) instead hex code.

Text Font Color

.myTextColor { color: #8A6983; }

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

This text font color is #8A6983.

Background Color

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

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

This div background color is #8A6983.

Border color

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

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

This div border color is #8A6983.

Opacity

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

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

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

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

This text has shadow with #8A6983 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A6983.

Preview

Color preview on black background

This text has color #8A6983 on black background.


Color preview on white background

This text has color #8A6983 on white background.


Black color preview on #8A6983 background

This text has black color on #8A6983 background.


White color preview on #8A6983 background

This text has white color on #8A6983 background.


Related colors

Complementary color

Complementary color for #hex is #75967C.


I love getcolorcode.com

Triadic colors

1 #838A69 and #69838A with #8A6983 are triadic colors.

2 #83698A and #698A83 with #8A6983 are triadic colors.