COLOR #8449B2

HEX: #8449B2 RGB: (132,73,178)

Color info

#8449B2 contains mainly red and blue colors. Web safe color of #8449B2 is #993399 (or #939).

RGB color model

#8449B2 color RGB value is (132,73,178).

RGB: (132,73,178) (52%, 29%, 70%)

RGB channels and saturation

R 132 of 255 = 52%
G 73 of 255 = 29%
B 178 of 255 = 70%

132
73
178

R + G + B ~ 50%. #8449B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 73 + 178 = 383 (100%)
R 132 of 383 ~ 34.46%
G 73 of 383 ~ 19.06%
B 178 of 383 ~ 46.48'%

%34.46
%19.06
%46.48

CMYK color model

#8449B2 color CMYK value is (26,59,0,30).

  • cyan value is 25.84%
  • magenta value is 58.99%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (26,59,0,30)
C26M59Y0K30 (26%, 59%, 0%, 30%)
(0.26 / 0.59 / 0.00 / 0.30)

CMYK percentages

%25.84
%58.99
%0
%30.2

Codes

Color #8449B2 in popluar color models

84 49 B2
RGB 132 73 178
HSL 274° 41.83% 49.22%
HSB/HSV 274° 58.99% 69.80%
CMYK 25.84% 58.99% 0.00%
30.20%

Color #8449B2 in popluar number systems.

HEX 84 49 B2
Decimal 132 73 178
Binary 10000100 1001001 10110010
Octal 204 111 262

Shades and tints

Shades of #8449B2

#8449B2
(132,73,178)
#7843A2
(120,67,162)
#6C3D92
(108,61,146)
#603782
(96,55,130)
#543172
(84,49,114)
#482B62
(72,43,98)
#3C2552
(60,37,82)
#301F42
(48,31,66)
#241932
(36,25,50)
#181322
(24,19,34)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #8449B2

#8449B2
(132,73,178)
#8F59B9
(143,89,185)
#9A69C0
(154,105,192)
#A579C7
(165,121,199)
#B089CE
(176,137,206)
#BB99D5
(187,153,213)
#C6A9DC
(198,169,220)
#D1B9E3
(209,185,227)
#DCC9EA
(220,201,234)
#E7D9F1
(231,217,241)
#F2E9F8
(242,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8449B2 color. Also use rgb(132,73,178) instead hex code.

Text Font Color

.myTextColor { color: #8449B2; }

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

This text font color is #8449B2.

Background Color

.myBgColor { background-color: #8449B2; }

<div style="background-color:#8449B2">Inner text</div>

This div background color is #8449B2.

Border color

.myBorderColor { border: 1px solid #8449B2; }

<div style="border:3px solid #8449B2">Div</div>

This div border color is #8449B2.

Opacity

.myOpacity80 { color: #8449B2; opacity: 0.8; }

<p style="color:#8449B2;opacity:0.8;">80%</p>

Text with #8449B2 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 #8449B2;}

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

This text has shadow with #8449B2 color.


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

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

This text has shadow with #8449B2 primary color and red secondary color.


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

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

This text has shadow with #8449B2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8449B2.

Preview

Color preview on black background

This text has color #8449B2 on black background.


Color preview on white background

This text has color #8449B2 on white background.


Black color preview on #8449B2 background

This text has black color on #8449B2 background.


White color preview on #8449B2 background

This text has white color on #8449B2 background.


Related colors

Complementary color

Complementary color for #hex is #7BB64D.


I love getcolorcode.com

Triadic colors

1 #B28449 and #49B284 with #8449B2 are triadic colors.

2 #B24984 and #4984B2 with #8449B2 are triadic colors.