COLOR #86499A

HEX: #86499A
RGB: (134,73,154)

Color info

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

RGB color model

#86499A color RGB value is (134,73,154).

  • red value is 134;
  • green value is 73;
  • blue value is 154.
RGB:
(134,73,154)
(53%,29%,60%)

RGB channels and saturation

R 134 of 255 = 53%
G 73 of 255 = 29%
B 154 of 255 = 60%

134
73
154

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

Portions of RGB colors in percentages

R + G + B =
134 + 73 + 154 = 361 (100%)
R 134 of 361 ~ 37.12%
G 73 of 361 ~ 20.22%
B 154 of 361 ~ 42.66%

%37.12
%20.22
%42.66

CMYK color model

#86499A color CMYK value is (13,53,0,40).

  • cyan value is 12.99%
  • magenta value is 52.60%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(13,53,0,40)
C13M53Y0K40 
(13%,53%,0%,40%)
(0.13/0.53/0.00/0.40)	

CMYK percentages

%12.99
%52.6
%0
%39.61

Codes

Color #86499A in popluar color models

86499A
RGB13473154
HSL285°35.68%44.51%
HSB/HSV285°52.60%60.39%
CMYK12.99%52.60%0.00%
39.61%

Color #86499A in popluar number systems.

HEX86499A
Decimal13473154
Binary10000110100100110011010
Octal206111232

Shades and tints

Shades of #86499A

#86499A
(134,73,154)
#7A438C
(122,67,140)
#6E3D7E
(110,61,126)
#623770
(98,55,112)
#563162
(86,49,98)
#4A2B54
(74,43,84)
#3E2546
(62,37,70)
#321F38
(50,31,56)
#26192A
(38,25,42)
#1A131C
(26,19,28)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #86499A

#86499A
(134,73,154)
#9159A3
(145,89,163)
#9C69AC
(156,105,172)
#A779B5
(167,121,181)
#B289BE
(178,137,190)
#BD99C7
(189,153,199)
#C8A9D0
(200,169,208)
#D3B9D9
(211,185,217)
#DEC9E2
(222,201,226)
#E9D9EB
(233,217,235)
#F4E9F4
(244,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86499A color. Also use rgb(134,73,154) instead hex code.

Text Font Color

.myTextColor { color: #86499A; }

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

This text font color is #86499A.


Background Color

.myBgColor { background-color: #86499A; }

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

This div background color is #86499A.


Border color

.myBorderColor { border: 1px solid #86499A; }

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

This div border color is #86499A.


Opacity

.myOpacity80 { color: #86499A; opacity: 0.8; }

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

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

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

This text has shadow with #86499A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86499A on black background.


Color preview on white background

This text has color #86499A on white background.



Black color preview on #86499A background

This text has black color on #86499A background.


White color preview on #86499A background

This text has white color on #86499A background.