COLOR #8164A5

HEX: #8164A5
RGB: (129,100,165)

Color info

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

RGB color model

#8164A5 color RGB value is (129,100,165).

  • red value is 129;
  • green value is 100;
  • blue value is 165.
RGB:
(129,100,165)
(51%,39%,65%)

RGB channels and saturation

R 129 of 255 = 51%
G 100 of 255 = 39%
B 165 of 255 = 65%

129
100
165

R + G + B ~ 52%. #8164A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 100 + 165 = 394 (100%)
R 129 of 394 ~ 32.74%
G 100 of 394 ~ 25.38%
B 165 of 394 ~ 41.88%

%32.74
%25.38
%41.88

CMYK color model

#8164A5 color CMYK value is (22,39,0,35).

  • cyan value is 21.82%
  • magenta value is 39.39%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(22,39,0,35)
C22M39Y0K35 
(22%,39%,0%,35%)
(0.22/0.39/0.00/0.35)	

CMYK percentages

%21.82
%39.39
%0
%35.29

Codes

Color #8164A5 in popluar color models

8164A5
RGB129100165
HSL267°26.53%51.96%
HSB/HSV267°39.39%64.71%
CMYK21.82%39.39%0.00%
35.29%

Color #8164A5 in popluar number systems.

HEX8164A5
Decimal129100165
Binary10000001110010010100101
Octal201144245

Shades and tints

Shades of #8164A5

#8164A5
(129,100,165)
#765B96
(118,91,150)
#6B5287
(107,82,135)
#604978
(96,73,120)
#554069
(85,64,105)
#4A375A
(74,55,90)
#3F2E4B
(63,46,75)
#34253C
(52,37,60)
#291C2D
(41,28,45)
#1E131E
(30,19,30)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #8164A5

#8164A5
(129,100,165)
#8C72AD
(140,114,173)
#9780B5
(151,128,181)
#A28EBD
(162,142,189)
#AD9CC5
(173,156,197)
#B8AACD
(184,170,205)
#C3B8D5
(195,184,213)
#CEC6DD
(206,198,221)
#D9D4E5
(217,212,229)
#E4E2ED
(228,226,237)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8164A5 color. Also use rgb(129,100,165) instead hex code.

Text Font Color

.myTextColor { color: #8164A5; }

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

This text font color is #8164A5.


Background Color

.myBgColor { background-color: #8164A5; }

<div style="background-color:#8164A5">Inner text</div>

This div background color is #8164A5.


Border color

.myBorderColor { border: 1px solid #8164A5; }

<div style="border:3px solid #8164A5">Div</div>

This div border color is #8164A5.


Opacity

.myOpacity80 { color: #8164A5; opacity: 0.8; }

<p style="color:#8164A5;opacity:0.8;">80%</p>

Text with #8164A5 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 #8164A5;}

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

This text has shadow with #8164A5 color.

.textShadow {text-shadow: 3px 3px 1px #8164A5, 3px 3px 1px red;}

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

This text has shadow with #8164A5 primary color and red secondary color.


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

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

This text has shadow with #8164A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8164A5 on black background.


Color preview on white background

This text has color #8164A5 on white background.



Black color preview on #8164A5 background

This text has black color on #8164A5 background.


White color preview on #8164A5 background

This text has white color on #8164A5 background.