COLOR #87649F

HEX: #87649F
RGB: (135,100,159)

Color info

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

RGB color model

#87649F color RGB value is (135,100,159).

  • red value is 135;
  • green value is 100;
  • blue value is 159.
RGB:
(135,100,159)
(53%,39%,62%)

RGB channels and saturation

R 135 of 255 = 53%
G 100 of 255 = 39%
B 159 of 255 = 62%

135
100
159

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

Portions of RGB colors in percentages

R + G + B =
135 + 100 + 159 = 394 (100%)
R 135 of 394 ~ 34.26%
G 100 of 394 ~ 25.38%
B 159 of 394 ~ 40.36%

%34.26
%25.38
%40.36

CMYK color model

#87649F color CMYK value is (15,37,0,38).

  • cyan value is 15.09%
  • magenta value is 37.11%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(15,37,0,38)
C15M37Y0K38 
(15%,37%,0%,38%)
(0.15/0.37/0.00/0.38)	

CMYK percentages

%15.09
%37.11
%0
%37.65

Codes

Color #87649F in popluar color models

87649F
RGB135100159
HSL276°23.51%50.78%
HSB/HSV276°37.11%62.35%
CMYK15.09%37.11%0.00%
37.65%

Color #87649F in popluar number systems.

HEX87649F
Decimal135100159
Binary10000111110010010011111
Octal207144237

Shades and tints

Shades of #87649F

#87649F
(135,100,159)
#7B5B91
(123,91,145)
#6F5283
(111,82,131)
#634975
(99,73,117)
#574067
(87,64,103)
#4B3759
(75,55,89)
#3F2E4B
(63,46,75)
#33253D
(51,37,61)
#271C2F
(39,28,47)
#1B1321
(27,19,33)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #87649F

#87649F
(135,100,159)
#9172A7
(145,114,167)
#9B80AF
(155,128,175)
#A58EB7
(165,142,183)
#AF9CBF
(175,156,191)
#B9AAC7
(185,170,199)
#C3B8CF
(195,184,207)
#CDC6D7
(205,198,215)
#D7D4DF
(215,212,223)
#E1E2E7
(225,226,231)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87649F color. Also use rgb(135,100,159) instead hex code.

Text Font Color

.myTextColor { color: #87649F; }

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

This text font color is #87649F.


Background Color

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

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

This div background color is #87649F.


Border color

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

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

This div border color is #87649F.


Opacity

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

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

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

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

This text has shadow with #87649F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87649F on black background.


Color preview on white background

This text has color #87649F on white background.



Black color preview on #87649F background

This text has black color on #87649F background.


White color preview on #87649F background

This text has white color on #87649F background.