COLOR #84487F

HEX: #84487F RGB: (132,72,127)

Color info

#84487F contains mainly red and blue colors. Web safe color of #84487F is #993366 (or #936).

RGB color model

#84487F color RGB value is (132,72,127).

RGB: (132,72,127) (52%, 28%, 50%)

RGB channels and saturation

R 132 of 255 = 52%
G 72 of 255 = 28%
B 127 of 255 = 50%

132
72
127

R + G + B ~ 43%. #84487F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 72 + 127 = 331 (100%)
R 132 of 331 ~ 39.88%
G 72 of 331 ~ 21.75%
B 127 of 331 ~ 38.37'%

%39.88
%21.75
%38.37

CMYK color model

#84487F color CMYK value is (0,45,4,48).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 3.79%
  • key color value is 48.24%

CMYK: (0,45,4,48)
C0M45Y4K48 (0%, 45%, 4%, 48%)
(0.00 / 0.45 / 0.04 / 0.48)

CMYK percentages

%0
%45.45
%3.79
%48.24

Codes

Color #84487F in popluar color models

84 48 7F
RGB 132 72 127
HSL 305° 29.41% 40.00%
HSB/HSV 305° 45.45% 51.76%
CMYK 0.00% 45.45% 3.79%
48.24%

Color #84487F in popluar number systems.

HEX 84 48 7F
Decimal 132 72 127
Binary 10000100 1001000 1111111
Octal 204 110 177

Shades and tints

Shades of #84487F

#84487F
(132,72,127)
#784274
(120,66,116)
#6C3C69
(108,60,105)
#60365E
(96,54,94)
#543053
(84,48,83)
#482A48
(72,42,72)
#3C243D
(60,36,61)
#301E32
(48,30,50)
#241827
(36,24,39)
#18121C
(24,18,28)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #84487F

#84487F
(132,72,127)
#8F588A
(143,88,138)
#9A6895
(154,104,149)
#A578A0
(165,120,160)
#B088AB
(176,136,171)
#BB98B6
(187,152,182)
#C6A8C1
(198,168,193)
#D1B8CC
(209,184,204)
#DCC8D7
(220,200,215)
#E7D8E2
(231,216,226)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84487F color. Also use rgb(132,72,127) instead hex code.

Text Font Color

.myTextColor { color: #84487F; }

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

This text font color is #84487F.

Background Color

.myBgColor { background-color: #84487F; }

<div style="background-color:#84487F">Inner text</div>

This div background color is #84487F.

Border color

.myBorderColor { border: 1px solid #84487F; }

<div style="border:3px solid #84487F">Div</div>

This div border color is #84487F.

Opacity

.myOpacity80 { color: #84487F; opacity: 0.8; }

<p style="color:#84487F;opacity:0.8;">80%</p>

Text with #84487F 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 #84487F;}

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

This text has shadow with #84487F color.


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

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

This text has shadow with #84487F primary color and red secondary color.


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

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

This text has shadow with #84487F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84487F.

Preview

Color preview on black background

This text has color #84487F on black background.


Color preview on white background

This text has color #84487F on white background.


Black color preview on #84487F background

This text has black color on #84487F background.


White color preview on #84487F background

This text has white color on #84487F background.


Related colors

Complementary color

Complementary color for #hex is #7BB780.


I love getcolorcode.com

Triadic colors

1 #7F8448 and #487F84 with #84487F are triadic colors.

2 #7F4884 and #48847F with #84487F are triadic colors.