COLOR #847AAD

HEX: #847AAD RGB: (132,122,173)

Color info

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

RGB color model

#847AAD color RGB value is (132,122,173).

RGB: (132,122,173) (52%, 48%, 68%)

RGB channels and saturation

R 132 of 255 = 52%
G 122 of 255 = 48%
B 173 of 255 = 68%

132
122
173

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

Portions of RGB colors in percentages

R + G + B = 132 + 122 + 173 = 427 (100%)
R 132 of 427 ~ 30.91%
G 122 of 427 ~ 28.57%
B 173 of 427 ~ 40.52'%

%30.91
%28.57
%40.52

CMYK color model

#847AAD color CMYK value is (24,29,0,32).

  • cyan value is 23.70%
  • magenta value is 29.48%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (24,29,0,32)
C24M29Y0K32 (24%, 29%, 0%, 32%)
(0.24 / 0.29 / 0.00 / 0.32)

CMYK percentages

%23.7
%29.48
%0
%32.16

Codes

Color #847AAD in popluar color models

84 7A AD
RGB 132 122 173
HSL 252° 23.72% 57.84%
HSB/HSV 252° 29.48% 67.84%
CMYK 23.70% 29.48% 0.00%
32.16%

Color #847AAD in popluar number systems.

HEX 84 7A AD
Decimal 132 122 173
Binary 10000100 1111010 10101101
Octal 204 172 255

Shades and tints

Shades of #847AAD

#847AAD
(132,122,173)
#786F9E
(120,111,158)
#6C648F
(108,100,143)
#605980
(96,89,128)
#544E71
(84,78,113)
#484362
(72,67,98)
#3C3853
(60,56,83)
#302D44
(48,45,68)
#242235
(36,34,53)
#181726
(24,23,38)
#0C0C17
(12,12,23)
#000000
(0,0,0)

Tints of #847AAD

#847AAD
(132,122,173)
#8F86B4
(143,134,180)
#9A92BB
(154,146,187)
#A59EC2
(165,158,194)
#B0AAC9
(176,170,201)
#BBB6D0
(187,182,208)
#C6C2D7
(198,194,215)
#D1CEDE
(209,206,222)
#DCDAE5
(220,218,229)
#E7E6EC
(231,230,236)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847AAD color. Also use rgb(132,122,173) instead hex code.

Text Font Color

.myTextColor { color: #847AAD; }

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

This text font color is #847AAD.

Background Color

.myBgColor { background-color: #847AAD; }

<div style="background-color:#847AAD">Inner text</div>

This div background color is #847AAD.

Border color

.myBorderColor { border: 1px solid #847AAD; }

<div style="border:3px solid #847AAD">Div</div>

This div border color is #847AAD.

Opacity

.myOpacity80 { color: #847AAD; opacity: 0.8; }

<p style="color:#847AAD;opacity:0.8;">80%</p>

Text with #847AAD 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 #847AAD;}

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

This text has shadow with #847AAD color.


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

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

This text has shadow with #847AAD primary color and red secondary color.


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

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

This text has shadow with #847AAD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #847AAD.

Preview

Color preview on black background

This text has color #847AAD on black background.


Color preview on white background

This text has color #847AAD on white background.


Black color preview on #847AAD background

This text has black color on #847AAD background.


White color preview on #847AAD background

This text has white color on #847AAD background.


Related colors

Complementary color

Complementary color for #hex is #7B8552.


I love getcolorcode.com

Triadic colors

1 #AD847A and #7AAD84 with #847AAD are triadic colors.

2 #AD7A84 and #7A84AD with #847AAD are triadic colors.