COLOR #8A4481

HEX: #8A4481 RGB: (138,68,129)

Color info

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

RGB color model

#8A4481 color RGB value is (138,68,129).

RGB: (138,68,129) (54%, 27%, 51%)

RGB channels and saturation

R 138 of 255 = 54%
G 68 of 255 = 27%
B 129 of 255 = 51%

138
68
129

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

Portions of RGB colors in percentages

R + G + B = 138 + 68 + 129 = 335 (100%)
R 138 of 335 ~ 41.19%
G 68 of 335 ~ 20.3%
B 129 of 335 ~ 38.51'%

%41.19
%20.3
%38.51

CMYK color model

#8A4481 color CMYK value is (0,51,7,46).

  • cyan value is 0.00%
  • magenta value is 50.72%
  • yellow value is 6.52%
  • key color value is 45.88%

CMYK: (0,51,7,46)
C0M51Y7K46 (0%, 51%, 7%, 46%)
(0.00 / 0.51 / 0.07 / 0.46)

CMYK percentages

%0
%50.72
%6.52
%45.88

Codes

Color #8A4481 in popluar color models

8A 44 81
RGB 138 68 129
HSL 308° 33.98% 40.39%
HSB/HSV 308° 50.72% 54.12%
CMYK 0.00% 50.72% 6.52%
45.88%

Color #8A4481 in popluar number systems.

HEX 8A 44 81
Decimal 138 68 129
Binary 10001010 1000100 10000001
Octal 212 104 201

Shades and tints

Shades of #8A4481

#8A4481
(138,68,129)
#7E3E76
(126,62,118)
#72386B
(114,56,107)
#663260
(102,50,96)
#5A2C55
(90,44,85)
#4E264A
(78,38,74)
#42203F
(66,32,63)
#361A34
(54,26,52)
#2A1429
(42,20,41)
#1E0E1E
(30,14,30)
#120813
(18,8,19)
#000000
(0,0,0)

Tints of #8A4481

#8A4481
(138,68,129)
#94558C
(148,85,140)
#9E6697
(158,102,151)
#A877A2
(168,119,162)
#B288AD
(178,136,173)
#BC99B8
(188,153,184)
#C6AAC3
(198,170,195)
#D0BBCE
(208,187,206)
#DACCD9
(218,204,217)
#E4DDE4
(228,221,228)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A4481 color. Also use rgb(138,68,129) instead hex code.

Text Font Color

.myTextColor { color: #8A4481; }

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

This text font color is #8A4481.

Background Color

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

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

This div background color is #8A4481.

Border color

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

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

This div border color is #8A4481.

Opacity

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

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

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

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

This text has shadow with #8A4481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A4481.

Preview

Color preview on black background

This text has color #8A4481 on black background.


Color preview on white background

This text has color #8A4481 on white background.


Black color preview on #8A4481 background

This text has black color on #8A4481 background.


White color preview on #8A4481 background

This text has white color on #8A4481 background.


Related colors

Complementary color

Complementary color for #hex is #75BB7E.


I love getcolorcode.com

Triadic colors

1 #818A44 and #44818A with #8A4481 are triadic colors.

2 #81448A and #448A81 with #8A4481 are triadic colors.