COLOR #87539B

HEX: #87539B
RGB: (135,83,155)

Color info

#87539B contains mainly red and blue colors. Web safe color of #87539B is #996699 (or #969).

RGB color model

#87539B color RGB value is (135,83,155).

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

RGB channels and saturation

R 135 of 255 = 53%
G 83 of 255 = 33%
B 155 of 255 = 61%

135
83
155

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

Portions of RGB colors in percentages

R + G + B =
135 + 83 + 155 = 373 (100%)
R 135 of 373 ~ 36.19%
G 83 of 373 ~ 22.25%
B 155 of 373 ~ 41.55%

%36.19
%22.25
%41.55

CMYK color model

#87539B color CMYK value is (13,46,0,39).

  • cyan value is 12.90%
  • magenta value is 46.45%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(13,46,0,39)
C13M46Y0K39 
(13%,46%,0%,39%)
(0.13/0.46/0.00/0.39)	

CMYK percentages

%12.9
%46.45
%0
%39.22

Codes

Color #87539B in popluar color models

87539B
RGB13583155
HSL283°30.25%46.67%
HSB/HSV283°46.45%60.78%
CMYK12.90%46.45%0.00%
39.22%

Color #87539B in popluar number systems.

HEX87539B
Decimal13583155
Binary10000111101001110011011
Octal207123233

Shades and tints

Shades of #87539B

#87539B
(135,83,155)
#7B4C8D
(123,76,141)
#6F457F
(111,69,127)
#633E71
(99,62,113)
#573763
(87,55,99)
#4B3055
(75,48,85)
#3F2947
(63,41,71)
#332239
(51,34,57)
#271B2B
(39,27,43)
#1B141D
(27,20,29)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #87539B

#87539B
(135,83,155)
#9162A4
(145,98,164)
#9B71AD
(155,113,173)
#A580B6
(165,128,182)
#AF8FBF
(175,143,191)
#B99EC8
(185,158,200)
#C3ADD1
(195,173,209)
#CDBCDA
(205,188,218)
#D7CBE3
(215,203,227)
#E1DAEC
(225,218,236)
#EBE9F5
(235,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87539B; }

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

This text font color is #87539B.


Background Color

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

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

This div background color is #87539B.


Border color

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

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

This div border color is #87539B.


Opacity

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

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

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

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

This text has shadow with #87539B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87539B on black background.


Color preview on white background

This text has color #87539B on white background.



Black color preview on #87539B background

This text has black color on #87539B background.


White color preview on #87539B background

This text has white color on #87539B background.