COLOR #805085

HEX: #805085
RGB: (128,80,133)

Color info

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

RGB color model

#805085 color RGB value is (128,80,133).

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

RGB channels and saturation

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

128
80
133

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

Portions of RGB colors in percentages

R + G + B =
128 + 80 + 133 = 341 (100%)
R 128 of 341 ~ 37.54%
G 80 of 341 ~ 23.46%
B 133 of 341 ~ 39%

%37.54
%23.46
%39

CMYK color model

#805085 color CMYK value is (4,40,0,48).

  • cyan value is 3.76%
  • magenta value is 39.85%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(4,40,0,48)
C4M40Y0K48 
(4%,40%,0%,48%)
(0.04/0.40/0.00/0.48)	

CMYK percentages

%3.76
%39.85
%0
%47.84

Codes

Color #805085 in popluar color models

805085
RGB12880133
HSL294°24.88%41.76%
HSB/HSV294°39.85%52.16%
CMYK3.76%39.85%0.00%
47.84%

Color #805085 in popluar number systems.

HEX805085
Decimal12880133
Binary10000000101000010000101
Octal200120205

Shades and tints

Shades of #805085

#805085
(128,80,133)
#754979
(117,73,121)
#6A426D
(106,66,109)
#5F3B61
(95,59,97)
#543455
(84,52,85)
#492D49
(73,45,73)
#3E263D
(62,38,61)
#331F31
(51,31,49)
#281825
(40,24,37)
#1D1119
(29,17,25)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #805085

#805085
(128,80,133)
#8B5F90
(139,95,144)
#966E9B
(150,110,155)
#A17DA6
(161,125,166)
#AC8CB1
(172,140,177)
#B79BBC
(183,155,188)
#C2AAC7
(194,170,199)
#CDB9D2
(205,185,210)
#D8C8DD
(216,200,221)
#E3D7E8
(227,215,232)
#EEE6F3
(238,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #805085; }

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

This text font color is #805085.


Background Color

.myBgColor { background-color: #805085; }

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

This div background color is #805085.


Border color

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

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

This div border color is #805085.


Opacity

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

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

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

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

This text has shadow with #805085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805085 on black background.


Color preview on white background

This text has color #805085 on white background.



Black color preview on #805085 background

This text has black color on #805085 background.


White color preview on #805085 background

This text has white color on #805085 background.