COLOR #8B4774

HEX: #8B4774
RGB: (139,71,116)

Color info

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

RGB color model

#8B4774 color RGB value is (139,71,116).

  • red value is 139;
  • green value is 71;
  • blue value is 116.
RGB:
(139,71,116)
(55%,28%,45%)

RGB channels and saturation

R 139 of 255 = 55%
G 71 of 255 = 28%
B 116 of 255 = 45%

139
71
116

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

Portions of RGB colors in percentages

R + G + B =
139 + 71 + 116 = 326 (100%)
R 139 of 326 ~ 42.64%
G 71 of 326 ~ 21.78%
B 116 of 326 ~ 35.58%

%42.64
%21.78
%35.58

CMYK color model

#8B4774 color CMYK value is (0,49,17,45).

  • cyan value is 0.00%
  • magenta value is 48.92%
  • yellow value is 16.55%
  • key color value is 45.49%
CMYK:
(0,49,17,45)
C0M49Y17K45 
(0%,49%,17%,45%)
(0.00/0.49/0.17/0.45)	

CMYK percentages

%0
%48.92
%16.55
%45.49

Codes

Color #8B4774 in popluar color models

8B4774
RGB13971116
HSL320°32.38%41.18%
HSB/HSV320°48.92%54.51%
CMYK0.00%48.92%16.55%
45.49%

Color #8B4774 in popluar number systems.

HEX8B4774
Decimal13971116
Binary1000101110001111110100
Octal213107164

Shades and tints

Shades of #8B4774

#8B4774
(139,71,116)
#7F416A
(127,65,106)
#733B60
(115,59,96)
#673556
(103,53,86)
#5B2F4C
(91,47,76)
#4F2942
(79,41,66)
#432338
(67,35,56)
#371D2E
(55,29,46)
#2B1724
(43,23,36)
#1F111A
(31,17,26)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #8B4774

#8B4774
(139,71,116)
#955780
(149,87,128)
#9F678C
(159,103,140)
#A97798
(169,119,152)
#B387A4
(179,135,164)
#BD97B0
(189,151,176)
#C7A7BC
(199,167,188)
#D1B7C8
(209,183,200)
#DBC7D4
(219,199,212)
#E5D7E0
(229,215,224)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B4774; }

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

This text font color is #8B4774.


Background Color

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

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

This div background color is #8B4774.


Border color

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

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

This div border color is #8B4774.


Opacity

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

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

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

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

This text has shadow with #8B4774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4774 on black background.


Color preview on white background

This text has color #8B4774 on white background.



Black color preview on #8B4774 background

This text has black color on #8B4774 background.


White color preview on #8B4774 background

This text has white color on #8B4774 background.