COLOR #87749B

HEX: #87749B
RGB: (135,116,155)

Color info

#87749B contains red, green and blue colors in about the same proportion. Web safe color of #87749B is #996699 (or #969).

RGB color model

#87749B color RGB value is (135,116,155).

  • red value is 135;
  • green value is 116;
  • blue value is 155.
RGB:
(135,116,155)
(53%,45%,61%)

RGB channels and saturation

R 135 of 255 = 53%
G 116 of 255 = 45%
B 155 of 255 = 61%

135
116
155

R + G + B ~ 53%. #87749B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 116 + 155 = 406 (100%)
R 135 of 406 ~ 33.25%
G 116 of 406 ~ 28.57%
B 155 of 406 ~ 38.18%

%33.25
%28.57
%38.18

CMYK color model

#87749B color CMYK value is (13,25,0,39).

  • cyan value is 12.90%
  • magenta value is 25.16%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(13,25,0,39)
C13M25Y0K39 
(13%,25%,0%,39%)
(0.13/0.25/0.00/0.39)	

CMYK percentages

%12.9
%25.16
%0
%39.22

Codes

Color #87749B in popluar color models

87749B
RGB135116155
HSL269°16.32%53.14%
HSB/HSV269°25.16%60.78%
CMYK12.90%25.16%0.00%
39.22%

Color #87749B in popluar number systems.

HEX87749B
Decimal135116155
Binary10000111111010010011011
Octal207164233

Shades and tints

Shades of #87749B

#87749B
(135,116,155)
#7B6A8D
(123,106,141)
#6F607F
(111,96,127)
#635671
(99,86,113)
#574C63
(87,76,99)
#4B4255
(75,66,85)
#3F3847
(63,56,71)
#332E39
(51,46,57)
#27242B
(39,36,43)
#1B1A1D
(27,26,29)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #87749B

#87749B
(135,116,155)
#9180A4
(145,128,164)
#9B8CAD
(155,140,173)
#A598B6
(165,152,182)
#AFA4BF
(175,164,191)
#B9B0C8
(185,176,200)
#C3BCD1
(195,188,209)
#CDC8DA
(205,200,218)
#D7D4E3
(215,212,227)
#E1E0EC
(225,224,236)
#EBECF5
(235,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87749B color. Also use rgb(135,116,155) instead hex code.

Text Font Color

.myTextColor { color: #87749B; }

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

This text font color is #87749B.


Background Color

.myBgColor { background-color: #87749B; }

<div style="background-color:#87749B">Inner text</div>

This div background color is #87749B.


Border color

.myBorderColor { border: 1px solid #87749B; }

<div style="border:3px solid #87749B">Div</div>

This div border color is #87749B.


Opacity

.myOpacity80 { color: #87749B; opacity: 0.8; }

<p style="color:#87749B;opacity:0.8;">80%</p>

Text with #87749B 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 #87749B;}

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

This text has shadow with #87749B color.

.textShadow {text-shadow: 3px 3px 1px #87749B, 3px 3px 1px red;}

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

This text has shadow with #87749B primary color and red secondary color.


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

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

This text has shadow with #87749B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87749B on black background.


Color preview on white background

This text has color #87749B on white background.



Black color preview on #87749B background

This text has black color on #87749B background.


White color preview on #87749B background

This text has white color on #87749B background.