COLOR #87569F

HEX: #87569F
RGB: (135,86,159)

Color info

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

RGB color model

#87569F color RGB value is (135,86,159).

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

RGB channels and saturation

R 135 of 255 = 53%
G 86 of 255 = 34%
B 159 of 255 = 62%

135
86
159

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

Portions of RGB colors in percentages

R + G + B =
135 + 86 + 159 = 380 (100%)
R 135 of 380 ~ 35.53%
G 86 of 380 ~ 22.63%
B 159 of 380 ~ 41.84%

%35.53
%22.63
%41.84

CMYK color model

#87569F color CMYK value is (15,46,0,38).

  • cyan value is 15.09%
  • magenta value is 45.91%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(15,46,0,38)
C15M46Y0K38 
(15%,46%,0%,38%)
(0.15/0.46/0.00/0.38)	

CMYK percentages

%15.09
%45.91
%0
%37.65

Codes

Color #87569F in popluar color models

87569F
RGB13586159
HSL280°29.80%48.04%
HSB/HSV280°45.91%62.35%
CMYK15.09%45.91%0.00%
37.65%

Color #87569F in popluar number systems.

HEX87569F
Decimal13586159
Binary10000111101011010011111
Octal207126237

Shades and tints

Shades of #87569F

#87569F
(135,86,159)
#7B4F91
(123,79,145)
#6F4883
(111,72,131)
#634175
(99,65,117)
#573A67
(87,58,103)
#4B3359
(75,51,89)
#3F2C4B
(63,44,75)
#33253D
(51,37,61)
#271E2F
(39,30,47)
#1B1721
(27,23,33)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #87569F

#87569F
(135,86,159)
#9165A7
(145,101,167)
#9B74AF
(155,116,175)
#A583B7
(165,131,183)
#AF92BF
(175,146,191)
#B9A1C7
(185,161,199)
#C3B0CF
(195,176,207)
#CDBFD7
(205,191,215)
#D7CEDF
(215,206,223)
#E1DDE7
(225,221,231)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87569F; }

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

This text font color is #87569F.


Background Color

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

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

This div background color is #87569F.


Border color

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

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

This div border color is #87569F.


Opacity

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

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

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

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

This text has shadow with #87569F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87569F on black background.


Color preview on white background

This text has color #87569F on white background.



Black color preview on #87569F background

This text has black color on #87569F background.


White color preview on #87569F background

This text has white color on #87569F background.