COLOR #864A9C

HEX: #864A9C
RGB: (134,74,156)

Color info

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

RGB color model

#864A9C color RGB value is (134,74,156).

  • red value is 134;
  • green value is 74;
  • blue value is 156.
RGB:
(134,74,156)
(53%,29%,61%)

RGB channels and saturation

R 134 of 255 = 53%
G 74 of 255 = 29%
B 156 of 255 = 61%

134
74
156

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

Portions of RGB colors in percentages

R + G + B =
134 + 74 + 156 = 364 (100%)
R 134 of 364 ~ 36.81%
G 74 of 364 ~ 20.33%
B 156 of 364 ~ 42.86%

%36.81
%20.33
%42.86

CMYK color model

#864A9C color CMYK value is (14,53,0,39).

  • cyan value is 14.10%
  • magenta value is 52.56%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(14,53,0,39)
C14M53Y0K39 
(14%,53%,0%,39%)
(0.14/0.53/0.00/0.39)	

CMYK percentages

%14.1
%52.56
%0
%38.82

Codes

Color #864A9C in popluar color models

864A9C
RGB13474156
HSL284°35.65%45.10%
HSB/HSV284°52.56%61.18%
CMYK14.10%52.56%0.00%
38.82%

Color #864A9C in popluar number systems.

HEX864A9C
Decimal13474156
Binary10000110100101010011100
Octal206112234

Shades and tints

Shades of #864A9C

#864A9C
(134,74,156)
#7A448E
(122,68,142)
#6E3E80
(110,62,128)
#623872
(98,56,114)
#563264
(86,50,100)
#4A2C56
(74,44,86)
#3E2648
(62,38,72)
#32203A
(50,32,58)
#261A2C
(38,26,44)
#1A141E
(26,20,30)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #864A9C

#864A9C
(134,74,156)
#915AA5
(145,90,165)
#9C6AAE
(156,106,174)
#A77AB7
(167,122,183)
#B28AC0
(178,138,192)
#BD9AC9
(189,154,201)
#C8AAD2
(200,170,210)
#D3BADB
(211,186,219)
#DECAE4
(222,202,228)
#E9DAED
(233,218,237)
#F4EAF6
(244,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #864A9C color. Also use rgb(134,74,156) instead hex code.

Text Font Color

.myTextColor { color: #864A9C; }

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

This text font color is #864A9C.


Background Color

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

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

This div background color is #864A9C.


Border color

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

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

This div border color is #864A9C.


Opacity

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

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

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

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

This text has shadow with #864A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864A9C on black background.


Color preview on white background

This text has color #864A9C on white background.



Black color preview on #864A9C background

This text has black color on #864A9C background.


White color preview on #864A9C background

This text has white color on #864A9C background.