COLOR #8481A1

HEX: #8481A1
RGB: (132,129,161)

Color info

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

RGB color model

#8481A1 color RGB value is (132,129,161).

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

RGB channels and saturation

R 132 of 255 = 52%
G 129 of 255 = 51%
B 161 of 255 = 63%

132
129
161

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

Portions of RGB colors in percentages

R + G + B =
132 + 129 + 161 = 422 (100%)
R 132 of 422 ~ 31.28%
G 129 of 422 ~ 30.57%
B 161 of 422 ~ 38.15%

%31.28
%30.57
%38.15

CMYK color model

#8481A1 color CMYK value is (18,20,0,37).

  • cyan value is 18.01%
  • magenta value is 19.88%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(18,20,0,37)
C18M20Y0K37 
(18%,20%,0%,37%)
(0.18/0.20/0.00/0.37)	

CMYK percentages

%18.01
%19.88
%0
%36.86

Codes

Color #8481A1 in popluar color models

8481A1
RGB132129161
HSL246°14.55%56.86%
HSB/HSV246°19.88%63.14%
CMYK18.01%19.88%0.00%
36.86%

Color #8481A1 in popluar number systems.

HEX8481A1
Decimal132129161
Binary100001001000000110100001
Octal204201241

Shades and tints

Shades of #8481A1

#8481A1
(132,129,161)
#787693
(120,118,147)
#6C6B85
(108,107,133)
#606077
(96,96,119)
#545569
(84,85,105)
#484A5B
(72,74,91)
#3C3F4D
(60,63,77)
#30343F
(48,52,63)
#242931
(36,41,49)
#181E23
(24,30,35)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #8481A1

#8481A1
(132,129,161)
#8F8CA9
(143,140,169)
#9A97B1
(154,151,177)
#A5A2B9
(165,162,185)
#B0ADC1
(176,173,193)
#BBB8C9
(187,184,201)
#C6C3D1
(198,195,209)
#D1CED9
(209,206,217)
#DCD9E1
(220,217,225)
#E7E4E9
(231,228,233)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8481A1; }

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

This text font color is #8481A1.


Background Color

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

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

This div background color is #8481A1.


Border color

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

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

This div border color is #8481A1.


Opacity

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

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

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

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

This text has shadow with #8481A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8481A1 on black background.


Color preview on white background

This text has color #8481A1 on white background.



Black color preview on #8481A1 background

This text has black color on #8481A1 background.


White color preview on #8481A1 background

This text has white color on #8481A1 background.