COLOR #8B5778

HEX: #8B5778
RGB: (139,87,120)

Color info

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

RGB color model

#8B5778 color RGB value is (139,87,120).

  • red value is 139;
  • green value is 87;
  • blue value is 120.
RGB:
(139,87,120)
(55%,34%,47%)

RGB channels and saturation

R 139 of 255 = 55%
G 87 of 255 = 34%
B 120 of 255 = 47%

139
87
120

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

Portions of RGB colors in percentages

R + G + B =
139 + 87 + 120 = 346 (100%)
R 139 of 346 ~ 40.17%
G 87 of 346 ~ 25.14%
B 120 of 346 ~ 34.68%

%40.17
%25.14
%34.68

CMYK color model

#8B5778 color CMYK value is (0,37,14,45).

  • cyan value is 0.00%
  • magenta value is 37.41%
  • yellow value is 13.67%
  • key color value is 45.49%
CMYK:
(0,37,14,45)
C0M37Y14K45 
(0%,37%,14%,45%)
(0.00/0.37/0.14/0.45)	

CMYK percentages

%0
%37.41
%13.67
%45.49

Codes

Color #8B5778 in popluar color models

8B5778
RGB13987120
HSL322°23.01%44.31%
HSB/HSV322°37.41%54.51%
CMYK0.00%37.41%13.67%
45.49%

Color #8B5778 in popluar number systems.

HEX8B5778
Decimal13987120
Binary1000101110101111111000
Octal213127170

Shades and tints

Shades of #8B5778

#8B5778
(139,87,120)
#7F506E
(127,80,110)
#734964
(115,73,100)
#67425A
(103,66,90)
#5B3B50
(91,59,80)
#4F3446
(79,52,70)
#432D3C
(67,45,60)
#372632
(55,38,50)
#2B1F28
(43,31,40)
#1F181E
(31,24,30)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #8B5778

#8B5778
(139,87,120)
#956684
(149,102,132)
#9F7590
(159,117,144)
#A9849C
(169,132,156)
#B393A8
(179,147,168)
#BDA2B4
(189,162,180)
#C7B1C0
(199,177,192)
#D1C0CC
(209,192,204)
#DBCFD8
(219,207,216)
#E5DEE4
(229,222,228)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5778; }

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

This text font color is #8B5778.


Background Color

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

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

This div background color is #8B5778.


Border color

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

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

This div border color is #8B5778.


Opacity

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

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

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

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

This text has shadow with #8B5778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5778 on black background.


Color preview on white background

This text has color #8B5778 on white background.



Black color preview on #8B5778 background

This text has black color on #8B5778 background.


White color preview on #8B5778 background

This text has white color on #8B5778 background.