COLOR #8A77A4

HEX: #8A77A4
RGB: (138,119,164)

Color info

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

RGB color model

#8A77A4 color RGB value is (138,119,164).

  • red value is 138;
  • green value is 119;
  • blue value is 164.
RGB:
(138,119,164)
(54%,47%,64%)

RGB channels and saturation

R 138 of 255 = 54%
G 119 of 255 = 47%
B 164 of 255 = 64%

138
119
164

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

Portions of RGB colors in percentages

R + G + B =
138 + 119 + 164 = 421 (100%)
R 138 of 421 ~ 32.78%
G 119 of 421 ~ 28.27%
B 164 of 421 ~ 38.95%

%32.78
%28.27
%38.95

CMYK color model

#8A77A4 color CMYK value is (16,27,0,36).

  • cyan value is 15.85%
  • magenta value is 27.44%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(16,27,0,36)
C16M27Y0K36 
(16%,27%,0%,36%)
(0.16/0.27/0.00/0.36)	

CMYK percentages

%15.85
%27.44
%0
%35.69

Codes

Color #8A77A4 in popluar color models

8A77A4
RGB138119164
HSL265°19.82%55.49%
HSB/HSV265°27.44%64.31%
CMYK15.85%27.44%0.00%
35.69%

Color #8A77A4 in popluar number systems.

HEX8A77A4
Decimal138119164
Binary10001010111011110100100
Octal212167244

Shades and tints

Shades of #8A77A4

#8A77A4
(138,119,164)
#7E6D96
(126,109,150)
#726388
(114,99,136)
#66597A
(102,89,122)
#5A4F6C
(90,79,108)
#4E455E
(78,69,94)
#423B50
(66,59,80)
#363142
(54,49,66)
#2A2734
(42,39,52)
#1E1D26
(30,29,38)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #8A77A4

#8A77A4
(138,119,164)
#9483AC
(148,131,172)
#9E8FB4
(158,143,180)
#A89BBC
(168,155,188)
#B2A7C4
(178,167,196)
#BCB3CC
(188,179,204)
#C6BFD4
(198,191,212)
#D0CBDC
(208,203,220)
#DAD7E4
(218,215,228)
#E4E3EC
(228,227,236)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A77A4 color. Also use rgb(138,119,164) instead hex code.

Text Font Color

.myTextColor { color: #8A77A4; }

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

This text font color is #8A77A4.


Background Color

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

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

This div background color is #8A77A4.


Border color

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

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

This div border color is #8A77A4.


Opacity

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

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

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

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

This text has shadow with #8A77A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A77A4 on black background.


Color preview on white background

This text has color #8A77A4 on white background.



Black color preview on #8A77A4 background

This text has black color on #8A77A4 background.


White color preview on #8A77A4 background

This text has white color on #8A77A4 background.