COLOR #805481

HEX: #805481
RGB: (128,84,129)

Color info

#805481 contains red, green and blue colors in about the same proportion. Web safe color of #805481 is #666699 (or #669).

RGB color model

#805481 color RGB value is (128,84,129).

  • red value is 128;
  • green value is 84;
  • blue value is 129.
RGB:
(128,84,129)
(50%,33%,51%)

RGB channels and saturation

R 128 of 255 = 50%
G 84 of 255 = 33%
B 129 of 255 = 51%

128
84
129

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

Portions of RGB colors in percentages

R + G + B =
128 + 84 + 129 = 341 (100%)
R 128 of 341 ~ 37.54%
G 84 of 341 ~ 24.63%
B 129 of 341 ~ 37.83%

%37.54
%24.63
%37.83

CMYK color model

#805481 color CMYK value is (1,35,0,49).

  • cyan value is 0.78%
  • magenta value is 34.88%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(1,35,0,49)
C1M35Y0K49 
(1%,35%,0%,49%)
(0.01/0.35/0.00/0.49)	

CMYK percentages

%0.78
%34.88
%0
%49.41

Codes

Color #805481 in popluar color models

805481
RGB12884129
HSL299°21.13%41.76%
HSB/HSV299°34.88%50.59%
CMYK0.78%34.88%0.00%
49.41%

Color #805481 in popluar number systems.

HEX805481
Decimal12884129
Binary10000000101010010000001
Octal200124201

Shades and tints

Shades of #805481

#805481
(128,84,129)
#754D76
(117,77,118)
#6A466B
(106,70,107)
#5F3F60
(95,63,96)
#543855
(84,56,85)
#49314A
(73,49,74)
#3E2A3F
(62,42,63)
#332334
(51,35,52)
#281C29
(40,28,41)
#1D151E
(29,21,30)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #805481

#805481
(128,84,129)
#8B638C
(139,99,140)
#967297
(150,114,151)
#A181A2
(161,129,162)
#AC90AD
(172,144,173)
#B79FB8
(183,159,184)
#C2AEC3
(194,174,195)
#CDBDCE
(205,189,206)
#D8CCD9
(216,204,217)
#E3DBE4
(227,219,228)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #805481 color. Also use rgb(128,84,129) instead hex code.

Text Font Color

.myTextColor { color: #805481; }

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

This text font color is #805481.


Background Color

.myBgColor { background-color: #805481; }

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

This div background color is #805481.


Border color

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

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

This div border color is #805481.


Opacity

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

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

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

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

This text has shadow with #805481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805481 on black background.


Color preview on white background

This text has color #805481 on white background.



Black color preview on #805481 background

This text has black color on #805481 background.


White color preview on #805481 background

This text has white color on #805481 background.