COLOR #8B5874

HEX: #8B5874
RGB: (139,88,116)

Color info

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

RGB color model

#8B5874 color RGB value is (139,88,116).

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

RGB channels and saturation

R 139 of 255 = 55%
G 88 of 255 = 35%
B 116 of 255 = 45%

139
88
116

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

Portions of RGB colors in percentages

R + G + B =
139 + 88 + 116 = 343 (100%)
R 139 of 343 ~ 40.52%
G 88 of 343 ~ 25.66%
B 116 of 343 ~ 33.82%

%40.52
%25.66
%33.82

CMYK color model

#8B5874 color CMYK value is (0,37,17,45).

  • cyan value is 0.00%
  • magenta value is 36.69%
  • yellow value is 16.55%
  • key color value is 45.49%
CMYK:
(0,37,17,45)
C0M37Y17K45 
(0%,37%,17%,45%)
(0.00/0.37/0.17/0.45)	

CMYK percentages

%0
%36.69
%16.55
%45.49

Codes

Color #8B5874 in popluar color models

8B5874
RGB13988116
HSL327°22.47%44.51%
HSB/HSV327°36.69%54.51%
CMYK0.00%36.69%16.55%
45.49%

Color #8B5874 in popluar number systems.

HEX8B5874
Decimal13988116
Binary1000101110110001110100
Octal213130164

Shades and tints

Shades of #8B5874

#8B5874
(139,88,116)
#7F506A
(127,80,106)
#734860
(115,72,96)
#674056
(103,64,86)
#5B384C
(91,56,76)
#4F3042
(79,48,66)
#432838
(67,40,56)
#37202E
(55,32,46)
#2B1824
(43,24,36)
#1F101A
(31,16,26)
#130810
(19,8,16)
#000000
(0,0,0)

Tints of #8B5874

#8B5874
(139,88,116)
#956780
(149,103,128)
#9F768C
(159,118,140)
#A98598
(169,133,152)
#B394A4
(179,148,164)
#BDA3B0
(189,163,176)
#C7B2BC
(199,178,188)
#D1C1C8
(209,193,200)
#DBD0D4
(219,208,212)
#E5DFE0
(229,223,224)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5874; }

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

This text font color is #8B5874.


Background Color

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

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

This div background color is #8B5874.


Border color

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

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

This div border color is #8B5874.


Opacity

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

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

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

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

This text has shadow with #8B5874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5874 on black background.


Color preview on white background

This text has color #8B5874 on white background.



Black color preview on #8B5874 background

This text has black color on #8B5874 background.


White color preview on #8B5874 background

This text has white color on #8B5874 background.