COLOR #8A3776

HEX: #8A3776
RGB: (138,55,118)

Color info

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

RGB color model

#8A3776 color RGB value is (138,55,118).

  • red value is 138;
  • green value is 55;
  • blue value is 118.
RGB:
(138,55,118)
(54%,22%,46%)

RGB channels and saturation

R 138 of 255 = 54%
G 55 of 255 = 22%
B 118 of 255 = 46%

138
55
118

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

Portions of RGB colors in percentages

R + G + B =
138 + 55 + 118 = 311 (100%)
R 138 of 311 ~ 44.37%
G 55 of 311 ~ 17.68%
B 118 of 311 ~ 37.94%

%44.37
%17.68
%37.94

CMYK color model

#8A3776 color CMYK value is (0,60,14,46).

  • cyan value is 0.00%
  • magenta value is 60.14%
  • yellow value is 14.49%
  • key color value is 45.88%
CMYK:
(0,60,14,46)
C0M60Y14K46 
(0%,60%,14%,46%)
(0.00/0.60/0.14/0.46)	

CMYK percentages

%0
%60.14
%14.49
%45.88

Codes

Color #8A3776 in popluar color models

8A3776
RGB13855118
HSL314°43.01%37.84%
HSB/HSV314°60.14%54.12%
CMYK0.00%60.14%14.49%
45.88%

Color #8A3776 in popluar number systems.

HEX8A3776
Decimal13855118
Binary100010101101111110110
Octal21267166

Shades and tints

Shades of #8A3776

#8A3776
(138,55,118)
#7E326C
(126,50,108)
#722D62
(114,45,98)
#662858
(102,40,88)
#5A234E
(90,35,78)
#4E1E44
(78,30,68)
#42193A
(66,25,58)
#361430
(54,20,48)
#2A0F26
(42,15,38)
#1E0A1C
(30,10,28)
#120512
(18,5,18)
#000000
(0,0,0)

Tints of #8A3776

#8A3776
(138,55,118)
#944982
(148,73,130)
#9E5B8E
(158,91,142)
#A86D9A
(168,109,154)
#B27FA6
(178,127,166)
#BC91B2
(188,145,178)
#C6A3BE
(198,163,190)
#D0B5CA
(208,181,202)
#DAC7D6
(218,199,214)
#E4D9E2
(228,217,226)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A3776; }

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

This text font color is #8A3776.


Background Color

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

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

This div background color is #8A3776.


Border color

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

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

This div border color is #8A3776.


Opacity

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

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

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

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

This text has shadow with #8A3776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A3776 on black background.


Color preview on white background

This text has color #8A3776 on white background.



Black color preview on #8A3776 background

This text has black color on #8A3776 background.


White color preview on #8A3776 background

This text has white color on #8A3776 background.