COLOR #8A5F78

HEX: #8A5F78
RGB: (138,95,120)

Color info

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

RGB color model

#8A5F78 color RGB value is (138,95,120).

  • red value is 138;
  • green value is 95;
  • blue value is 120.
RGB:
(138,95,120)
(54%,37%,47%)

RGB channels and saturation

R 138 of 255 = 54%
G 95 of 255 = 37%
B 120 of 255 = 47%

138
95
120

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

Portions of RGB colors in percentages

R + G + B =
138 + 95 + 120 = 353 (100%)
R 138 of 353 ~ 39.09%
G 95 of 353 ~ 26.91%
B 120 of 353 ~ 33.99%

%39.09
%26.91
%33.99

CMYK color model

#8A5F78 color CMYK value is (0,31,13,46).

  • cyan value is 0.00%
  • magenta value is 31.16%
  • yellow value is 13.04%
  • key color value is 45.88%
CMYK:
(0,31,13,46)
C0M31Y13K46 
(0%,31%,13%,46%)
(0.00/0.31/0.13/0.46)	

CMYK percentages

%0
%31.16
%13.04
%45.88

Codes

Color #8A5F78 in popluar color models

8A5F78
RGB13895120
HSL325°18.45%45.69%
HSB/HSV325°31.16%54.12%
CMYK0.00%31.16%13.04%
45.88%

Color #8A5F78 in popluar number systems.

HEX8A5F78
Decimal13895120
Binary1000101010111111111000
Octal212137170

Shades and tints

Shades of #8A5F78

#8A5F78
(138,95,120)
#7E576E
(126,87,110)
#724F64
(114,79,100)
#66475A
(102,71,90)
#5A3F50
(90,63,80)
#4E3746
(78,55,70)
#422F3C
(66,47,60)
#362732
(54,39,50)
#2A1F28
(42,31,40)
#1E171E
(30,23,30)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #8A5F78

#8A5F78
(138,95,120)
#946D84
(148,109,132)
#9E7B90
(158,123,144)
#A8899C
(168,137,156)
#B297A8
(178,151,168)
#BCA5B4
(188,165,180)
#C6B3C0
(198,179,192)
#D0C1CC
(208,193,204)
#DACFD8
(218,207,216)
#E4DDE4
(228,221,228)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5F78 color. Also use rgb(138,95,120) instead hex code.

Text Font Color

.myTextColor { color: #8A5F78; }

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

This text font color is #8A5F78.


Background Color

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

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

This div background color is #8A5F78.


Border color

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

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

This div border color is #8A5F78.


Opacity

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

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

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

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

This text has shadow with #8A5F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5F78 on black background.


Color preview on white background

This text has color #8A5F78 on white background.



Black color preview on #8A5F78 background

This text has black color on #8A5F78 background.


White color preview on #8A5F78 background

This text has white color on #8A5F78 background.