COLOR #8673B8

HEX: #8673B8
RGB: (134,115,184)

Color info

#8673B8 contains mainly red and blue colors. Web safe color of #8673B8 is #9966CC (or #96C).

RGB color model

#8673B8 color RGB value is (134,115,184).

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

RGB channels and saturation

R 134 of 255 = 53%
G 115 of 255 = 45%
B 184 of 255 = 72%

134
115
184

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

Portions of RGB colors in percentages

R + G + B =
134 + 115 + 184 = 433 (100%)
R 134 of 433 ~ 30.95%
G 115 of 433 ~ 26.56%
B 184 of 433 ~ 42.49%

%30.95
%26.56
%42.49

CMYK color model

#8673B8 color CMYK value is (27,38,0,28).

  • cyan value is 27.17%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(27,38,0,28)
C27M38Y0K28 
(27%,38%,0%,28%)
(0.27/0.38/0.00/0.28)	

CMYK percentages

%27.17
%37.5
%0
%27.84

Codes

Color #8673B8 in popluar color models

8673B8
RGB134115184
HSL257°32.70%58.63%
HSB/HSV257°37.50%72.16%
CMYK27.17%37.50%0.00%
27.84%

Color #8673B8 in popluar number systems.

HEX8673B8
Decimal134115184
Binary10000110111001110111000
Octal206163270

Shades and tints

Shades of #8673B8

#8673B8
(134,115,184)
#7A69A8
(122,105,168)
#6E5F98
(110,95,152)
#625588
(98,85,136)
#564B78
(86,75,120)
#4A4168
(74,65,104)
#3E3758
(62,55,88)
#322D48
(50,45,72)
#262338
(38,35,56)
#1A1928
(26,25,40)
#0E0F18
(14,15,24)
#000000
(0,0,0)

Tints of #8673B8

#8673B8
(134,115,184)
#917FBE
(145,127,190)
#9C8BC4
(156,139,196)
#A797CA
(167,151,202)
#B2A3D0
(178,163,208)
#BDAFD6
(189,175,214)
#C8BBDC
(200,187,220)
#D3C7E2
(211,199,226)
#DED3E8
(222,211,232)
#E9DFEE
(233,223,238)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8673B8; }

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

This text font color is #8673B8.


Background Color

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

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

This div background color is #8673B8.


Border color

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

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

This div border color is #8673B8.


Opacity

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

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

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

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

This text has shadow with #8673B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8673B8 on black background.


Color preview on white background

This text has color #8673B8 on white background.



Black color preview on #8673B8 background

This text has black color on #8673B8 background.


White color preview on #8673B8 background

This text has white color on #8673B8 background.