COLOR #87649E

HEX: #87649E
RGB: (135,100,158)

Color info

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

RGB color model

#87649E color RGB value is (135,100,158).

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

RGB channels and saturation

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

135
100
158

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

Portions of RGB colors in percentages

R + G + B =
135 + 100 + 158 = 393 (100%)
R 135 of 393 ~ 34.35%
G 100 of 393 ~ 25.45%
B 158 of 393 ~ 40.2%

%34.35
%25.45
%40.2

CMYK color model

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

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

CMYK percentages

%14.56
%36.71
%0
%38.04

Codes

Color #87649E in popluar color models

87649E
RGB135100158
HSL276°23.02%50.59%
HSB/HSV276°36.71%61.96%
CMYK14.56%36.71%0.00%
38.04%

Color #87649E in popluar number systems.

HEX87649E
Decimal135100158
Binary10000111110010010011110
Octal207144236

Shades and tints

Shades of #87649E

#87649E
(135,100,158)
#7B5B90
(123,91,144)
#6F5282
(111,82,130)
#634974
(99,73,116)
#574066
(87,64,102)
#4B3758
(75,55,88)
#3F2E4A
(63,46,74)
#33253C
(51,37,60)
#271C2E
(39,28,46)
#1B1320
(27,19,32)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #87649E

#87649E
(135,100,158)
#9172A6
(145,114,166)
#9B80AE
(155,128,174)
#A58EB6
(165,142,182)
#AF9CBE
(175,156,190)
#B9AAC6
(185,170,198)
#C3B8CE
(195,184,206)
#CDC6D6
(205,198,214)
#D7D4DE
(215,212,222)
#E1E2E6
(225,226,230)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87649E; }

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

This text font color is #87649E.


Background Color

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

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

This div background color is #87649E.


Border color

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

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

This div border color is #87649E.


Opacity

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

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

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

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

This text has shadow with #87649E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87649E on black background.


Color preview on white background

This text has color #87649E on white background.



Black color preview on #87649E background

This text has black color on #87649E background.


White color preview on #87649E background

This text has white color on #87649E background.