COLOR #86479B

HEX: #86479B
RGB: (134,71,155)

Color info

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

RGB color model

#86479B color RGB value is (134,71,155).

  • red value is 134;
  • green value is 71;
  • blue value is 155.
RGB:
(134,71,155)
(53%,28%,61%)

RGB channels and saturation

R 134 of 255 = 53%
G 71 of 255 = 28%
B 155 of 255 = 61%

134
71
155

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

Portions of RGB colors in percentages

R + G + B =
134 + 71 + 155 = 360 (100%)
R 134 of 360 ~ 37.22%
G 71 of 360 ~ 19.72%
B 155 of 360 ~ 43.06%

%37.22
%19.72
%43.06

CMYK color model

#86479B color CMYK value is (14,54,0,39).

  • cyan value is 13.55%
  • magenta value is 54.19%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(14,54,0,39)
C14M54Y0K39 
(14%,54%,0%,39%)
(0.14/0.54/0.00/0.39)	

CMYK percentages

%13.55
%54.19
%0
%39.22

Codes

Color #86479B in popluar color models

86479B
RGB13471155
HSL285°37.17%44.31%
HSB/HSV285°54.19%60.78%
CMYK13.55%54.19%0.00%
39.22%

Color #86479B in popluar number systems.

HEX86479B
Decimal13471155
Binary10000110100011110011011
Octal206107233

Shades and tints

Shades of #86479B

#86479B
(134,71,155)
#7A418D
(122,65,141)
#6E3B7F
(110,59,127)
#623571
(98,53,113)
#562F63
(86,47,99)
#4A2955
(74,41,85)
#3E2347
(62,35,71)
#321D39
(50,29,57)
#26172B
(38,23,43)
#1A111D
(26,17,29)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #86479B

#86479B
(134,71,155)
#9157A4
(145,87,164)
#9C67AD
(156,103,173)
#A777B6
(167,119,182)
#B287BF
(178,135,191)
#BD97C8
(189,151,200)
#C8A7D1
(200,167,209)
#D3B7DA
(211,183,218)
#DEC7E3
(222,199,227)
#E9D7EC
(233,215,236)
#F4E7F5
(244,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86479B color. Also use rgb(134,71,155) instead hex code.

Text Font Color

.myTextColor { color: #86479B; }

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

This text font color is #86479B.


Background Color

.myBgColor { background-color: #86479B; }

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

This div background color is #86479B.


Border color

.myBorderColor { border: 1px solid #86479B; }

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

This div border color is #86479B.


Opacity

.myOpacity80 { color: #86479B; opacity: 0.8; }

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

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

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

This text has shadow with #86479B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86479B on black background.


Color preview on white background

This text has color #86479B on white background.



Black color preview on #86479B background

This text has black color on #86479B background.


White color preview on #86479B background

This text has white color on #86479B background.