COLOR #8469A1

HEX: #8469A1
RGB: (132,105,161)

Color info

#8469A1 contains red, green and blue colors in about the same proportion. Web safe color of #8469A1 is #996699 (or #969).

RGB color model

#8469A1 color RGB value is (132,105,161).

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

RGB channels and saturation

R 132 of 255 = 52%
G 105 of 255 = 41%
B 161 of 255 = 63%

132
105
161

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

Portions of RGB colors in percentages

R + G + B =
132 + 105 + 161 = 398 (100%)
R 132 of 398 ~ 33.17%
G 105 of 398 ~ 26.38%
B 161 of 398 ~ 40.45%

%33.17
%26.38
%40.45

CMYK color model

#8469A1 color CMYK value is (18,35,0,37).

  • cyan value is 18.01%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(18,35,0,37)
C18M35Y0K37 
(18%,35%,0%,37%)
(0.18/0.35/0.00/0.37)	

CMYK percentages

%18.01
%34.78
%0
%36.86

Codes

Color #8469A1 in popluar color models

8469A1
RGB132105161
HSL269°22.95%52.16%
HSB/HSV269°34.78%63.14%
CMYK18.01%34.78%0.00%
36.86%

Color #8469A1 in popluar number systems.

HEX8469A1
Decimal132105161
Binary10000100110100110100001
Octal204151241

Shades and tints

Shades of #8469A1

#8469A1
(132,105,161)
#786093
(120,96,147)
#6C5785
(108,87,133)
#604E77
(96,78,119)
#544569
(84,69,105)
#483C5B
(72,60,91)
#3C334D
(60,51,77)
#302A3F
(48,42,63)
#242131
(36,33,49)
#181823
(24,24,35)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #8469A1

#8469A1
(132,105,161)
#8F76A9
(143,118,169)
#9A83B1
(154,131,177)
#A590B9
(165,144,185)
#B09DC1
(176,157,193)
#BBAAC9
(187,170,201)
#C6B7D1
(198,183,209)
#D1C4D9
(209,196,217)
#DCD1E1
(220,209,225)
#E7DEE9
(231,222,233)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8469A1; }

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

This text font color is #8469A1.


Background Color

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

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

This div background color is #8469A1.


Border color

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

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

This div border color is #8469A1.


Opacity

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

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

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

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

This text has shadow with #8469A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8469A1 on black background.


Color preview on white background

This text has color #8469A1 on white background.



Black color preview on #8469A1 background

This text has black color on #8469A1 background.


White color preview on #8469A1 background

This text has white color on #8469A1 background.