COLOR #8450A5

HEX: #8450A5 RGB: (132,80,165)

Color info

#8450A5 contains mainly red and blue colors. Web safe color of #8450A5 is #996699 (or #969).

RGB color model

#8450A5 color RGB value is (132,80,165).

RGB: (132,80,165) (52%, 31%, 65%)

RGB channels and saturation

R 132 of 255 = 52%
G 80 of 255 = 31%
B 165 of 255 = 65%

132
80
165

R + G + B ~ 49%. #8450A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 80 + 165 = 377 (100%)
R 132 of 377 ~ 35.01%
G 80 of 377 ~ 21.22%
B 165 of 377 ~ 43.77'%

%35.01
%21.22
%43.77

CMYK color model

#8450A5 color CMYK value is (20,52,0,35).

  • cyan value is 20.00%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (20,52,0,35)
C20M52Y0K35 (20%, 52%, 0%, 35%)
(0.20 / 0.52 / 0.00 / 0.35)

CMYK percentages

%20
%51.52
%0
%35.29

Codes

Color #8450A5 in popluar color models

84 50 A5
RGB 132 80 165
HSL 277° 34.69% 48.04%
HSB/HSV 277° 51.52% 64.71%
CMYK 20.00% 51.52% 0.00%
35.29%

Color #8450A5 in popluar number systems.

HEX 84 50 A5
Decimal 132 80 165
Binary 10000100 1010000 10100101
Octal 204 120 245

Shades and tints

Shades of #8450A5

#8450A5
(132,80,165)
#784996
(120,73,150)
#6C4287
(108,66,135)
#603B78
(96,59,120)
#543469
(84,52,105)
#482D5A
(72,45,90)
#3C264B
(60,38,75)
#301F3C
(48,31,60)
#24182D
(36,24,45)
#18111E
(24,17,30)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #8450A5

#8450A5
(132,80,165)
#8F5FAD
(143,95,173)
#9A6EB5
(154,110,181)
#A57DBD
(165,125,189)
#B08CC5
(176,140,197)
#BB9BCD
(187,155,205)
#C6AAD5
(198,170,213)
#D1B9DD
(209,185,221)
#DCC8E5
(220,200,229)
#E7D7ED
(231,215,237)
#F2E6F5
(242,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8450A5 color. Also use rgb(132,80,165) instead hex code.

Text Font Color

.myTextColor { color: #8450A5; }

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

This text font color is #8450A5.

Background Color

.myBgColor { background-color: #8450A5; }

<div style="background-color:#8450A5">Inner text</div>

This div background color is #8450A5.

Border color

.myBorderColor { border: 1px solid #8450A5; }

<div style="border:3px solid #8450A5">Div</div>

This div border color is #8450A5.

Opacity

.myOpacity80 { color: #8450A5; opacity: 0.8; }

<p style="color:#8450A5;opacity:0.8;">80%</p>

Text with #8450A5 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 #8450A5;}

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

This text has shadow with #8450A5 color.


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

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

This text has shadow with #8450A5 primary color and red secondary color.


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

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

This text has shadow with #8450A5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8450A5.

Preview

Color preview on black background

This text has color #8450A5 on black background.


Color preview on white background

This text has color #8450A5 on white background.


Black color preview on #8450A5 background

This text has black color on #8450A5 background.


White color preview on #8450A5 background

This text has white color on #8450A5 background.


Related colors

Complementary color

Complementary color for #hex is #7BAF5A.


I love getcolorcode.com

Triadic colors

1 #A58450 and #50A584 with #8450A5 are triadic colors.

2 #A55084 and #5084A5 with #8450A5 are triadic colors.