COLOR #8A3377

HEX: #8A3377
RGB: (138,51,119)

Color info

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

RGB color model

#8A3377 color RGB value is (138,51,119).

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

RGB channels and saturation

R 138 of 255 = 54%
G 51 of 255 = 20%
B 119 of 255 = 47%

138
51
119

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

Portions of RGB colors in percentages

R + G + B =
138 + 51 + 119 = 308 (100%)
R 138 of 308 ~ 44.81%
G 51 of 308 ~ 16.56%
B 119 of 308 ~ 38.64%

%44.81
%16.56
%38.64

CMYK color model

#8A3377 color CMYK value is (0,63,14,46).

  • cyan value is 0.00%
  • magenta value is 63.04%
  • yellow value is 13.77%
  • key color value is 45.88%
CMYK:
(0,63,14,46)
C0M63Y14K46 
(0%,63%,14%,46%)
(0.00/0.63/0.14/0.46)	

CMYK percentages

%0
%63.04
%13.77
%45.88

Codes

Color #8A3377 in popluar color models

8A3377
RGB13851119
HSL313°46.03%37.06%
HSB/HSV313°63.04%54.12%
CMYK0.00%63.04%13.77%
45.88%

Color #8A3377 in popluar number systems.

HEX8A3377
Decimal13851119
Binary100010101100111110111
Octal21263167

Shades and tints

Shades of #8A3377

#8A3377
(138,51,119)
#7E2F6D
(126,47,109)
#722B63
(114,43,99)
#662759
(102,39,89)
#5A234F
(90,35,79)
#4E1F45
(78,31,69)
#421B3B
(66,27,59)
#361731
(54,23,49)
#2A1327
(42,19,39)
#1E0F1D
(30,15,29)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #8A3377

#8A3377
(138,51,119)
#944583
(148,69,131)
#9E578F
(158,87,143)
#A8699B
(168,105,155)
#B27BA7
(178,123,167)
#BC8DB3
(188,141,179)
#C69FBF
(198,159,191)
#D0B1CB
(208,177,203)
#DAC3D7
(218,195,215)
#E4D5E3
(228,213,227)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A3377; }

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

This text font color is #8A3377.


Background Color

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

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

This div background color is #8A3377.


Border color

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

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

This div border color is #8A3377.


Opacity

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

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

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

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

This text has shadow with #8A3377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A3377 on black background.


Color preview on white background

This text has color #8A3377 on white background.



Black color preview on #8A3377 background

This text has black color on #8A3377 background.


White color preview on #8A3377 background

This text has white color on #8A3377 background.