COLOR #865087

HEX: #865087
RGB: (134,80,135)

Color info

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

RGB color model

#865087 color RGB value is (134,80,135).

  • red value is 134;
  • green value is 80;
  • blue value is 135.
RGB:
(134,80,135)
(53%,31%,53%)

RGB channels and saturation

R 134 of 255 = 53%
G 80 of 255 = 31%
B 135 of 255 = 53%

134
80
135

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

Portions of RGB colors in percentages

R + G + B =
134 + 80 + 135 = 349 (100%)
R 134 of 349 ~ 38.4%
G 80 of 349 ~ 22.92%
B 135 of 349 ~ 38.68%

%38.4
%22.92
%38.68

CMYK color model

#865087 color CMYK value is (1,41,0,47).

  • cyan value is 0.74%
  • magenta value is 40.74%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(1,41,0,47)
C1M41Y0K47 
(1%,41%,0%,47%)
(0.01/0.41/0.00/0.47)	

CMYK percentages

%0.74
%40.74
%0
%47.06

Codes

Color #865087 in popluar color models

865087
RGB13480135
HSL299°25.58%42.16%
HSB/HSV299°40.74%52.94%
CMYK0.74%40.74%0.00%
47.06%

Color #865087 in popluar number systems.

HEX865087
Decimal13480135
Binary10000110101000010000111
Octal206120207

Shades and tints

Shades of #865087

#865087
(134,80,135)
#7A497B
(122,73,123)
#6E426F
(110,66,111)
#623B63
(98,59,99)
#563457
(86,52,87)
#4A2D4B
(74,45,75)
#3E263F
(62,38,63)
#321F33
(50,31,51)
#261827
(38,24,39)
#1A111B
(26,17,27)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #865087

#865087
(134,80,135)
#915F91
(145,95,145)
#9C6E9B
(156,110,155)
#A77DA5
(167,125,165)
#B28CAF
(178,140,175)
#BD9BB9
(189,155,185)
#C8AAC3
(200,170,195)
#D3B9CD
(211,185,205)
#DEC8D7
(222,200,215)
#E9D7E1
(233,215,225)
#F4E6EB
(244,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865087 color. Also use rgb(134,80,135) instead hex code.

Text Font Color

.myTextColor { color: #865087; }

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

This text font color is #865087.


Background Color

.myBgColor { background-color: #865087; }

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

This div background color is #865087.


Border color

.myBorderColor { border: 1px solid #865087; }

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

This div border color is #865087.


Opacity

.myOpacity80 { color: #865087; opacity: 0.8; }

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

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

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

This text has shadow with #865087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865087 on black background.


Color preview on white background

This text has color #865087 on white background.



Black color preview on #865087 background

This text has black color on #865087 background.


White color preview on #865087 background

This text has white color on #865087 background.