COLOR #874B8B

HEX: #874B8B RGB: (135,75,139)

Color info

#874B8B contains mainly red and blue colors. Web safe color of #874B8B is #993399 (or #939).

RGB color model

#874B8B color RGB value is (135,75,139).

RGB: (135,75,139) (53%, 29%, 55%)

RGB channels and saturation

R 135 of 255 = 53%
G 75 of 255 = 29%
B 139 of 255 = 55%

135
75
139

R + G + B ~ 46%. #874B8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 75 + 139 = 349 (100%)
R 135 of 349 ~ 38.68%
G 75 of 349 ~ 21.49%
B 139 of 349 ~ 39.83'%

%38.68
%21.49
%39.83

CMYK color model

#874B8B color CMYK value is (3,46,0,45).

  • cyan value is 2.88%
  • magenta value is 46.04%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (3,46,0,45)
C3M46Y0K45 (3%, 46%, 0%, 45%)
(0.03 / 0.46 / 0.00 / 0.45)

CMYK percentages

%2.88
%46.04
%0
%45.49

Codes

Color #874B8B in popluar color models

87 4B 8B
RGB 135 75 139
HSL 296° 29.91% 41.96%
HSB/HSV 296° 46.04% 54.51%
CMYK 2.88% 46.04% 0.00%
45.49%

Color #874B8B in popluar number systems.

HEX 87 4B 8B
Decimal 135 75 139
Binary 10000111 1001011 10001011
Octal 207 113 213

Shades and tints

Shades of #874B8B

#874B8B
(135,75,139)
#7B457F
(123,69,127)
#6F3F73
(111,63,115)
#633967
(99,57,103)
#57335B
(87,51,91)
#4B2D4F
(75,45,79)
#3F2743
(63,39,67)
#332137
(51,33,55)
#271B2B
(39,27,43)
#1B151F
(27,21,31)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #874B8B

#874B8B
(135,75,139)
#915B95
(145,91,149)
#9B6B9F
(155,107,159)
#A57BA9
(165,123,169)
#AF8BB3
(175,139,179)
#B99BBD
(185,155,189)
#C3ABC7
(195,171,199)
#CDBBD1
(205,187,209)
#D7CBDB
(215,203,219)
#E1DBE5
(225,219,229)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874B8B color. Also use rgb(135,75,139) instead hex code.

Text Font Color

.myTextColor { color: #874B8B; }

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

This text font color is #874B8B.

Background Color

.myBgColor { background-color: #874B8B; }

<div style="background-color:#874B8B">Inner text</div>

This div background color is #874B8B.

Border color

.myBorderColor { border: 1px solid #874B8B; }

<div style="border:3px solid #874B8B">Div</div>

This div border color is #874B8B.

Opacity

.myOpacity80 { color: #874B8B; opacity: 0.8; }

<p style="color:#874B8B;opacity:0.8;">80%</p>

Text with #874B8B 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 #874B8B;}

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

This text has shadow with #874B8B color.


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

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

This text has shadow with #874B8B primary color and red secondary color.


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

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

This text has shadow with #874B8B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #874B8B.

Preview

Color preview on black background

This text has color #874B8B on black background.


Color preview on white background

This text has color #874B8B on white background.


Black color preview on #874B8B background

This text has black color on #874B8B background.


White color preview on #874B8B background

This text has white color on #874B8B background.


Related colors

Complementary color

Complementary color for #hex is #78B474.


I love getcolorcode.com

Triadic colors

1 #8B874B and #4B8B87 with #874B8B are triadic colors.

2 #8B4B87 and #4B878B with #874B8B are triadic colors.