COLOR #8A4B73

HEX: #8A4B73
RGB: (138,75,115)

Color info

#8A4B73 contains mainly red and blue colors. Web safe color of #8A4B73 is #993366 (or #936).

RGB color model

#8A4B73 color RGB value is (138,75,115).

  • red value is 138;
  • green value is 75;
  • blue value is 115.
RGB:
(138,75,115)
(54%,29%,45%)

RGB channels and saturation

R 138 of 255 = 54%
G 75 of 255 = 29%
B 115 of 255 = 45%

138
75
115

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

Portions of RGB colors in percentages

R + G + B =
138 + 75 + 115 = 328 (100%)
R 138 of 328 ~ 42.07%
G 75 of 328 ~ 22.87%
B 115 of 328 ~ 35.06%

%42.07
%22.87
%35.06

CMYK color model

#8A4B73 color CMYK value is (0,46,17,46).

  • cyan value is 0.00%
  • magenta value is 45.65%
  • yellow value is 16.67%
  • key color value is 45.88%
CMYK:
(0,46,17,46)
C0M46Y17K46 
(0%,46%,17%,46%)
(0.00/0.46/0.17/0.46)	

CMYK percentages

%0
%45.65
%16.67
%45.88

Codes

Color #8A4B73 in popluar color models

8A4B73
RGB13875115
HSL322°29.58%41.76%
HSB/HSV322°45.65%54.12%
CMYK0.00%45.65%16.67%
45.88%

Color #8A4B73 in popluar number systems.

HEX8A4B73
Decimal13875115
Binary1000101010010111110011
Octal212113163

Shades and tints

Shades of #8A4B73

#8A4B73
(138,75,115)
#7E4569
(126,69,105)
#723F5F
(114,63,95)
#663955
(102,57,85)
#5A334B
(90,51,75)
#4E2D41
(78,45,65)
#422737
(66,39,55)
#36212D
(54,33,45)
#2A1B23
(42,27,35)
#1E1519
(30,21,25)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #8A4B73

#8A4B73
(138,75,115)
#945B7F
(148,91,127)
#9E6B8B
(158,107,139)
#A87B97
(168,123,151)
#B28BA3
(178,139,163)
#BC9BAF
(188,155,175)
#C6ABBB
(198,171,187)
#D0BBC7
(208,187,199)
#DACBD3
(218,203,211)
#E4DBDF
(228,219,223)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A4B73 color. Also use rgb(138,75,115) instead hex code.

Text Font Color

.myTextColor { color: #8A4B73; }

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

This text font color is #8A4B73.


Background Color

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

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

This div background color is #8A4B73.


Border color

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

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

This div border color is #8A4B73.


Opacity

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

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

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

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

This text has shadow with #8A4B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4B73 on black background.


Color preview on white background

This text has color #8A4B73 on white background.



Black color preview on #8A4B73 background

This text has black color on #8A4B73 background.


White color preview on #8A4B73 background

This text has white color on #8A4B73 background.