COLOR #8B4C9A

HEX: #8B4C9A
RGB: (139,76,154)

Color info

#8B4C9A contains mainly red and blue colors. Web safe color of #8B4C9A is #993399 (or #939).

RGB color model

#8B4C9A color RGB value is (139,76,154).

  • red value is 139;
  • green value is 76;
  • blue value is 154.
RGB:
(139,76,154)
(55%,30%,60%)

RGB channels and saturation

R 139 of 255 = 55%
G 76 of 255 = 30%
B 154 of 255 = 60%

139
76
154

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

Portions of RGB colors in percentages

R + G + B =
139 + 76 + 154 = 369 (100%)
R 139 of 369 ~ 37.67%
G 76 of 369 ~ 20.6%
B 154 of 369 ~ 41.73%

%37.67
%20.6
%41.73

CMYK color model

#8B4C9A color CMYK value is (10,51,0,40).

  • cyan value is 9.74%
  • magenta value is 50.65%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(10,51,0,40)
C10M51Y0K40 
(10%,51%,0%,40%)
(0.10/0.51/0.00/0.40)	

CMYK percentages

%9.74
%50.65
%0
%39.61

Codes

Color #8B4C9A in popluar color models

8B4C9A
RGB13976154
HSL288°33.91%45.10%
HSB/HSV288°50.65%60.39%
CMYK9.74%50.65%0.00%
39.61%

Color #8B4C9A in popluar number systems.

HEX8B4C9A
Decimal13976154
Binary10001011100110010011010
Octal213114232

Shades and tints

Shades of #8B4C9A

#8B4C9A
(139,76,154)
#7F468C
(127,70,140)
#73407E
(115,64,126)
#673A70
(103,58,112)
#5B3462
(91,52,98)
#4F2E54
(79,46,84)
#432846
(67,40,70)
#372238
(55,34,56)
#2B1C2A
(43,28,42)
#1F161C
(31,22,28)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #8B4C9A

#8B4C9A
(139,76,154)
#955CA3
(149,92,163)
#9F6CAC
(159,108,172)
#A97CB5
(169,124,181)
#B38CBE
(179,140,190)
#BD9CC7
(189,156,199)
#C7ACD0
(199,172,208)
#D1BCD9
(209,188,217)
#DBCCE2
(219,204,226)
#E5DCEB
(229,220,235)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4C9A color. Also use rgb(139,76,154) instead hex code.

Text Font Color

.myTextColor { color: #8B4C9A; }

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

This text font color is #8B4C9A.


Background Color

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

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

This div background color is #8B4C9A.


Border color

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

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

This div border color is #8B4C9A.


Opacity

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

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

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

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

This text has shadow with #8B4C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4C9A on black background.


Color preview on white background

This text has color #8B4C9A on white background.



Black color preview on #8B4C9A background

This text has black color on #8B4C9A background.


White color preview on #8B4C9A background

This text has white color on #8B4C9A background.