COLOR #8B4476

HEX: #8B4476
RGB: (139,68,118)

Color info

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

RGB color model

#8B4476 color RGB value is (139,68,118).

  • red value is 139;
  • green value is 68;
  • blue value is 118.
RGB:
(139,68,118)
(55%,27%,46%)

RGB channels and saturation

R 139 of 255 = 55%
G 68 of 255 = 27%
B 118 of 255 = 46%

139
68
118

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

Portions of RGB colors in percentages

R + G + B =
139 + 68 + 118 = 325 (100%)
R 139 of 325 ~ 42.77%
G 68 of 325 ~ 20.92%
B 118 of 325 ~ 36.31%

%42.77
%20.92
%36.31

CMYK color model

#8B4476 color CMYK value is (0,51,15,45).

  • cyan value is 0.00%
  • magenta value is 51.08%
  • yellow value is 15.11%
  • key color value is 45.49%
CMYK:
(0,51,15,45)
C0M51Y15K45 
(0%,51%,15%,45%)
(0.00/0.51/0.15/0.45)	

CMYK percentages

%0
%51.08
%15.11
%45.49

Codes

Color #8B4476 in popluar color models

8B4476
RGB13968118
HSL318°34.30%40.59%
HSB/HSV318°51.08%54.51%
CMYK0.00%51.08%15.11%
45.49%

Color #8B4476 in popluar number systems.

HEX8B4476
Decimal13968118
Binary1000101110001001110110
Octal213104166

Shades and tints

Shades of #8B4476

#8B4476
(139,68,118)
#7F3E6C
(127,62,108)
#733862
(115,56,98)
#673258
(103,50,88)
#5B2C4E
(91,44,78)
#4F2644
(79,38,68)
#43203A
(67,32,58)
#371A30
(55,26,48)
#2B1426
(43,20,38)
#1F0E1C
(31,14,28)
#130812
(19,8,18)
#000000
(0,0,0)

Tints of #8B4476

#8B4476
(139,68,118)
#955582
(149,85,130)
#9F668E
(159,102,142)
#A9779A
(169,119,154)
#B388A6
(179,136,166)
#BD99B2
(189,153,178)
#C7AABE
(199,170,190)
#D1BBCA
(209,187,202)
#DBCCD6
(219,204,214)
#E5DDE2
(229,221,226)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4476 color. Also use rgb(139,68,118) instead hex code.

Text Font Color

.myTextColor { color: #8B4476; }

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

This text font color is #8B4476.


Background Color

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

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

This div background color is #8B4476.


Border color

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

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

This div border color is #8B4476.


Opacity

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

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

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

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

This text has shadow with #8B4476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4476 on black background.


Color preview on white background

This text has color #8B4476 on white background.



Black color preview on #8B4476 background

This text has black color on #8B4476 background.


White color preview on #8B4476 background

This text has white color on #8B4476 background.