COLOR #864C95

HEX: #864C95
RGB: (134,76,149)

Color info

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

RGB color model

#864C95 color RGB value is (134,76,149).

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

RGB channels and saturation

R 134 of 255 = 53%
G 76 of 255 = 30%
B 149 of 255 = 58%

134
76
149

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

Portions of RGB colors in percentages

R + G + B =
134 + 76 + 149 = 359 (100%)
R 134 of 359 ~ 37.33%
G 76 of 359 ~ 21.17%
B 149 of 359 ~ 41.5%

%37.33
%21.17
%41.5

CMYK color model

#864C95 color CMYK value is (10,49,0,42).

  • cyan value is 10.07%
  • magenta value is 48.99%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(10,49,0,42)
C10M49Y0K42 
(10%,49%,0%,42%)
(0.10/0.49/0.00/0.42)	

CMYK percentages

%10.07
%48.99
%0
%41.57

Codes

Color #864C95 in popluar color models

864C95
RGB13476149
HSL288°32.44%44.12%
HSB/HSV288°48.99%58.43%
CMYK10.07%48.99%0.00%
41.57%

Color #864C95 in popluar number systems.

HEX864C95
Decimal13476149
Binary10000110100110010010101
Octal206114225

Shades and tints

Shades of #864C95

#864C95
(134,76,149)
#7A4688
(122,70,136)
#6E407B
(110,64,123)
#623A6E
(98,58,110)
#563461
(86,52,97)
#4A2E54
(74,46,84)
#3E2847
(62,40,71)
#32223A
(50,34,58)
#261C2D
(38,28,45)
#1A1620
(26,22,32)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #864C95

#864C95
(134,76,149)
#915C9E
(145,92,158)
#9C6CA7
(156,108,167)
#A77CB0
(167,124,176)
#B28CB9
(178,140,185)
#BD9CC2
(189,156,194)
#C8ACCB
(200,172,203)
#D3BCD4
(211,188,212)
#DECCDD
(222,204,221)
#E9DCE6
(233,220,230)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #864C95; }

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

This text font color is #864C95.


Background Color

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

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

This div background color is #864C95.


Border color

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

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

This div border color is #864C95.


Opacity

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

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

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

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

This text has shadow with #864C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864C95 on black background.


Color preview on white background

This text has color #864C95 on white background.



Black color preview on #864C95 background

This text has black color on #864C95 background.


White color preview on #864C95 background

This text has white color on #864C95 background.