COLOR #8B4DA5

HEX: #8B4DA5
RGB: (139,77,165)

Color info

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

RGB color model

#8B4DA5 color RGB value is (139,77,165).

  • red value is 139;
  • green value is 77;
  • blue value is 165.
RGB:
(139,77,165)
(55%,30%,65%)

RGB channels and saturation

R 139 of 255 = 55%
G 77 of 255 = 30%
B 165 of 255 = 65%

139
77
165

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

Portions of RGB colors in percentages

R + G + B =
139 + 77 + 165 = 381 (100%)
R 139 of 381 ~ 36.48%
G 77 of 381 ~ 20.21%
B 165 of 381 ~ 43.31%

%36.48
%20.21
%43.31

CMYK color model

#8B4DA5 color CMYK value is (16,53,0,35).

  • cyan value is 15.76%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(16,53,0,35)
C16M53Y0K35 
(16%,53%,0%,35%)
(0.16/0.53/0.00/0.35)	

CMYK percentages

%15.76
%53.33
%0
%35.29

Codes

Color #8B4DA5 in popluar color models

8B4DA5
RGB13977165
HSL282°36.36%47.45%
HSB/HSV282°53.33%64.71%
CMYK15.76%53.33%0.00%
35.29%

Color #8B4DA5 in popluar number systems.

HEX8B4DA5
Decimal13977165
Binary10001011100110110100101
Octal213115245

Shades and tints

Shades of #8B4DA5

#8B4DA5
(139,77,165)
#7F4696
(127,70,150)
#733F87
(115,63,135)
#673878
(103,56,120)
#5B3169
(91,49,105)
#4F2A5A
(79,42,90)
#43234B
(67,35,75)
#371C3C
(55,28,60)
#2B152D
(43,21,45)
#1F0E1E
(31,14,30)
#13070F
(19,7,15)
#000000
(0,0,0)

Tints of #8B4DA5

#8B4DA5
(139,77,165)
#955DAD
(149,93,173)
#9F6DB5
(159,109,181)
#A97DBD
(169,125,189)
#B38DC5
(179,141,197)
#BD9DCD
(189,157,205)
#C7ADD5
(199,173,213)
#D1BDDD
(209,189,221)
#DBCDE5
(219,205,229)
#E5DDED
(229,221,237)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4DA5 color. Also use rgb(139,77,165) instead hex code.

Text Font Color

.myTextColor { color: #8B4DA5; }

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

This text font color is #8B4DA5.


Background Color

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

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

This div background color is #8B4DA5.


Border color

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

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

This div border color is #8B4DA5.


Opacity

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

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

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

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

This text has shadow with #8B4DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4DA5 on black background.


Color preview on white background

This text has color #8B4DA5 on white background.



Black color preview on #8B4DA5 background

This text has black color on #8B4DA5 background.


White color preview on #8B4DA5 background

This text has white color on #8B4DA5 background.