COLOR #8A5A78

HEX: #8A5A78
RGB: (138,90,120)

Color info

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

RGB color model

#8A5A78 color RGB value is (138,90,120).

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

RGB channels and saturation

R 138 of 255 = 54%
G 90 of 255 = 35%
B 120 of 255 = 47%

138
90
120

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

Portions of RGB colors in percentages

R + G + B =
138 + 90 + 120 = 348 (100%)
R 138 of 348 ~ 39.66%
G 90 of 348 ~ 25.86%
B 120 of 348 ~ 34.48%

%39.66
%25.86
%34.48

CMYK color model

#8A5A78 color CMYK value is (0,35,13,46).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 13.04%
  • key color value is 45.88%
CMYK:
(0,35,13,46)
C0M35Y13K46 
(0%,35%,13%,46%)
(0.00/0.35/0.13/0.46)	

CMYK percentages

%0
%34.78
%13.04
%45.88

Codes

Color #8A5A78 in popluar color models

8A5A78
RGB13890120
HSL323°21.05%44.71%
HSB/HSV323°34.78%54.12%
CMYK0.00%34.78%13.04%
45.88%

Color #8A5A78 in popluar number systems.

HEX8A5A78
Decimal13890120
Binary1000101010110101111000
Octal212132170

Shades and tints

Shades of #8A5A78

#8A5A78
(138,90,120)
#7E526E
(126,82,110)
#724A64
(114,74,100)
#66425A
(102,66,90)
#5A3A50
(90,58,80)
#4E3246
(78,50,70)
#422A3C
(66,42,60)
#362232
(54,34,50)
#2A1A28
(42,26,40)
#1E121E
(30,18,30)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #8A5A78

#8A5A78
(138,90,120)
#946984
(148,105,132)
#9E7890
(158,120,144)
#A8879C
(168,135,156)
#B296A8
(178,150,168)
#BCA5B4
(188,165,180)
#C6B4C0
(198,180,192)
#D0C3CC
(208,195,204)
#DAD2D8
(218,210,216)
#E4E1E4
(228,225,228)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5A78; }

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

This text font color is #8A5A78.


Background Color

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

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

This div background color is #8A5A78.


Border color

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

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

This div border color is #8A5A78.


Opacity

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

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

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

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

This text has shadow with #8A5A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5A78 on black background.


Color preview on white background

This text has color #8A5A78 on white background.



Black color preview on #8A5A78 background

This text has black color on #8A5A78 background.


White color preview on #8A5A78 background

This text has white color on #8A5A78 background.