COLOR #8A4989

HEX: #8A4989
RGB: (138,73,137)

Color info

#8A4989 contains mainly red and blue colors. Web safe color of #8A4989 is #993399 (or #939).

RGB color model

#8A4989 color RGB value is (138,73,137).

  • red value is 138;
  • green value is 73;
  • blue value is 137.
RGB:
(138,73,137)
(54%,29%,54%)

RGB channels and saturation

R 138 of 255 = 54%
G 73 of 255 = 29%
B 137 of 255 = 54%

138
73
137

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

Portions of RGB colors in percentages

R + G + B =
138 + 73 + 137 = 348 (100%)
R 138 of 348 ~ 39.66%
G 73 of 348 ~ 20.98%
B 137 of 348 ~ 39.37%

%39.66
%20.98
%39.37

CMYK color model

#8A4989 color CMYK value is (0,47,1,46).

  • cyan value is 0.00%
  • magenta value is 47.10%
  • yellow value is 0.72%
  • key color value is 45.88%
CMYK:
(0,47,1,46)
C0M47Y1K46 
(0%,47%,1%,46%)
(0.00/0.47/0.01/0.46)	

CMYK percentages

%0
%47.1
%0.72
%45.88

Codes

Color #8A4989 in popluar color models

8A4989
RGB13873137
HSL301°30.81%41.37%
HSB/HSV301°47.10%54.12%
CMYK0.00%47.10%0.72%
45.88%

Color #8A4989 in popluar number systems.

HEX8A4989
Decimal13873137
Binary10001010100100110001001
Octal212111211

Shades and tints

Shades of #8A4989

#8A4989
(138,73,137)
#7E437D
(126,67,125)
#723D71
(114,61,113)
#663765
(102,55,101)
#5A3159
(90,49,89)
#4E2B4D
(78,43,77)
#422541
(66,37,65)
#361F35
(54,31,53)
#2A1929
(42,25,41)
#1E131D
(30,19,29)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #8A4989

#8A4989
(138,73,137)
#945993
(148,89,147)
#9E699D
(158,105,157)
#A879A7
(168,121,167)
#B289B1
(178,137,177)
#BC99BB
(188,153,187)
#C6A9C5
(198,169,197)
#D0B9CF
(208,185,207)
#DAC9D9
(218,201,217)
#E4D9E3
(228,217,227)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A4989 color. Also use rgb(138,73,137) instead hex code.

Text Font Color

.myTextColor { color: #8A4989; }

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

This text font color is #8A4989.


Background Color

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

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

This div background color is #8A4989.


Border color

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

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

This div border color is #8A4989.


Opacity

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

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

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

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

This text has shadow with #8A4989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4989 on black background.


Color preview on white background

This text has color #8A4989 on white background.



Black color preview on #8A4989 background

This text has black color on #8A4989 background.


White color preview on #8A4989 background

This text has white color on #8A4989 background.