COLOR #8673AE

HEX: #8673AE
RGB: (134,115,174)

Color info

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

RGB color model

#8673AE color RGB value is (134,115,174).

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

RGB channels and saturation

R 134 of 255 = 53%
G 115 of 255 = 45%
B 174 of 255 = 68%

134
115
174

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

Portions of RGB colors in percentages

R + G + B =
134 + 115 + 174 = 423 (100%)
R 134 of 423 ~ 31.68%
G 115 of 423 ~ 27.19%
B 174 of 423 ~ 41.13%

%31.68
%27.19
%41.13

CMYK color model

#8673AE color CMYK value is (23,34,0,32).

  • cyan value is 22.99%
  • magenta value is 33.91%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(23,34,0,32)
C23M34Y0K32 
(23%,34%,0%,32%)
(0.23/0.34/0.00/0.32)	

CMYK percentages

%22.99
%33.91
%0
%31.76

Codes

Color #8673AE in popluar color models

8673AE
RGB134115174
HSL259°26.70%56.67%
HSB/HSV259°33.91%68.24%
CMYK22.99%33.91%0.00%
31.76%

Color #8673AE in popluar number systems.

HEX8673AE
Decimal134115174
Binary10000110111001110101110
Octal206163256

Shades and tints

Shades of #8673AE

#8673AE
(134,115,174)
#7A699F
(122,105,159)
#6E5F90
(110,95,144)
#625581
(98,85,129)
#564B72
(86,75,114)
#4A4163
(74,65,99)
#3E3754
(62,55,84)
#322D45
(50,45,69)
#262336
(38,35,54)
#1A1927
(26,25,39)
#0E0F18
(14,15,24)
#000000
(0,0,0)

Tints of #8673AE

#8673AE
(134,115,174)
#917FB5
(145,127,181)
#9C8BBC
(156,139,188)
#A797C3
(167,151,195)
#B2A3CA
(178,163,202)
#BDAFD1
(189,175,209)
#C8BBD8
(200,187,216)
#D3C7DF
(211,199,223)
#DED3E6
(222,211,230)
#E9DFED
(233,223,237)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8673AE; }

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

This text font color is #8673AE.


Background Color

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

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

This div background color is #8673AE.


Border color

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

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

This div border color is #8673AE.


Opacity

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

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

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

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

This text has shadow with #8673AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8673AE on black background.


Color preview on white background

This text has color #8673AE on white background.



Black color preview on #8673AE background

This text has black color on #8673AE background.


White color preview on #8673AE background

This text has white color on #8673AE background.