COLOR #8B4D9E

HEX: #8B4D9E RGB: (139,77,158)

Color info

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

RGB color model

#8B4D9E color RGB value is (139,77,158).

RGB: (139,77,158) (55%, 30%, 62%)

RGB channels and saturation

R 139 of 255 = 55%
G 77 of 255 = 30%
B 158 of 255 = 62%

139
77
158

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

Portions of RGB colors in percentages

R + G + B = 139 + 77 + 158 = 374 (100%)
R 139 of 374 ~ 37.17%
G 77 of 374 ~ 20.59%
B 158 of 374 ~ 42.25'%

%37.17
%20.59
%42.25

CMYK color model

#8B4D9E color CMYK value is (12,51,0,38).

  • cyan value is 12.03%
  • magenta value is 51.27%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (12,51,0,38) C12M51Y0K38 (12%,51%,0%,38%) (0.12/0.51/0.00/0.38) 

CMYK percentages

%12.03
%51.27
%0
%38.04

Codes

Color #8B4D9E in popluar color models

8B 4D 9E
RGB 139 77 158
HSL 286° 34.47% 46.08%
HSB/HSV 286° 51.27% 61.96%
CMYK 12.03% 51.27% 0.00%
38.04%

Color #8B4D9E in popluar number systems.

HEX 8B 4D 9E
Decimal 139 77 158
Binary 10001011 1001101 10011110
Octal 213 115 236

Shades and tints

Shades of #8B4D9E

#8B4D9E
(139,77,158)
#7F4690
(127,70,144)
#733F82
(115,63,130)
#673874
(103,56,116)
#5B3166
(91,49,102)
#4F2A58
(79,42,88)
#43234A
(67,35,74)
#371C3C
(55,28,60)
#2B152E
(43,21,46)
#1F0E20
(31,14,32)
#130712
(19,7,18)
#000000
(0,0,0)

Tints of #8B4D9E

#8B4D9E
(139,77,158)
#955DA6
(149,93,166)
#9F6DAE
(159,109,174)
#A97DB6
(169,125,182)
#B38DBE
(179,141,190)
#BD9DC6
(189,157,198)
#C7ADCE
(199,173,206)
#D1BDD6
(209,189,214)
#DBCDDE
(219,205,222)
#E5DDE6
(229,221,230)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B4D9E; }

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

This text font color is #8B4D9E.

Background Color

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

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

This div background color is #8B4D9E.

Border color

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

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

This div border color is #8B4D9E.

Opacity

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

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

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

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

This text has shadow with #8B4D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B4D9E.

Preview

Color preview on black background

This text has color #8B4D9E on black background.


Color preview on white background

This text has color #8B4D9E on white background.


Black color preview on #8B4D9E background

This text has black color on #8B4D9E background.


White color preview on #8B4D9E background

This text has white color on #8B4D9E background.


Related colors

Complementary color

Complementary color for #hex is #74B261.


I love getcolorcode.com

Triadic colors

1 #9E8B4D and #4D9E8B with #8B4D9E are triadic colors.

2 #9E4D8B and #4D8B9E with #8B4D9E are triadic colors.