COLOR #8B4A7A

HEX: #8B4A7A
RGB: (139,74,122)

Color info

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

RGB color model

#8B4A7A color RGB value is (139,74,122).

  • red value is 139;
  • green value is 74;
  • blue value is 122.
RGB:
(139,74,122)
(55%,29%,48%)

RGB channels and saturation

R 139 of 255 = 55%
G 74 of 255 = 29%
B 122 of 255 = 48%

139
74
122

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

Portions of RGB colors in percentages

R + G + B =
139 + 74 + 122 = 335 (100%)
R 139 of 335 ~ 41.49%
G 74 of 335 ~ 22.09%
B 122 of 335 ~ 36.42%

%41.49
%22.09
%36.42

CMYK color model

#8B4A7A color CMYK value is (0,47,12,45).

  • cyan value is 0.00%
  • magenta value is 46.76%
  • yellow value is 12.23%
  • key color value is 45.49%
CMYK:
(0,47,12,45)
C0M47Y12K45 
(0%,47%,12%,45%)
(0.00/0.47/0.12/0.45)	

CMYK percentages

%0
%46.76
%12.23
%45.49

Codes

Color #8B4A7A in popluar color models

8B4A7A
RGB13974122
HSL316°30.52%41.76%
HSB/HSV316°46.76%54.51%
CMYK0.00%46.76%12.23%
45.49%

Color #8B4A7A in popluar number systems.

HEX8B4A7A
Decimal13974122
Binary1000101110010101111010
Octal213112172

Shades and tints

Shades of #8B4A7A

#8B4A7A
(139,74,122)
#7F446F
(127,68,111)
#733E64
(115,62,100)
#673859
(103,56,89)
#5B324E
(91,50,78)
#4F2C43
(79,44,67)
#432638
(67,38,56)
#37202D
(55,32,45)
#2B1A22
(43,26,34)
#1F1417
(31,20,23)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #8B4A7A

#8B4A7A
(139,74,122)
#955A86
(149,90,134)
#9F6A92
(159,106,146)
#A97A9E
(169,122,158)
#B38AAA
(179,138,170)
#BD9AB6
(189,154,182)
#C7AAC2
(199,170,194)
#D1BACE
(209,186,206)
#DBCADA
(219,202,218)
#E5DAE6
(229,218,230)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4A7A color. Also use rgb(139,74,122) instead hex code.

Text Font Color

.myTextColor { color: #8B4A7A; }

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

This text font color is #8B4A7A.


Background Color

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

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

This div background color is #8B4A7A.


Border color

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

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

This div border color is #8B4A7A.


Opacity

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

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

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

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

This text has shadow with #8B4A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4A7A on black background.


Color preview on white background

This text has color #8B4A7A on white background.



Black color preview on #8B4A7A background

This text has black color on #8B4A7A background.


White color preview on #8B4A7A background

This text has white color on #8B4A7A background.