COLOR #87548F

HEX: #87548F
RGB: (135,84,143)

Color info

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

RGB color model

#87548F color RGB value is (135,84,143).

  • red value is 135;
  • green value is 84;
  • blue value is 143.
RGB:
(135,84,143)
(53%,33%,56%)

RGB channels and saturation

R 135 of 255 = 53%
G 84 of 255 = 33%
B 143 of 255 = 56%

135
84
143

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

Portions of RGB colors in percentages

R + G + B =
135 + 84 + 143 = 362 (100%)
R 135 of 362 ~ 37.29%
G 84 of 362 ~ 23.2%
B 143 of 362 ~ 39.5%

%37.29
%23.2
%39.5

CMYK color model

#87548F color CMYK value is (6,41,0,44).

  • cyan value is 5.59%
  • magenta value is 41.26%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(6,41,0,44)
C6M41Y0K44 
(6%,41%,0%,44%)
(0.06/0.41/0.00/0.44)	

CMYK percentages

%5.59
%41.26
%0
%43.92

Codes

Color #87548F in popluar color models

87548F
RGB13584143
HSL292°25.99%44.51%
HSB/HSV292°41.26%56.08%
CMYK5.59%41.26%0.00%
43.92%

Color #87548F in popluar number systems.

HEX87548F
Decimal13584143
Binary10000111101010010001111
Octal207124217

Shades and tints

Shades of #87548F

#87548F
(135,84,143)
#7B4D82
(123,77,130)
#6F4675
(111,70,117)
#633F68
(99,63,104)
#57385B
(87,56,91)
#4B314E
(75,49,78)
#3F2A41
(63,42,65)
#332334
(51,35,52)
#271C27
(39,28,39)
#1B151A
(27,21,26)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #87548F

#87548F
(135,84,143)
#916399
(145,99,153)
#9B72A3
(155,114,163)
#A581AD
(165,129,173)
#AF90B7
(175,144,183)
#B99FC1
(185,159,193)
#C3AECB
(195,174,203)
#CDBDD5
(205,189,213)
#D7CCDF
(215,204,223)
#E1DBE9
(225,219,233)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87548F color. Also use rgb(135,84,143) instead hex code.

Text Font Color

.myTextColor { color: #87548F; }

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

This text font color is #87548F.


Background Color

.myBgColor { background-color: #87548F; }

<div style="background-color:#87548F">Inner text</div>

This div background color is #87548F.


Border color

.myBorderColor { border: 1px solid #87548F; }

<div style="border:3px solid #87548F">Div</div>

This div border color is #87548F.


Opacity

.myOpacity80 { color: #87548F; opacity: 0.8; }

<p style="color:#87548F;opacity:0.8;">80%</p>

Text with #87548F 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 #87548F;}

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

This text has shadow with #87548F color.

.textShadow {text-shadow: 3px 3px 1px #87548F, 3px 3px 1px red;}

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

This text has shadow with #87548F primary color and red secondary color.


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

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

This text has shadow with #87548F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87548F on black background.


Color preview on white background

This text has color #87548F on white background.



Black color preview on #87548F background

This text has black color on #87548F background.


White color preview on #87548F background

This text has white color on #87548F background.