COLOR #87409C

HEX: #87409C
RGB: (135,64,156)

Color info

#87409C contains mainly red and blue colors. Web safe color of #87409C is #993399 (or #939).

RGB color model

#87409C color RGB value is (135,64,156).

  • red value is 135;
  • green value is 64;
  • blue value is 156.
RGB:
(135,64,156)
(53%,25%,61%)

RGB channels and saturation

R 135 of 255 = 53%
G 64 of 255 = 25%
B 156 of 255 = 61%

135
64
156

R + G + B ~ 46%. #87409C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 64 + 156 = 355 (100%)
R 135 of 355 ~ 38.03%
G 64 of 355 ~ 18.03%
B 156 of 355 ~ 43.94%

%38.03
%18.03
%43.94

CMYK color model

#87409C color CMYK value is (13,59,0,39).

  • cyan value is 13.46%
  • magenta value is 58.97%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(13,59,0,39)
C13M59Y0K39 
(13%,59%,0%,39%)
(0.13/0.59/0.00/0.39)	

CMYK percentages

%13.46
%58.97
%0
%38.82

Codes

Color #87409C in popluar color models

87409C
RGB13564156
HSL286°41.82%43.14%
HSB/HSV286°58.97%61.18%
CMYK13.46%58.97%0.00%
38.82%

Color #87409C in popluar number systems.

HEX87409C
Decimal13564156
Binary10000111100000010011100
Octal207100234

Shades and tints

Shades of #87409C

#87409C
(135,64,156)
#7B3B8E
(123,59,142)
#6F3680
(111,54,128)
#633172
(99,49,114)
#572C64
(87,44,100)
#4B2756
(75,39,86)
#3F2248
(63,34,72)
#331D3A
(51,29,58)
#27182C
(39,24,44)
#1B131E
(27,19,30)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #87409C

#87409C
(135,64,156)
#9151A5
(145,81,165)
#9B62AE
(155,98,174)
#A573B7
(165,115,183)
#AF84C0
(175,132,192)
#B995C9
(185,149,201)
#C3A6D2
(195,166,210)
#CDB7DB
(205,183,219)
#D7C8E4
(215,200,228)
#E1D9ED
(225,217,237)
#EBEAF6
(235,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87409C color. Also use rgb(135,64,156) instead hex code.

Text Font Color

.myTextColor { color: #87409C; }

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

This text font color is #87409C.


Background Color

.myBgColor { background-color: #87409C; }

<div style="background-color:#87409C">Inner text</div>

This div background color is #87409C.


Border color

.myBorderColor { border: 1px solid #87409C; }

<div style="border:3px solid #87409C">Div</div>

This div border color is #87409C.


Opacity

.myOpacity80 { color: #87409C; opacity: 0.8; }

<p style="color:#87409C;opacity:0.8;">80%</p>

Text with #87409C 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 #87409C;}

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

This text has shadow with #87409C color.

.textShadow {text-shadow: 3px 3px 1px #87409C, 3px 3px 1px red;}

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

This text has shadow with #87409C primary color and red secondary color.


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

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

This text has shadow with #87409C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87409C on black background.


Color preview on white background

This text has color #87409C on white background.



Black color preview on #87409C background

This text has black color on #87409C background.


White color preview on #87409C background

This text has white color on #87409C background.