COLOR #8A77BC

HEX: #8A77BC RGB: (138,119,188)

Color info

#8A77BC contains mainly red and blue colors. Web safe color of #8A77BC is #9966CC (or #96C).

RGB color model

#8A77BC color RGB value is (138,119,188).

RGB: (138,119,188) (54%, 47%, 74%)

RGB channels and saturation

R 138 of 255 = 54%
G 119 of 255 = 47%
B 188 of 255 = 74%

138
119
188

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

Portions of RGB colors in percentages

R + G + B = 138 + 119 + 188 = 445 (100%)
R 138 of 445 ~ 31.01%
G 119 of 445 ~ 26.74%
B 188 of 445 ~ 42.25'%

%31.01
%26.74
%42.25

CMYK color model

#8A77BC color CMYK value is (27,37,0,26).

  • cyan value is 26.60%
  • magenta value is 36.70%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (27,37,0,26)
C27M37Y0K26 (27%, 37%, 0%, 26%)
(0.27 / 0.37 / 0.00 / 0.26)

CMYK percentages

%26.6
%36.7
%0
%26.27

Codes

Color #8A77BC in popluar color models

8A 77 BC
RGB 138 119 188
HSL 257° 33.99% 60.20%
HSB/HSV 257° 36.70% 73.73%
CMYK 26.60% 36.70% 0.00%
26.27%

Color #8A77BC in popluar number systems.

HEX 8A 77 BC
Decimal 138 119 188
Binary 10001010 1110111 10111100
Octal 212 167 274

Shades and tints

Shades of #8A77BC

#8A77BC
(138,119,188)
#7E6DAB
(126,109,171)
#72639A
(114,99,154)
#665989
(102,89,137)
#5A4F78
(90,79,120)
#4E4567
(78,69,103)
#423B56
(66,59,86)
#363145
(54,49,69)
#2A2734
(42,39,52)
#1E1D23
(30,29,35)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #8A77BC

#8A77BC
(138,119,188)
#9483C2
(148,131,194)
#9E8FC8
(158,143,200)
#A89BCE
(168,155,206)
#B2A7D4
(178,167,212)
#BCB3DA
(188,179,218)
#C6BFE0
(198,191,224)
#D0CBE6
(208,203,230)
#DAD7EC
(218,215,236)
#E4E3F2
(228,227,242)
#EEEFF8
(238,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A77BC; }

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

This text font color is #8A77BC.

Background Color

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

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

This div background color is #8A77BC.

Border color

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

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

This div border color is #8A77BC.

Opacity

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

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

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

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

This text has shadow with #8A77BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A77BC.

Preview

Color preview on black background

This text has color #8A77BC on black background.


Color preview on white background

This text has color #8A77BC on white background.


Black color preview on #8A77BC background

This text has black color on #8A77BC background.


White color preview on #8A77BC background

This text has white color on #8A77BC background.


Related colors

Complementary color

Complementary color for #hex is #758843.


I love getcolorcode.com

Triadic colors

1 #BC8A77 and #77BC8A with #8A77BC are triadic colors.

2 #BC778A and #778ABC with #8A77BC are triadic colors.