COLOR #8B5478

HEX: #8B5478 RGB: (139,84,120)

Color info

#8B5478 contains red, green and blue colors in about the same proportion. Web safe color of #8B5478 is #996666 (or #966).

RGB color model

#8B5478 color RGB value is (139,84,120).

RGB: (139,84,120) (55%, 33%, 47%)

RGB channels and saturation

R 139 of 255 = 55%
G 84 of 255 = 33%
B 120 of 255 = 47%

139
84
120

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

Portions of RGB colors in percentages

R + G + B = 139 + 84 + 120 = 343 (100%)
R 139 of 343 ~ 40.52%
G 84 of 343 ~ 24.49%
B 120 of 343 ~ 34.99'%

%40.52
%24.49
%34.99

CMYK color model

#8B5478 color CMYK value is (0,40,14,45).

  • cyan value is 0.00%
  • magenta value is 39.57%
  • yellow value is 13.67%
  • key color value is 45.49%

CMYK: (0,40,14,45)
C0M40Y14K45 (0%, 40%, 14%, 45%)
(0.00 / 0.40 / 0.14 / 0.45)

CMYK percentages

%0
%39.57
%13.67
%45.49

Codes

Color #8B5478 in popluar color models

8B 54 78
RGB 139 84 120
HSL 321° 24.66% 43.73%
HSB/HSV 321° 39.57% 54.51%
CMYK 0.00% 39.57% 13.67%
45.49%

Color #8B5478 in popluar number systems.

HEX 8B 54 78
Decimal 139 84 120
Binary 10001011 1010100 1111000
Octal 213 124 170

Shades and tints

Shades of #8B5478

#8B5478
(139,84,120)
#7F4D6E
(127,77,110)
#734664
(115,70,100)
#673F5A
(103,63,90)
#5B3850
(91,56,80)
#4F3146
(79,49,70)
#432A3C
(67,42,60)
#372332
(55,35,50)
#2B1C28
(43,28,40)
#1F151E
(31,21,30)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #8B5478

#8B5478
(139,84,120)
#956384
(149,99,132)
#9F7290
(159,114,144)
#A9819C
(169,129,156)
#B390A8
(179,144,168)
#BD9FB4
(189,159,180)
#C7AEC0
(199,174,192)
#D1BDCC
(209,189,204)
#DBCCD8
(219,204,216)
#E5DBE4
(229,219,228)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5478 color. Also use rgb(139,84,120) instead hex code.

Text Font Color

.myTextColor { color: #8B5478; }

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

This text font color is #8B5478.

Background Color

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

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

This div background color is #8B5478.

Border color

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

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

This div border color is #8B5478.

Opacity

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

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

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

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

This text has shadow with #8B5478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5478.

Preview

Color preview on black background

This text has color #8B5478 on black background.


Color preview on white background

This text has color #8B5478 on white background.


Black color preview on #8B5478 background

This text has black color on #8B5478 background.


White color preview on #8B5478 background

This text has white color on #8B5478 background.


Related colors

Complementary color

Complementary color for #hex is #74AB87.


I love getcolorcode.com

Triadic colors

1 #788B54 and #54788B with #8B5478 are triadic colors.

2 #78548B and #548B78 with #8B5478 are triadic colors.