COLOR #8B4491

HEX: #8B4491
RGB: (139,68,145)

Color info

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

RGB color model

#8B4491 color RGB value is (139,68,145).

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

RGB channels and saturation

R 139 of 255 = 55%
G 68 of 255 = 27%
B 145 of 255 = 57%

139
68
145

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

Portions of RGB colors in percentages

R + G + B =
139 + 68 + 145 = 352 (100%)
R 139 of 352 ~ 39.49%
G 68 of 352 ~ 19.32%
B 145 of 352 ~ 41.19%

%39.49
%19.32
%41.19

CMYK color model

#8B4491 color CMYK value is (4,53,0,43).

  • cyan value is 4.14%
  • magenta value is 53.10%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(4,53,0,43)
C4M53Y0K43 
(4%,53%,0%,43%)
(0.04/0.53/0.00/0.43)	

CMYK percentages

%4.14
%53.1
%0
%43.14

Codes

Color #8B4491 in popluar color models

8B4491
RGB13968145
HSL295°36.15%41.76%
HSB/HSV295°53.10%56.86%
CMYK4.14%53.10%0.00%
43.14%

Color #8B4491 in popluar number systems.

HEX8B4491
Decimal13968145
Binary10001011100010010010001
Octal213104221

Shades and tints

Shades of #8B4491

#8B4491
(139,68,145)
#7F3E84
(127,62,132)
#733877
(115,56,119)
#67326A
(103,50,106)
#5B2C5D
(91,44,93)
#4F2650
(79,38,80)
#432043
(67,32,67)
#371A36
(55,26,54)
#2B1429
(43,20,41)
#1F0E1C
(31,14,28)
#13080F
(19,8,15)
#000000
(0,0,0)

Tints of #8B4491

#8B4491
(139,68,145)
#95559B
(149,85,155)
#9F66A5
(159,102,165)
#A977AF
(169,119,175)
#B388B9
(179,136,185)
#BD99C3
(189,153,195)
#C7AACD
(199,170,205)
#D1BBD7
(209,187,215)
#DBCCE1
(219,204,225)
#E5DDEB
(229,221,235)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B4491; }

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

This text font color is #8B4491.


Background Color

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

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

This div background color is #8B4491.


Border color

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

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

This div border color is #8B4491.


Opacity

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

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

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

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

This text has shadow with #8B4491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4491 on black background.


Color preview on white background

This text has color #8B4491 on white background.



Black color preview on #8B4491 background

This text has black color on #8B4491 background.


White color preview on #8B4491 background

This text has white color on #8B4491 background.