COLOR #8047AB

HEX: #8047AB RGB: (128,71,171)

Color info

#8047AB contains mainly red and blue colors. Web safe color of #8047AB is #663399 (or #639).

RGB color model

#8047AB color RGB value is (128,71,171).

RGB: (128,71,171) (50%, 28%, 67%)

RGB channels and saturation

R 128 of 255 = 50%
G 71 of 255 = 28%
B 171 of 255 = 67%

128
71
171

R + G + B ~ 48%. #8047AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 71 + 171 = 370 (100%)
R 128 of 370 ~ 34.59%
G 71 of 370 ~ 19.19%
B 171 of 370 ~ 46.22'%

%34.59
%19.19
%46.22

CMYK color model

#8047AB color CMYK value is (25,58,0,33).

  • cyan value is 25.15%
  • magenta value is 58.48%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (25,58,0,33)
C25M58Y0K33 (25%, 58%, 0%, 33%)
(0.25 / 0.58 / 0.00 / 0.33)

CMYK percentages

%25.15
%58.48
%0
%32.94

Codes

Color #8047AB in popluar color models

80 47 AB
RGB 128 71 171
HSL 274° 41.32% 47.45%
HSB/HSV 274° 58.48% 67.06%
CMYK 25.15% 58.48% 0.00%
32.94%

Color #8047AB in popluar number systems.

HEX 80 47 AB
Decimal 128 71 171
Binary 10000000 1000111 10101011
Octal 200 107 253

Shades and tints

Shades of #8047AB

#8047AB
(128,71,171)
#75419C
(117,65,156)
#6A3B8D
(106,59,141)
#5F357E
(95,53,126)
#542F6F
(84,47,111)
#492960
(73,41,96)
#3E2351
(62,35,81)
#331D42
(51,29,66)
#281733
(40,23,51)
#1D1124
(29,17,36)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #8047AB

#8047AB
(128,71,171)
#8B57B2
(139,87,178)
#9667B9
(150,103,185)
#A177C0
(161,119,192)
#AC87C7
(172,135,199)
#B797CE
(183,151,206)
#C2A7D5
(194,167,213)
#CDB7DC
(205,183,220)
#D8C7E3
(216,199,227)
#E3D7EA
(227,215,234)
#EEE7F1
(238,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8047AB color. Also use rgb(128,71,171) instead hex code.

Text Font Color

.myTextColor { color: #8047AB; }

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

This text font color is #8047AB.

Background Color

.myBgColor { background-color: #8047AB; }

<div style="background-color:#8047AB">Inner text</div>

This div background color is #8047AB.

Border color

.myBorderColor { border: 1px solid #8047AB; }

<div style="border:3px solid #8047AB">Div</div>

This div border color is #8047AB.

Opacity

.myOpacity80 { color: #8047AB; opacity: 0.8; }

<p style="color:#8047AB;opacity:0.8;">80%</p>

Text with #8047AB 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 #8047AB;}

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

This text has shadow with #8047AB color.


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

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

This text has shadow with #8047AB primary color and red secondary color.


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

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

This text has shadow with #8047AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8047AB.

Preview

Color preview on black background

This text has color #8047AB on black background.


Color preview on white background

This text has color #8047AB on white background.


Black color preview on #8047AB background

This text has black color on #8047AB background.


White color preview on #8047AB background

This text has white color on #8047AB background.


Related colors

Complementary color

Complementary color for #hex is #7FB854.


I love getcolorcode.com

Triadic colors

1 #AB8047 and #47AB80 with #8047AB are triadic colors.

2 #AB4780 and #4780AB with #8047AB are triadic colors.