COLOR #865980

HEX: #865980
RGB: (134,89,128)

Color info

#865980 contains red, green and blue colors in about the same proportion. Web safe color of #865980 is #996666 (or #966).

RGB color model

#865980 color RGB value is (134,89,128).

  • red value is 134;
  • green value is 89;
  • blue value is 128.
RGB:
(134,89,128)
(53%,35%,50%)

RGB channels and saturation

R 134 of 255 = 53%
G 89 of 255 = 35%
B 128 of 255 = 50%

134
89
128

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

Portions of RGB colors in percentages

R + G + B =
134 + 89 + 128 = 351 (100%)
R 134 of 351 ~ 38.18%
G 89 of 351 ~ 25.36%
B 128 of 351 ~ 36.47%

%38.18
%25.36
%36.47

CMYK color model

#865980 color CMYK value is (0,34,4,47).

  • cyan value is 0.00%
  • magenta value is 33.58%
  • yellow value is 4.48%
  • key color value is 47.45%
CMYK:
(0,34,4,47)
C0M34Y4K47 
(0%,34%,4%,47%)
(0.00/0.34/0.04/0.47)	

CMYK percentages

%0
%33.58
%4.48
%47.45

Codes

Color #865980 in popluar color models

865980
RGB13489128
HSL308°20.18%43.73%
HSB/HSV308°33.58%52.55%
CMYK0.00%33.58%4.48%
47.45%

Color #865980 in popluar number systems.

HEX865980
Decimal13489128
Binary10000110101100110000000
Octal206131200

Shades and tints

Shades of #865980

#865980
(134,89,128)
#7A5175
(122,81,117)
#6E496A
(110,73,106)
#62415F
(98,65,95)
#563954
(86,57,84)
#4A3149
(74,49,73)
#3E293E
(62,41,62)
#322133
(50,33,51)
#261928
(38,25,40)
#1A111D
(26,17,29)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #865980

#865980
(134,89,128)
#91688B
(145,104,139)
#9C7796
(156,119,150)
#A786A1
(167,134,161)
#B295AC
(178,149,172)
#BDA4B7
(189,164,183)
#C8B3C2
(200,179,194)
#D3C2CD
(211,194,205)
#DED1D8
(222,209,216)
#E9E0E3
(233,224,227)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865980 color. Also use rgb(134,89,128) instead hex code.

Text Font Color

.myTextColor { color: #865980; }

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

This text font color is #865980.


Background Color

.myBgColor { background-color: #865980; }

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

This div background color is #865980.


Border color

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

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

This div border color is #865980.


Opacity

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

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

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

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

This text has shadow with #865980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865980 on black background.


Color preview on white background

This text has color #865980 on white background.



Black color preview on #865980 background

This text has black color on #865980 background.


White color preview on #865980 background

This text has white color on #865980 background.