COLOR #8A76AB

HEX: #8A76AB RGB: (138,118,171)

Color info

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

RGB color model

#8A76AB color RGB value is (138,118,171).

RGB: (138,118,171) (54%, 46%, 67%)

RGB channels and saturation

R 138 of 255 = 54%
G 118 of 255 = 46%
B 171 of 255 = 67%

138
118
171

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

Portions of RGB colors in percentages

R + G + B = 138 + 118 + 171 = 427 (100%)
R 138 of 427 ~ 32.32%
G 118 of 427 ~ 27.63%
B 171 of 427 ~ 40.05'%

%32.32
%27.63
%40.05

CMYK color model

#8A76AB color CMYK value is (19,31,0,33).

  • cyan value is 19.30%
  • magenta value is 30.99%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (19,31,0,33)
C19M31Y0K33 (19%, 31%, 0%, 33%)
(0.19 / 0.31 / 0.00 / 0.33)

CMYK percentages

%19.3
%30.99
%0
%32.94

Codes

Color #8A76AB in popluar color models

8A 76 AB
RGB 138 118 171
HSL 263° 23.98% 56.67%
HSB/HSV 263° 30.99% 67.06%
CMYK 19.30% 30.99% 0.00%
32.94%

Color #8A76AB in popluar number systems.

HEX 8A 76 AB
Decimal 138 118 171
Binary 10001010 1110110 10101011
Octal 212 166 253

Shades and tints

Shades of #8A76AB

#8A76AB
(138,118,171)
#7E6C9C
(126,108,156)
#72628D
(114,98,141)
#66587E
(102,88,126)
#5A4E6F
(90,78,111)
#4E4460
(78,68,96)
#423A51
(66,58,81)
#363042
(54,48,66)
#2A2633
(42,38,51)
#1E1C24
(30,28,36)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #8A76AB

#8A76AB
(138,118,171)
#9482B2
(148,130,178)
#9E8EB9
(158,142,185)
#A89AC0
(168,154,192)
#B2A6C7
(178,166,199)
#BCB2CE
(188,178,206)
#C6BED5
(198,190,213)
#D0CADC
(208,202,220)
#DAD6E3
(218,214,227)
#E4E2EA
(228,226,234)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A76AB color. Also use rgb(138,118,171) instead hex code.

Text Font Color

.myTextColor { color: #8A76AB; }

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

This text font color is #8A76AB.

Background Color

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

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

This div background color is #8A76AB.

Border color

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

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

This div border color is #8A76AB.

Opacity

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

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

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

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

This text has shadow with #8A76AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A76AB.

Preview

Color preview on black background

This text has color #8A76AB on black background.


Color preview on white background

This text has color #8A76AB on white background.


Black color preview on #8A76AB background

This text has black color on #8A76AB background.


White color preview on #8A76AB background

This text has white color on #8A76AB background.


Related colors

Complementary color

Complementary color for #hex is #758954.


I love getcolorcode.com

Triadic colors

1 #AB8A76 and #76AB8A with #8A76AB are triadic colors.

2 #AB768A and #768AAB with #8A76AB are triadic colors.