COLOR #8671A9

HEX: #8671A9
RGB: (134,113,169)

Color info

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

RGB color model

#8671A9 color RGB value is (134,113,169).

  • red value is 134;
  • green value is 113;
  • blue value is 169.
RGB:
(134,113,169)
(53%,44%,66%)

RGB channels and saturation

R 134 of 255 = 53%
G 113 of 255 = 44%
B 169 of 255 = 66%

134
113
169

R + G + B ~ 54%. #8671A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 113 + 169 = 416 (100%)
R 134 of 416 ~ 32.21%
G 113 of 416 ~ 27.16%
B 169 of 416 ~ 40.63%

%32.21
%27.16
%40.63

CMYK color model

#8671A9 color CMYK value is (21,33,0,34).

  • cyan value is 20.71%
  • magenta value is 33.14%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(21,33,0,34)
C21M33Y0K34 
(21%,33%,0%,34%)
(0.21/0.33/0.00/0.34)	

CMYK percentages

%20.71
%33.14
%0
%33.73

Codes

Color #8671A9 in popluar color models

8671A9
RGB134113169
HSL263°24.56%55.29%
HSB/HSV263°33.14%66.27%
CMYK20.71%33.14%0.00%
33.73%

Color #8671A9 in popluar number systems.

HEX8671A9
Decimal134113169
Binary10000110111000110101001
Octal206161251

Shades and tints

Shades of #8671A9

#8671A9
(134,113,169)
#7A679A
(122,103,154)
#6E5D8B
(110,93,139)
#62537C
(98,83,124)
#56496D
(86,73,109)
#4A3F5E
(74,63,94)
#3E354F
(62,53,79)
#322B40
(50,43,64)
#262131
(38,33,49)
#1A1722
(26,23,34)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #8671A9

#8671A9
(134,113,169)
#917DB0
(145,125,176)
#9C89B7
(156,137,183)
#A795BE
(167,149,190)
#B2A1C5
(178,161,197)
#BDADCC
(189,173,204)
#C8B9D3
(200,185,211)
#D3C5DA
(211,197,218)
#DED1E1
(222,209,225)
#E9DDE8
(233,221,232)
#F4E9EF
(244,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8671A9 color. Also use rgb(134,113,169) instead hex code.

Text Font Color

.myTextColor { color: #8671A9; }

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

This text font color is #8671A9.


Background Color

.myBgColor { background-color: #8671A9; }

<div style="background-color:#8671A9">Inner text</div>

This div background color is #8671A9.


Border color

.myBorderColor { border: 1px solid #8671A9; }

<div style="border:3px solid #8671A9">Div</div>

This div border color is #8671A9.


Opacity

.myOpacity80 { color: #8671A9; opacity: 0.8; }

<p style="color:#8671A9;opacity:0.8;">80%</p>

Text with #8671A9 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 #8671A9;}

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

This text has shadow with #8671A9 color.

.textShadow {text-shadow: 3px 3px 1px #8671A9, 3px 3px 1px red;}

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

This text has shadow with #8671A9 primary color and red secondary color.


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

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

This text has shadow with #8671A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8671A9 on black background.


Color preview on white background

This text has color #8671A9 on white background.



Black color preview on #8671A9 background

This text has black color on #8671A9 background.


White color preview on #8671A9 background

This text has white color on #8671A9 background.