COLOR #8A477C

HEX: #8A477C
RGB: (138,71,124)

Color info

#8A477C contains mainly red and blue colors. Web safe color of #8A477C is #993366 (or #936).

RGB color model

#8A477C color RGB value is (138,71,124).

  • red value is 138;
  • green value is 71;
  • blue value is 124.
RGB:
(138,71,124)
(54%,28%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 71 of 255 = 28%
B 124 of 255 = 49%

138
71
124

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

Portions of RGB colors in percentages

R + G + B =
138 + 71 + 124 = 333 (100%)
R 138 of 333 ~ 41.44%
G 71 of 333 ~ 21.32%
B 124 of 333 ~ 37.24%

%41.44
%21.32
%37.24

CMYK color model

#8A477C color CMYK value is (0,49,10,46).

  • cyan value is 0.00%
  • magenta value is 48.55%
  • yellow value is 10.14%
  • key color value is 45.88%
CMYK:
(0,49,10,46)
C0M49Y10K46 
(0%,49%,10%,46%)
(0.00/0.49/0.10/0.46)	

CMYK percentages

%0
%48.55
%10.14
%45.88

Codes

Color #8A477C in popluar color models

8A477C
RGB13871124
HSL313°32.06%40.98%
HSB/HSV313°48.55%54.12%
CMYK0.00%48.55%10.14%
45.88%

Color #8A477C in popluar number systems.

HEX8A477C
Decimal13871124
Binary1000101010001111111100
Octal212107174

Shades and tints

Shades of #8A477C

#8A477C
(138,71,124)
#7E4171
(126,65,113)
#723B66
(114,59,102)
#66355B
(102,53,91)
#5A2F50
(90,47,80)
#4E2945
(78,41,69)
#42233A
(66,35,58)
#361D2F
(54,29,47)
#2A1724
(42,23,36)
#1E1119
(30,17,25)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #8A477C

#8A477C
(138,71,124)
#945787
(148,87,135)
#9E6792
(158,103,146)
#A8779D
(168,119,157)
#B287A8
(178,135,168)
#BC97B3
(188,151,179)
#C6A7BE
(198,167,190)
#D0B7C9
(208,183,201)
#DAC7D4
(218,199,212)
#E4D7DF
(228,215,223)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A477C color. Also use rgb(138,71,124) instead hex code.

Text Font Color

.myTextColor { color: #8A477C; }

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

This text font color is #8A477C.


Background Color

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

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

This div background color is #8A477C.


Border color

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

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

This div border color is #8A477C.


Opacity

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

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

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

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

This text has shadow with #8A477C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A477C on black background.


Color preview on white background

This text has color #8A477C on white background.



Black color preview on #8A477C background

This text has black color on #8A477C background.


White color preview on #8A477C background

This text has white color on #8A477C background.