COLOR #8A7585

HEX: #8A7585
RGB: (138,117,133)

Color info

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

RGB color model

#8A7585 color RGB value is (138,117,133).

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

RGB channels and saturation

R 138 of 255 = 54%
G 117 of 255 = 46%
B 133 of 255 = 52%

138
117
133

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

Portions of RGB colors in percentages

R + G + B =
138 + 117 + 133 = 388 (100%)
R 138 of 388 ~ 35.57%
G 117 of 388 ~ 30.15%
B 133 of 388 ~ 34.28%

%35.57
%30.15
%34.28

CMYK color model

#8A7585 color CMYK value is (0,15,4,46).

  • cyan value is 0.00%
  • magenta value is 15.22%
  • yellow value is 3.62%
  • key color value is 45.88%
CMYK:
(0,15,4,46)
C0M15Y4K46 
(0%,15%,4%,46%)
(0.00/0.15/0.04/0.46)	

CMYK percentages

%0
%15.22
%3.62
%45.88

Codes

Color #8A7585 in popluar color models

8A7585
RGB138117133
HSL314°8.24%50.00%
HSB/HSV314°15.22%54.12%
CMYK0.00%15.22%3.62%
45.88%

Color #8A7585 in popluar number systems.

HEX8A7585
Decimal138117133
Binary10001010111010110000101
Octal212165205

Shades and tints

Shades of #8A7585

#8A7585
(138,117,133)
#7E6B79
(126,107,121)
#72616D
(114,97,109)
#665761
(102,87,97)
#5A4D55
(90,77,85)
#4E4349
(78,67,73)
#42393D
(66,57,61)
#362F31
(54,47,49)
#2A2525
(42,37,37)
#1E1B19
(30,27,25)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #8A7585

#8A7585
(138,117,133)
#948190
(148,129,144)
#9E8D9B
(158,141,155)
#A899A6
(168,153,166)
#B2A5B1
(178,165,177)
#BCB1BC
(188,177,188)
#C6BDC7
(198,189,199)
#D0C9D2
(208,201,210)
#DAD5DD
(218,213,221)
#E4E1E8
(228,225,232)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7585; }

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

This text font color is #8A7585.


Background Color

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

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

This div background color is #8A7585.


Border color

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

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

This div border color is #8A7585.


Opacity

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

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

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

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

This text has shadow with #8A7585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7585 on black background.


Color preview on white background

This text has color #8A7585 on white background.



Black color preview on #8A7585 background

This text has black color on #8A7585 background.


White color preview on #8A7585 background

This text has white color on #8A7585 background.