COLOR #8A7A9A

HEX: #8A7A9A RGB: (138,122,154)

Color info

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

RGB color model

#8A7A9A color RGB value is (138,122,154).

RGB: (138,122,154) (54%, 48%, 60%)

RGB channels and saturation

R 138 of 255 = 54%
G 122 of 255 = 48%
B 154 of 255 = 60%

138
122
154

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

Portions of RGB colors in percentages

R + G + B = 138 + 122 + 154 = 414 (100%)
R 138 of 414 ~ 33.33%
G 122 of 414 ~ 29.47%
B 154 of 414 ~ 37.2'%

%33.33
%29.47
%37.2

CMYK color model

#8A7A9A color CMYK value is (10,21,0,40).

  • cyan value is 10.39%
  • magenta value is 20.78%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (10,21,0,40)
C10M21Y0K40 (10%, 21%, 0%, 40%)
(0.10 / 0.21 / 0.00 / 0.40)

CMYK percentages

%10.39
%20.78
%0
%39.61

Codes

Color #8A7A9A in popluar color models

8A 7A 9A
RGB 138 122 154
HSL 270° 13.68% 54.12%
HSB/HSV 270° 20.78% 60.39%
CMYK 10.39% 20.78% 0.00%
39.61%

Color #8A7A9A in popluar number systems.

HEX 8A 7A 9A
Decimal 138 122 154
Binary 10001010 1111010 10011010
Octal 212 172 232

Shades and tints

Shades of #8A7A9A

#8A7A9A
(138,122,154)
#7E6F8C
(126,111,140)
#72647E
(114,100,126)
#665970
(102,89,112)
#5A4E62
(90,78,98)
#4E4354
(78,67,84)
#423846
(66,56,70)
#362D38
(54,45,56)
#2A222A
(42,34,42)
#1E171C
(30,23,28)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #8A7A9A

#8A7A9A
(138,122,154)
#9486A3
(148,134,163)
#9E92AC
(158,146,172)
#A89EB5
(168,158,181)
#B2AABE
(178,170,190)
#BCB6C7
(188,182,199)
#C6C2D0
(198,194,208)
#D0CED9
(208,206,217)
#DADAE2
(218,218,226)
#E4E6EB
(228,230,235)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7A9A color. Also use rgb(138,122,154) instead hex code.

Text Font Color

.myTextColor { color: #8A7A9A; }

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

This text font color is #8A7A9A.

Background Color

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

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

This div background color is #8A7A9A.

Border color

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

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

This div border color is #8A7A9A.

Opacity

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

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

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

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

This text has shadow with #8A7A9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A7A9A.

Preview

Color preview on black background

This text has color #8A7A9A on black background.


Color preview on white background

This text has color #8A7A9A on white background.


Black color preview on #8A7A9A background

This text has black color on #8A7A9A background.


White color preview on #8A7A9A background

This text has white color on #8A7A9A background.


Related colors

Complementary color

Complementary color for #hex is #758565.


I love getcolorcode.com

Triadic colors

1 #9A8A7A and #7A9A8A with #8A7A9A are triadic colors.

2 #9A7A8A and #7A8A9A with #8A7A9A are triadic colors.