COLOR #86599F

HEX: #86599F
RGB: (134,89,159)

Color info

#86599F contains mainly red and blue colors. Web safe color of #86599F is #996699 (or #969).

RGB color model

#86599F color RGB value is (134,89,159).

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

RGB channels and saturation

R 134 of 255 = 53%
G 89 of 255 = 35%
B 159 of 255 = 62%

134
89
159

R + G + B ~ 50%. #86599F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 89 + 159 = 382 (100%)
R 134 of 382 ~ 35.08%
G 89 of 382 ~ 23.3%
B 159 of 382 ~ 41.62%

%35.08
%23.3
%41.62

CMYK color model

#86599F color CMYK value is (16,44,0,38).

  • cyan value is 15.72%
  • magenta value is 44.03%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(16,44,0,38)
C16M44Y0K38 
(16%,44%,0%,38%)
(0.16/0.44/0.00/0.38)	

CMYK percentages

%15.72
%44.03
%0
%37.65

Codes

Color #86599F in popluar color models

86599F
RGB13489159
HSL279°28.23%48.63%
HSB/HSV279°44.03%62.35%
CMYK15.72%44.03%0.00%
37.65%

Color #86599F in popluar number systems.

HEX86599F
Decimal13489159
Binary10000110101100110011111
Octal206131237

Shades and tints

Shades of #86599F

#86599F
(134,89,159)
#7A5191
(122,81,145)
#6E4983
(110,73,131)
#624175
(98,65,117)
#563967
(86,57,103)
#4A3159
(74,49,89)
#3E294B
(62,41,75)
#32213D
(50,33,61)
#26192F
(38,25,47)
#1A1121
(26,17,33)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #86599F

#86599F
(134,89,159)
#9168A7
(145,104,167)
#9C77AF
(156,119,175)
#A786B7
(167,134,183)
#B295BF
(178,149,191)
#BDA4C7
(189,164,199)
#C8B3CF
(200,179,207)
#D3C2D7
(211,194,215)
#DED1DF
(222,209,223)
#E9E0E7
(233,224,231)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86599F; }

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

This text font color is #86599F.


Background Color

.myBgColor { background-color: #86599F; }

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

This div background color is #86599F.


Border color

.myBorderColor { border: 1px solid #86599F; }

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

This div border color is #86599F.


Opacity

.myOpacity80 { color: #86599F; opacity: 0.8; }

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

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

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

This text has shadow with #86599F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86599F on black background.


Color preview on white background

This text has color #86599F on white background.



Black color preview on #86599F background

This text has black color on #86599F background.


White color preview on #86599F background

This text has white color on #86599F background.