COLOR #87519F

HEX: #87519F RGB: (135,81,159)

Color info

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

RGB color model

#87519F color RGB value is (135,81,159).

RGB: (135,81,159) (53%, 32%, 62%)

RGB channels and saturation

R 135 of 255 = 53%
G 81 of 255 = 32%
B 159 of 255 = 62%

135
81
159

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

Portions of RGB colors in percentages

R + G + B = 135 + 81 + 159 = 375 (100%)
R 135 of 375 ~ 36%
G 81 of 375 ~ 21.6%
B 159 of 375 ~ 42.4'%

%36
%21.6
%42.4

CMYK color model

#87519F color CMYK value is (15,49,0,38).

  • cyan value is 15.09%
  • magenta value is 49.06%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (15,49,0,38)
C15M49Y0K38 (15%, 49%, 0%, 38%)
(0.15 / 0.49 / 0.00 / 0.38)

CMYK percentages

%15.09
%49.06
%0
%37.65

Codes

Color #87519F in popluar color models

87 51 9F
RGB 135 81 159
HSL 282° 32.50% 47.06%
HSB/HSV 282° 49.06% 62.35%
CMYK 15.09% 49.06% 0.00%
37.65%

Color #87519F in popluar number systems.

HEX 87 51 9F
Decimal 135 81 159
Binary 10000111 1010001 10011111
Octal 207 121 237

Shades and tints

Shades of #87519F

#87519F
(135,81,159)
#7B4A91
(123,74,145)
#6F4383
(111,67,131)
#633C75
(99,60,117)
#573567
(87,53,103)
#4B2E59
(75,46,89)
#3F274B
(63,39,75)
#33203D
(51,32,61)
#27192F
(39,25,47)
#1B1221
(27,18,33)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #87519F

#87519F
(135,81,159)
#9160A7
(145,96,167)
#9B6FAF
(155,111,175)
#A57EB7
(165,126,183)
#AF8DBF
(175,141,191)
#B99CC7
(185,156,199)
#C3ABCF
(195,171,207)
#CDBAD7
(205,186,215)
#D7C9DF
(215,201,223)
#E1D8E7
(225,216,231)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87519F; }

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

This text font color is #87519F.

Background Color

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

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

This div background color is #87519F.

Border color

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

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

This div border color is #87519F.

Opacity

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

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

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

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

This text has shadow with #87519F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87519F.

Preview

Color preview on black background

This text has color #87519F on black background.


Color preview on white background

This text has color #87519F on white background.


Black color preview on #87519F background

This text has black color on #87519F background.


White color preview on #87519F background

This text has white color on #87519F background.


Related colors

Complementary color

Complementary color for #hex is #78AE60.


I love getcolorcode.com

Triadic colors

1 #9F8751 and #519F87 with #87519F are triadic colors.

2 #9F5187 and #51879F with #87519F are triadic colors.