COLOR #8B4779

HEX: #8B4779 RGB: (139,71,121)

Color info

#8B4779 contains mainly red and blue colors. Web safe color of #8B4779 is #993366 (or #936).

RGB color model

#8B4779 color RGB value is (139,71,121).

RGB: (139,71,121) (55%, 28%, 47%)

RGB channels and saturation

R 139 of 255 = 55%
G 71 of 255 = 28%
B 121 of 255 = 47%

139
71
121

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

Portions of RGB colors in percentages

R + G + B = 139 + 71 + 121 = 331 (100%)
R 139 of 331 ~ 41.99%
G 71 of 331 ~ 21.45%
B 121 of 331 ~ 36.56'%

%41.99
%21.45
%36.56

CMYK color model

#8B4779 color CMYK value is (0,49,13,45).

  • cyan value is 0.00%
  • magenta value is 48.92%
  • yellow value is 12.95%
  • key color value is 45.49%

CMYK: (0,49,13,45)
C0M49Y13K45 (0%, 49%, 13%, 45%)
(0.00 / 0.49 / 0.13 / 0.45)

CMYK percentages

%0
%48.92
%12.95
%45.49

Codes

Color #8B4779 in popluar color models

8B 47 79
RGB 139 71 121
HSL 316° 32.38% 41.18%
HSB/HSV 316° 48.92% 54.51%
CMYK 0.00% 48.92% 12.95%
45.49%

Color #8B4779 in popluar number systems.

HEX 8B 47 79
Decimal 139 71 121
Binary 10001011 1000111 1111001
Octal 213 107 171

Shades and tints

Shades of #8B4779

#8B4779
(139,71,121)
#7F416E
(127,65,110)
#733B63
(115,59,99)
#673558
(103,53,88)
#5B2F4D
(91,47,77)
#4F2942
(79,41,66)
#432337
(67,35,55)
#371D2C
(55,29,44)
#2B1721
(43,23,33)
#1F1116
(31,17,22)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #8B4779

#8B4779
(139,71,121)
#955785
(149,87,133)
#9F6791
(159,103,145)
#A9779D
(169,119,157)
#B387A9
(179,135,169)
#BD97B5
(189,151,181)
#C7A7C1
(199,167,193)
#D1B7CD
(209,183,205)
#DBC7D9
(219,199,217)
#E5D7E5
(229,215,229)
#EFE7F1
(239,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4779 color. Also use rgb(139,71,121) instead hex code.

Text Font Color

.myTextColor { color: #8B4779; }

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

This text font color is #8B4779.

Background Color

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

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

This div background color is #8B4779.

Border color

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

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

This div border color is #8B4779.

Opacity

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

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

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

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

This text has shadow with #8B4779 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B4779.

Preview

Color preview on black background

This text has color #8B4779 on black background.


Color preview on white background

This text has color #8B4779 on white background.


Black color preview on #8B4779 background

This text has black color on #8B4779 background.


White color preview on #8B4779 background

This text has white color on #8B4779 background.


Related colors

Complementary color

Complementary color for #hex is #74B886.


I love getcolorcode.com

Triadic colors

1 #798B47 and #47798B with #8B4779 are triadic colors.

2 #79478B and #478B79 with #8B4779 are triadic colors.