COLOR #84499B

HEX: #84499B
RGB: (132,73,155)

Color info

#84499B contains mainly red and blue colors. Web safe color of #84499B is #993399 (or #939).

RGB color model

#84499B color RGB value is (132,73,155).

  • red value is 132;
  • green value is 73;
  • blue value is 155.
RGB:
(132,73,155)
(52%,29%,61%)

RGB channels and saturation

R 132 of 255 = 52%
G 73 of 255 = 29%
B 155 of 255 = 61%

132
73
155

R + G + B ~ 47%. #84499B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 73 + 155 = 360 (100%)
R 132 of 360 ~ 36.67%
G 73 of 360 ~ 20.28%
B 155 of 360 ~ 43.06%

%36.67
%20.28
%43.06

CMYK color model

#84499B color CMYK value is (15,53,0,39).

  • cyan value is 14.84%
  • magenta value is 52.90%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(15,53,0,39)
C15M53Y0K39 
(15%,53%,0%,39%)
(0.15/0.53/0.00/0.39)	

CMYK percentages

%14.84
%52.9
%0
%39.22

Codes

Color #84499B in popluar color models

84499B
RGB13273155
HSL283°35.96%44.71%
HSB/HSV283°52.90%60.78%
CMYK14.84%52.90%0.00%
39.22%

Color #84499B in popluar number systems.

HEX84499B
Decimal13273155
Binary10000100100100110011011
Octal204111233

Shades and tints

Shades of #84499B

#84499B
(132,73,155)
#78438D
(120,67,141)
#6C3D7F
(108,61,127)
#603771
(96,55,113)
#543163
(84,49,99)
#482B55
(72,43,85)
#3C2547
(60,37,71)
#301F39
(48,31,57)
#24192B
(36,25,43)
#18131D
(24,19,29)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #84499B

#84499B
(132,73,155)
#8F59A4
(143,89,164)
#9A69AD
(154,105,173)
#A579B6
(165,121,182)
#B089BF
(176,137,191)
#BB99C8
(187,153,200)
#C6A9D1
(198,169,209)
#D1B9DA
(209,185,218)
#DCC9E3
(220,201,227)
#E7D9EC
(231,217,236)
#F2E9F5
(242,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84499B color. Also use rgb(132,73,155) instead hex code.

Text Font Color

.myTextColor { color: #84499B; }

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

This text font color is #84499B.


Background Color

.myBgColor { background-color: #84499B; }

<div style="background-color:#84499B">Inner text</div>

This div background color is #84499B.


Border color

.myBorderColor { border: 1px solid #84499B; }

<div style="border:3px solid #84499B">Div</div>

This div border color is #84499B.


Opacity

.myOpacity80 { color: #84499B; opacity: 0.8; }

<p style="color:#84499B;opacity:0.8;">80%</p>

Text with #84499B 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 #84499B;}

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

This text has shadow with #84499B color.

.textShadow {text-shadow: 3px 3px 1px #84499B, 3px 3px 1px red;}

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

This text has shadow with #84499B primary color and red secondary color.


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

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

This text has shadow with #84499B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84499B on black background.


Color preview on white background

This text has color #84499B on white background.



Black color preview on #84499B background

This text has black color on #84499B background.


White color preview on #84499B background

This text has white color on #84499B background.