COLOR #845080

HEX: #845080
RGB: (132,80,128)

Color info

#845080 contains red, green and blue colors in about the same proportion. Web safe color of #845080 is #996666 (or #966).

RGB color model

#845080 color RGB value is (132,80,128).

  • red value is 132;
  • green value is 80;
  • blue value is 128.
RGB:
(132,80,128)
(52%,31%,50%)

RGB channels and saturation

R 132 of 255 = 52%
G 80 of 255 = 31%
B 128 of 255 = 50%

132
80
128

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

Portions of RGB colors in percentages

R + G + B =
132 + 80 + 128 = 340 (100%)
R 132 of 340 ~ 38.82%
G 80 of 340 ~ 23.53%
B 128 of 340 ~ 37.65%

%38.82
%23.53
%37.65

CMYK color model

#845080 color CMYK value is (0,39,3,48).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 3.03%
  • key color value is 48.24%
CMYK:
(0,39,3,48)
C0M39Y3K48 
(0%,39%,3%,48%)
(0.00/0.39/0.03/0.48)	

CMYK percentages

%0
%39.39
%3.03
%48.24

Codes

Color #845080 in popluar color models

845080
RGB13280128
HSL305°24.53%41.57%
HSB/HSV305°39.39%51.76%
CMYK0.00%39.39%3.03%
48.24%

Color #845080 in popluar number systems.

HEX845080
Decimal13280128
Binary10000100101000010000000
Octal204120200

Shades and tints

Shades of #845080

#845080
(132,80,128)
#784975
(120,73,117)
#6C426A
(108,66,106)
#603B5F
(96,59,95)
#543454
(84,52,84)
#482D49
(72,45,73)
#3C263E
(60,38,62)
#301F33
(48,31,51)
#241828
(36,24,40)
#18111D
(24,17,29)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #845080

#845080
(132,80,128)
#8F5F8B
(143,95,139)
#9A6E96
(154,110,150)
#A57DA1
(165,125,161)
#B08CAC
(176,140,172)
#BB9BB7
(187,155,183)
#C6AAC2
(198,170,194)
#D1B9CD
(209,185,205)
#DCC8D8
(220,200,216)
#E7D7E3
(231,215,227)
#F2E6EE
(242,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845080 color. Also use rgb(132,80,128) instead hex code.

Text Font Color

.myTextColor { color: #845080; }

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

This text font color is #845080.


Background Color

.myBgColor { background-color: #845080; }

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

This div background color is #845080.


Border color

.myBorderColor { border: 1px solid #845080; }

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

This div border color is #845080.


Opacity

.myOpacity80 { color: #845080; opacity: 0.8; }

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

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

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

This text has shadow with #845080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845080 on black background.


Color preview on white background

This text has color #845080 on white background.



Black color preview on #845080 background

This text has black color on #845080 background.


White color preview on #845080 background

This text has white color on #845080 background.