COLOR #8B4D8E

HEX: #8B4D8E RGB: (139,77,142)

Color info

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

RGB color model

#8B4D8E color RGB value is (139,77,142).

RGB: (139,77,142) (55%, 30%, 56%)

RGB channels and saturation

R 139 of 255 = 55%
G 77 of 255 = 30%
B 142 of 255 = 56%

139
77
142

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

Portions of RGB colors in percentages

R + G + B = 139 + 77 + 142 = 358 (100%)
R 139 of 358 ~ 38.83%
G 77 of 358 ~ 21.51%
B 142 of 358 ~ 39.66'%

%38.83
%21.51
%39.66

CMYK color model

#8B4D8E color CMYK value is (2,46,0,44).

  • cyan value is 2.11%
  • magenta value is 45.77%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (2,46,0,44)
C2M46Y0K44 (2%, 46%, 0%, 44%)
(0.02 / 0.46 / 0.00 / 0.44)

CMYK percentages

%2.11
%45.77
%0
%44.31

Codes

Color #8B4D8E in popluar color models

8B 4D 8E
RGB 139 77 142
HSL 297° 29.68% 42.94%
HSB/HSV 297° 45.77% 55.69%
CMYK 2.11% 45.77% 0.00%
44.31%

Color #8B4D8E in popluar number systems.

HEX 8B 4D 8E
Decimal 139 77 142
Binary 10001011 1001101 10001110
Octal 213 115 216

Shades and tints

Shades of #8B4D8E

#8B4D8E
(139,77,142)
#7F4682
(127,70,130)
#733F76
(115,63,118)
#67386A
(103,56,106)
#5B315E
(91,49,94)
#4F2A52
(79,42,82)
#432346
(67,35,70)
#371C3A
(55,28,58)
#2B152E
(43,21,46)
#1F0E22
(31,14,34)
#130716
(19,7,22)
#000000
(0,0,0)

Tints of #8B4D8E

#8B4D8E
(139,77,142)
#955D98
(149,93,152)
#9F6DA2
(159,109,162)
#A97DAC
(169,125,172)
#B38DB6
(179,141,182)
#BD9DC0
(189,157,192)
#C7ADCA
(199,173,202)
#D1BDD4
(209,189,212)
#DBCDDE
(219,205,222)
#E5DDE8
(229,221,232)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B4D8E; }

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

This text font color is #8B4D8E.

Background Color

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

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

This div background color is #8B4D8E.

Border color

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

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

This div border color is #8B4D8E.

Opacity

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

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

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

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

This text has shadow with #8B4D8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B4D8E.

Preview

Color preview on black background

This text has color #8B4D8E on black background.


Color preview on white background

This text has color #8B4D8E on white background.


Black color preview on #8B4D8E background

This text has black color on #8B4D8E background.


White color preview on #8B4D8E background

This text has white color on #8B4D8E background.


Related colors

Complementary color

Complementary color for #hex is #74B271.


I love getcolorcode.com

Triadic colors

1 #8E8B4D and #4D8E8B with #8B4D8E are triadic colors.

2 #8E4D8B and #4D8B8E with #8B4D8E are triadic colors.