COLOR #8453A9

HEX: #8453A9
RGB: (132,83,169)

Color info

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

RGB color model

#8453A9 color RGB value is (132,83,169).

  • red value is 132;
  • green value is 83;
  • blue value is 169.
RGB:
(132,83,169)
(52%,33%,66%)

RGB channels and saturation

R 132 of 255 = 52%
G 83 of 255 = 33%
B 169 of 255 = 66%

132
83
169

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

Portions of RGB colors in percentages

R + G + B =
132 + 83 + 169 = 384 (100%)
R 132 of 384 ~ 34.38%
G 83 of 384 ~ 21.61%
B 169 of 384 ~ 44.01%

%34.38
%21.61
%44.01

CMYK color model

#8453A9 color CMYK value is (22,51,0,34).

  • cyan value is 21.89%
  • magenta value is 50.89%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(22,51,0,34)
C22M51Y0K34 
(22%,51%,0%,34%)
(0.22/0.51/0.00/0.34)	

CMYK percentages

%21.89
%50.89
%0
%33.73

Codes

Color #8453A9 in popluar color models

8453A9
RGB13283169
HSL274°34.13%49.41%
HSB/HSV274°50.89%66.27%
CMYK21.89%50.89%0.00%
33.73%

Color #8453A9 in popluar number systems.

HEX8453A9
Decimal13283169
Binary10000100101001110101001
Octal204123251

Shades and tints

Shades of #8453A9

#8453A9
(132,83,169)
#784C9A
(120,76,154)
#6C458B
(108,69,139)
#603E7C
(96,62,124)
#54376D
(84,55,109)
#48305E
(72,48,94)
#3C294F
(60,41,79)
#302240
(48,34,64)
#241B31
(36,27,49)
#181422
(24,20,34)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #8453A9

#8453A9
(132,83,169)
#8F62B0
(143,98,176)
#9A71B7
(154,113,183)
#A580BE
(165,128,190)
#B08FC5
(176,143,197)
#BB9ECC
(187,158,204)
#C6ADD3
(198,173,211)
#D1BCDA
(209,188,218)
#DCCBE1
(220,203,225)
#E7DAE8
(231,218,232)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8453A9 color. Also use rgb(132,83,169) instead hex code.

Text Font Color

.myTextColor { color: #8453A9; }

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

This text font color is #8453A9.


Background Color

.myBgColor { background-color: #8453A9; }

<div style="background-color:#8453A9">Inner text</div>

This div background color is #8453A9.


Border color

.myBorderColor { border: 1px solid #8453A9; }

<div style="border:3px solid #8453A9">Div</div>

This div border color is #8453A9.


Opacity

.myOpacity80 { color: #8453A9; opacity: 0.8; }

<p style="color:#8453A9;opacity:0.8;">80%</p>

Text with #8453A9 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 #8453A9;}

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

This text has shadow with #8453A9 color.

.textShadow {text-shadow: 3px 3px 1px #8453A9, 3px 3px 1px red;}

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

This text has shadow with #8453A9 primary color and red secondary color.


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

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

This text has shadow with #8453A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8453A9 on black background.


Color preview on white background

This text has color #8453A9 on white background.



Black color preview on #8453A9 background

This text has black color on #8453A9 background.


White color preview on #8453A9 background

This text has white color on #8453A9 background.