COLOR #8473C6

HEX: #8473C6 RGB: (132,115,198)

Color info

#8473C6 contains mainly blue color. Web safe color of #8473C6 is #9966CC (or #96C).

RGB color model

#8473C6 color RGB value is (132,115,198).

RGB: (132,115,198) (52%, 45%, 78%)

RGB channels and saturation

R 132 of 255 = 52%
G 115 of 255 = 45%
B 198 of 255 = 78%

132
115
198

R + G + B ~ 58%. #8473C6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 115 + 198 = 445 (100%)
R 132 of 445 ~ 29.66%
G 115 of 445 ~ 25.84%
B 198 of 445 ~ 44.49'%

%29.66
%25.84
%44.49

CMYK color model

#8473C6 color CMYK value is (33,42,0,22).

  • cyan value is 33.33%
  • magenta value is 41.92%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (33,42,0,22)
C33M42Y0K22 (33%, 42%, 0%, 22%)
(0.33 / 0.42 / 0.00 / 0.22)

CMYK percentages

%33.33
%41.92
%0
%22.35

Codes

Color #8473C6 in popluar color models

84 73 C6
RGB 132 115 198
HSL 252° 42.13% 61.37%
HSB/HSV 252° 41.92% 77.65%
CMYK 33.33% 41.92% 0.00%
22.35%

Color #8473C6 in popluar number systems.

HEX 84 73 C6
Decimal 132 115 198
Binary 10000100 1110011 11000110
Octal 204 163 306

Shades and tints

Shades of #8473C6

#8473C6
(132,115,198)
#7869B4
(120,105,180)
#6C5FA2
(108,95,162)
#605590
(96,85,144)
#544B7E
(84,75,126)
#48416C
(72,65,108)
#3C375A
(60,55,90)
#302D48
(48,45,72)
#242336
(36,35,54)
#181924
(24,25,36)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #8473C6

#8473C6
(132,115,198)
#8F7FCB
(143,127,203)
#9A8BD0
(154,139,208)
#A597D5
(165,151,213)
#B0A3DA
(176,163,218)
#BBAFDF
(187,175,223)
#C6BBE4
(198,187,228)
#D1C7E9
(209,199,233)
#DCD3EE
(220,211,238)
#E7DFF3
(231,223,243)
#F2EBF8
(242,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8473C6 color. Also use rgb(132,115,198) instead hex code.

Text Font Color

.myTextColor { color: #8473C6; }

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

This text font color is #8473C6.

Background Color

.myBgColor { background-color: #8473C6; }

<div style="background-color:#8473C6">Inner text</div>

This div background color is #8473C6.

Border color

.myBorderColor { border: 1px solid #8473C6; }

<div style="border:3px solid #8473C6">Div</div>

This div border color is #8473C6.

Opacity

.myOpacity80 { color: #8473C6; opacity: 0.8; }

<p style="color:#8473C6;opacity:0.8;">80%</p>

Text with #8473C6 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 #8473C6;}

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

This text has shadow with #8473C6 color.


.textShadow {text-shadow: 3px 3px 1px #8473C6', 3px 3px 1px red;}

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

This text has shadow with #8473C6 primary color and red secondary color.


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

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

This text has shadow with #8473C6 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8473C6; -webkit-box-shadow: 1px 1px 3px 2px #8473C6; box-shadow:1px 1px 3px 2px #8473C6;">
Div content here
</div>

This div box has shadow with color #8473C6.

Preview

Color preview on black background

This text has color #8473C6 on black background.


Color preview on white background

This text has color #8473C6 on white background.


Black color preview on #8473C6 background

This text has black color on #8473C6 background.


White color preview on #8473C6 background

This text has white color on #8473C6 background.


Related colors

Complementary color

Complementary color for #hex is #7B8C39.


I love getcolorcode.com

Triadic colors

1 #C68473 and #73C684 with #8473C6 are triadic colors.

2 #C67384 and #7384C6 with #8473C6 are triadic colors.