COLOR #8B6478

HEX: #8B6478 RGB: (139,100,120)

Color info

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

RGB color model

#8B6478 color RGB value is (139,100,120).

RGB: (139,100,120) (55%, 39%, 47%)

RGB channels and saturation

R 139 of 255 = 55%
G 100 of 255 = 39%
B 120 of 255 = 47%

139
100
120

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

Portions of RGB colors in percentages

R + G + B = 139 + 100 + 120 = 359 (100%)
R 139 of 359 ~ 38.72%
G 100 of 359 ~ 27.86%
B 120 of 359 ~ 33.43'%

%38.72
%27.86
%33.43

CMYK color model

#8B6478 color CMYK value is (0,28,14,45).

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

CMYK: (0,28,14,45)
C0M28Y14K45 (0%, 28%, 14%, 45%)
(0.00 / 0.28 / 0.14 / 0.45)

CMYK percentages

%0
%28.06
%13.67
%45.49

Codes

Color #8B6478 in popluar color models

8B 64 78
RGB 139 100 120
HSL 329° 16.32% 46.86%
HSB/HSV 329° 28.06% 54.51%
CMYK 0.00% 28.06% 13.67%
45.49%

Color #8B6478 in popluar number systems.

HEX 8B 64 78
Decimal 139 100 120
Binary 10001011 1100100 1111000
Octal 213 144 170

Shades and tints

Shades of #8B6478

#8B6478
(139,100,120)
#7F5B6E
(127,91,110)
#735264
(115,82,100)
#67495A
(103,73,90)
#5B4050
(91,64,80)
#4F3746
(79,55,70)
#432E3C
(67,46,60)
#372532
(55,37,50)
#2B1C28
(43,28,40)
#1F131E
(31,19,30)
#130A14
(19,10,20)
#000000
(0,0,0)

Tints of #8B6478

#8B6478
(139,100,120)
#957284
(149,114,132)
#9F8090
(159,128,144)
#A98E9C
(169,142,156)
#B39CA8
(179,156,168)
#BDAAB4
(189,170,180)
#C7B8C0
(199,184,192)
#D1C6CC
(209,198,204)
#DBD4D8
(219,212,216)
#E5E2E4
(229,226,228)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6478; }

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

This text font color is #8B6478.

Background Color

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

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

This div background color is #8B6478.

Border color

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

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

This div border color is #8B6478.

Opacity

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

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

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

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

This text has shadow with #8B6478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6478.

Preview

Color preview on black background

This text has color #8B6478 on black background.


Color preview on white background

This text has color #8B6478 on white background.


Black color preview on #8B6478 background

This text has black color on #8B6478 background.


White color preview on #8B6478 background

This text has white color on #8B6478 background.


Related colors

Complementary color

Complementary color for #hex is #749B87.


I love getcolorcode.com

Triadic colors

1 #788B64 and #64788B with #8B6478 are triadic colors.

2 #78648B and #648B78 with #8B6478 are triadic colors.