COLOR #864F87

HEX: #864F87
RGB: (134,79,135)

Color info

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

RGB color model

#864F87 color RGB value is (134,79,135).

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

RGB channels and saturation

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

134
79
135

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

Portions of RGB colors in percentages

R + G + B =
134 + 79 + 135 = 348 (100%)
R 134 of 348 ~ 38.51%
G 79 of 348 ~ 22.7%
B 135 of 348 ~ 38.79%

%38.51
%22.7
%38.79

CMYK color model

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

  • cyan value is 0.74%
  • magenta value is 41.48%
  • 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
%41.48
%0
%47.06

Codes

Color #864F87 in popluar color models

864F87
RGB13479135
HSL299°26.17%41.96%
HSB/HSV299°41.48%52.94%
CMYK0.74%41.48%0.00%
47.06%

Color #864F87 in popluar number systems.

HEX864F87
Decimal13479135
Binary10000110100111110000111
Octal206117207

Shades and tints

Shades of #864F87

#864F87
(134,79,135)
#7A487B
(122,72,123)
#6E416F
(110,65,111)
#623A63
(98,58,99)
#563357
(86,51,87)
#4A2C4B
(74,44,75)
#3E253F
(62,37,63)
#321E33
(50,30,51)
#261727
(38,23,39)
#1A101B
(26,16,27)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #864F87

#864F87
(134,79,135)
#915F91
(145,95,145)
#9C6F9B
(156,111,155)
#A77FA5
(167,127,165)
#B28FAF
(178,143,175)
#BD9FB9
(189,159,185)
#C8AFC3
(200,175,195)
#D3BFCD
(211,191,205)
#DECFD7
(222,207,215)
#E9DFE1
(233,223,225)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #864F87; }

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

This text font color is #864F87.


Background Color

.myBgColor { background-color: #864F87; }

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

This div background color is #864F87.


Border color

.myBorderColor { border: 1px solid #864F87; }

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

This div border color is #864F87.


Opacity

.myOpacity80 { color: #864F87; opacity: 0.8; }

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

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

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

This text has shadow with #864F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864F87 on black background.


Color preview on white background

This text has color #864F87 on white background.



Black color preview on #864F87 background

This text has black color on #864F87 background.


White color preview on #864F87 background

This text has white color on #864F87 background.