COLOR #8481A5

HEX: #8481A5
RGB: (132,129,165)

Color info

#8481A5 contains red, green and blue colors in about the same proportion. Web safe color of #8481A5 is #999999 (or #999).

RGB color model

#8481A5 color RGB value is (132,129,165).

  • red value is 132;
  • green value is 129;
  • blue value is 165.
RGB:
(132,129,165)
(52%,51%,65%)

RGB channels and saturation

R 132 of 255 = 52%
G 129 of 255 = 51%
B 165 of 255 = 65%

132
129
165

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

Portions of RGB colors in percentages

R + G + B =
132 + 129 + 165 = 426 (100%)
R 132 of 426 ~ 30.99%
G 129 of 426 ~ 30.28%
B 165 of 426 ~ 38.73%

%30.99
%30.28
%38.73

CMYK color model

#8481A5 color CMYK value is (20,22,0,35).

  • cyan value is 20.00%
  • magenta value is 21.82%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(20,22,0,35)
C20M22Y0K35 
(20%,22%,0%,35%)
(0.20/0.22/0.00/0.35)	

CMYK percentages

%20
%21.82
%0
%35.29

Codes

Color #8481A5 in popluar color models

8481A5
RGB132129165
HSL245°16.67%57.65%
HSB/HSV245°21.82%64.71%
CMYK20.00%21.82%0.00%
35.29%

Color #8481A5 in popluar number systems.

HEX8481A5
Decimal132129165
Binary100001001000000110100101
Octal204201245

Shades and tints

Shades of #8481A5

#8481A5
(132,129,165)
#787696
(120,118,150)
#6C6B87
(108,107,135)
#606078
(96,96,120)
#545569
(84,85,105)
#484A5A
(72,74,90)
#3C3F4B
(60,63,75)
#30343C
(48,52,60)
#24292D
(36,41,45)
#181E1E
(24,30,30)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #8481A5

#8481A5
(132,129,165)
#8F8CAD
(143,140,173)
#9A97B5
(154,151,181)
#A5A2BD
(165,162,189)
#B0ADC5
(176,173,197)
#BBB8CD
(187,184,205)
#C6C3D5
(198,195,213)
#D1CEDD
(209,206,221)
#DCD9E5
(220,217,229)
#E7E4ED
(231,228,237)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8481A5; }

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

This text font color is #8481A5.


Background Color

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

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

This div background color is #8481A5.


Border color

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

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

This div border color is #8481A5.


Opacity

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

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

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

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

This text has shadow with #8481A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8481A5 on black background.


Color preview on white background

This text has color #8481A5 on white background.



Black color preview on #8481A5 background

This text has black color on #8481A5 background.


White color preview on #8481A5 background

This text has white color on #8481A5 background.