COLOR #864F95

HEX: #864F95
RGB: (134,79,149)

Color info

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

RGB color model

#864F95 color RGB value is (134,79,149).

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

RGB channels and saturation

R 134 of 255 = 53%
G 79 of 255 = 31%
B 149 of 255 = 58%

134
79
149

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

Portions of RGB colors in percentages

R + G + B =
134 + 79 + 149 = 362 (100%)
R 134 of 362 ~ 37.02%
G 79 of 362 ~ 21.82%
B 149 of 362 ~ 41.16%

%37.02
%21.82
%41.16

CMYK color model

#864F95 color CMYK value is (10,47,0,42).

  • cyan value is 10.07%
  • magenta value is 46.98%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(10,47,0,42)
C10M47Y0K42 
(10%,47%,0%,42%)
(0.10/0.47/0.00/0.42)	

CMYK percentages

%10.07
%46.98
%0
%41.57

Codes

Color #864F95 in popluar color models

864F95
RGB13479149
HSL287°30.70%44.71%
HSB/HSV287°46.98%58.43%
CMYK10.07%46.98%0.00%
41.57%

Color #864F95 in popluar number systems.

HEX864F95
Decimal13479149
Binary10000110100111110010101
Octal206117225

Shades and tints

Shades of #864F95

#864F95
(134,79,149)
#7A4888
(122,72,136)
#6E417B
(110,65,123)
#623A6E
(98,58,110)
#563361
(86,51,97)
#4A2C54
(74,44,84)
#3E2547
(62,37,71)
#321E3A
(50,30,58)
#26172D
(38,23,45)
#1A1020
(26,16,32)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #864F95

#864F95
(134,79,149)
#915F9E
(145,95,158)
#9C6FA7
(156,111,167)
#A77FB0
(167,127,176)
#B28FB9
(178,143,185)
#BD9FC2
(189,159,194)
#C8AFCB
(200,175,203)
#D3BFD4
(211,191,212)
#DECFDD
(222,207,221)
#E9DFE6
(233,223,230)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #864F95; }

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

This text font color is #864F95.


Background Color

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

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

This div background color is #864F95.


Border color

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

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

This div border color is #864F95.


Opacity

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

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

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

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

This text has shadow with #864F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864F95 on black background.


Color preview on white background

This text has color #864F95 on white background.



Black color preview on #864F95 background

This text has black color on #864F95 background.


White color preview on #864F95 background

This text has white color on #864F95 background.