COLOR #8449AD

HEX: #8449AD
RGB: (132,73,173)

Color info

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

RGB color model

#8449AD color RGB value is (132,73,173).

  • red value is 132;
  • green value is 73;
  • blue value is 173.
RGB:
(132,73,173)
(52%,29%,68%)

RGB channels and saturation

R 132 of 255 = 52%
G 73 of 255 = 29%
B 173 of 255 = 68%

132
73
173

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

Portions of RGB colors in percentages

R + G + B =
132 + 73 + 173 = 378 (100%)
R 132 of 378 ~ 34.92%
G 73 of 378 ~ 19.31%
B 173 of 378 ~ 45.77%

%34.92
%19.31
%45.77

CMYK color model

#8449AD color CMYK value is (24,58,0,32).

  • cyan value is 23.70%
  • magenta value is 57.80%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(24,58,0,32)
C24M58Y0K32 
(24%,58%,0%,32%)
(0.24/0.58/0.00/0.32)	

CMYK percentages

%23.7
%57.8
%0
%32.16

Codes

Color #8449AD in popluar color models

8449AD
RGB13273173
HSL275°40.65%48.24%
HSB/HSV275°57.80%67.84%
CMYK23.70%57.80%0.00%
32.16%

Color #8449AD in popluar number systems.

HEX8449AD
Decimal13273173
Binary10000100100100110101101
Octal204111255

Shades and tints

Shades of #8449AD

#8449AD
(132,73,173)
#78439E
(120,67,158)
#6C3D8F
(108,61,143)
#603780
(96,55,128)
#543171
(84,49,113)
#482B62
(72,43,98)
#3C2553
(60,37,83)
#301F44
(48,31,68)
#241935
(36,25,53)
#181326
(24,19,38)
#0C0D17
(12,13,23)
#000000
(0,0,0)

Tints of #8449AD

#8449AD
(132,73,173)
#8F59B4
(143,89,180)
#9A69BB
(154,105,187)
#A579C2
(165,121,194)
#B089C9
(176,137,201)
#BB99D0
(187,153,208)
#C6A9D7
(198,169,215)
#D1B9DE
(209,185,222)
#DCC9E5
(220,201,229)
#E7D9EC
(231,217,236)
#F2E9F3
(242,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8449AD; }

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

This text font color is #8449AD.


Background Color

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

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

This div background color is #8449AD.


Border color

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

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

This div border color is #8449AD.


Opacity

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

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

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

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

This text has shadow with #8449AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8449AD on black background.


Color preview on white background

This text has color #8449AD on white background.



Black color preview on #8449AD background

This text has black color on #8449AD background.


White color preview on #8449AD background

This text has white color on #8449AD background.