COLOR #8A5085

HEX: #8A5085
RGB: (138,80,133)

Color info

#8A5085 contains red, green and blue colors in about the same proportion. Web safe color of #8A5085 is #996699 (or #969).

RGB color model

#8A5085 color RGB value is (138,80,133).

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

RGB channels and saturation

R 138 of 255 = 54%
G 80 of 255 = 31%
B 133 of 255 = 52%

138
80
133

R + G + B ~ 46%. #8A5085 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 80 + 133 = 351 (100%)
R 138 of 351 ~ 39.32%
G 80 of 351 ~ 22.79%
B 133 of 351 ~ 37.89%

%39.32
%22.79
%37.89

CMYK color model

#8A5085 color CMYK value is (0,42,4,46).

  • cyan value is 0.00%
  • magenta value is 42.03%
  • yellow value is 3.62%
  • key color value is 45.88%
CMYK:
(0,42,4,46)
C0M42Y4K46 
(0%,42%,4%,46%)
(0.00/0.42/0.04/0.46)	

CMYK percentages

%0
%42.03
%3.62
%45.88

Codes

Color #8A5085 in popluar color models

8A5085
RGB13880133
HSL305°26.61%42.75%
HSB/HSV305°42.03%54.12%
CMYK0.00%42.03%3.62%
45.88%

Color #8A5085 in popluar number systems.

HEX8A5085
Decimal13880133
Binary10001010101000010000101
Octal212120205

Shades and tints

Shades of #8A5085

#8A5085
(138,80,133)
#7E4979
(126,73,121)
#72426D
(114,66,109)
#663B61
(102,59,97)
#5A3455
(90,52,85)
#4E2D49
(78,45,73)
#42263D
(66,38,61)
#361F31
(54,31,49)
#2A1825
(42,24,37)
#1E1119
(30,17,25)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #8A5085

#8A5085
(138,80,133)
#945F90
(148,95,144)
#9E6E9B
(158,110,155)
#A87DA6
(168,125,166)
#B28CB1
(178,140,177)
#BC9BBC
(188,155,188)
#C6AAC7
(198,170,199)
#D0B9D2
(208,185,210)
#DAC8DD
(218,200,221)
#E4D7E8
(228,215,232)
#EEE6F3
(238,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5085; }

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

This text font color is #8A5085.


Background Color

.myBgColor { background-color: #8A5085; }

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

This div background color is #8A5085.


Border color

.myBorderColor { border: 1px solid #8A5085; }

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

This div border color is #8A5085.


Opacity

.myOpacity80 { color: #8A5085; opacity: 0.8; }

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

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

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

This text has shadow with #8A5085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5085 on black background.


Color preview on white background

This text has color #8A5085 on white background.



Black color preview on #8A5085 background

This text has black color on #8A5085 background.


White color preview on #8A5085 background

This text has white color on #8A5085 background.