COLOR #8673A9

HEX: #8673A9
RGB: (134,115,169)

Color info

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

RGB color model

#8673A9 color RGB value is (134,115,169).

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

RGB channels and saturation

R 134 of 255 = 53%
G 115 of 255 = 45%
B 169 of 255 = 66%

134
115
169

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

Portions of RGB colors in percentages

R + G + B =
134 + 115 + 169 = 418 (100%)
R 134 of 418 ~ 32.06%
G 115 of 418 ~ 27.51%
B 169 of 418 ~ 40.43%

%32.06
%27.51
%40.43

CMYK color model

#8673A9 color CMYK value is (21,32,0,34).

  • cyan value is 20.71%
  • magenta value is 31.95%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(21,32,0,34)
C21M32Y0K34 
(21%,32%,0%,34%)
(0.21/0.32/0.00/0.34)	

CMYK percentages

%20.71
%31.95
%0
%33.73

Codes

Color #8673A9 in popluar color models

8673A9
RGB134115169
HSL261°23.89%55.69%
HSB/HSV261°31.95%66.27%
CMYK20.71%31.95%0.00%
33.73%

Color #8673A9 in popluar number systems.

HEX8673A9
Decimal134115169
Binary10000110111001110101001
Octal206163251

Shades and tints

Shades of #8673A9

#8673A9
(134,115,169)
#7A699A
(122,105,154)
#6E5F8B
(110,95,139)
#62557C
(98,85,124)
#564B6D
(86,75,109)
#4A415E
(74,65,94)
#3E374F
(62,55,79)
#322D40
(50,45,64)
#262331
(38,35,49)
#1A1922
(26,25,34)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #8673A9

#8673A9
(134,115,169)
#917FB0
(145,127,176)
#9C8BB7
(156,139,183)
#A797BE
(167,151,190)
#B2A3C5
(178,163,197)
#BDAFCC
(189,175,204)
#C8BBD3
(200,187,211)
#D3C7DA
(211,199,218)
#DED3E1
(222,211,225)
#E9DFE8
(233,223,232)
#F4EBEF
(244,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8673A9; }

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

This text font color is #8673A9.


Background Color

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

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

This div background color is #8673A9.


Border color

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

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

This div border color is #8673A9.


Opacity

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

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

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

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

This text has shadow with #8673A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8673A9 on black background.


Color preview on white background

This text has color #8673A9 on white background.



Black color preview on #8673A9 background

This text has black color on #8673A9 background.


White color preview on #8673A9 background

This text has white color on #8673A9 background.