COLOR #8073AD

HEX: #8073AD RGB: (128,115,173)

Color info

#8073AD contains red, green and blue colors in about the same proportion. Web safe color of #8073AD is #666699 (or #669).

RGB color model

#8073AD color RGB value is (128,115,173).

RGB: (128,115,173) (50%, 45%, 68%)

RGB channels and saturation

R 128 of 255 = 50%
G 115 of 255 = 45%
B 173 of 255 = 68%

128
115
173

R + G + B ~ 54%. #8073AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 115 + 173 = 416 (100%)
R 128 of 416 ~ 30.77%
G 115 of 416 ~ 27.64%
B 173 of 416 ~ 41.59'%

%30.77
%27.64
%41.59

CMYK color model

#8073AD color CMYK value is (26,34,0,32).

  • cyan value is 26.01%
  • magenta value is 33.53%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (26,34,0,32)
C26M34Y0K32 (26%, 34%, 0%, 32%)
(0.26 / 0.34 / 0.00 / 0.32)

CMYK percentages

%26.01
%33.53
%0
%32.16

Codes

Color #8073AD in popluar color models

80 73 AD
RGB 128 115 173
HSL 253° 26.13% 56.47%
HSB/HSV 253° 33.53% 67.84%
CMYK 26.01% 33.53% 0.00%
32.16%

Color #8073AD in popluar number systems.

HEX 80 73 AD
Decimal 128 115 173
Binary 10000000 1110011 10101101
Octal 200 163 255

Shades and tints

Shades of #8073AD

#8073AD
(128,115,173)
#75699E
(117,105,158)
#6A5F8F
(106,95,143)
#5F5580
(95,85,128)
#544B71
(84,75,113)
#494162
(73,65,98)
#3E3753
(62,55,83)
#332D44
(51,45,68)
#282335
(40,35,53)
#1D1926
(29,25,38)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #8073AD

#8073AD
(128,115,173)
#8B7FB4
(139,127,180)
#968BBB
(150,139,187)
#A197C2
(161,151,194)
#ACA3C9
(172,163,201)
#B7AFD0
(183,175,208)
#C2BBD7
(194,187,215)
#CDC7DE
(205,199,222)
#D8D3E5
(216,211,229)
#E3DFEC
(227,223,236)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8073AD color. Also use rgb(128,115,173) instead hex code.

Text Font Color

.myTextColor { color: #8073AD; }

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

This text font color is #8073AD.

Background Color

.myBgColor { background-color: #8073AD; }

<div style="background-color:#8073AD">Inner text</div>

This div background color is #8073AD.

Border color

.myBorderColor { border: 1px solid #8073AD; }

<div style="border:3px solid #8073AD">Div</div>

This div border color is #8073AD.

Opacity

.myOpacity80 { color: #8073AD; opacity: 0.8; }

<p style="color:#8073AD;opacity:0.8;">80%</p>

Text with #8073AD 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 #8073AD;}

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

This text has shadow with #8073AD color.


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

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

This text has shadow with #8073AD primary color and red secondary color.


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

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

This text has shadow with #8073AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8073AD.

Preview

Color preview on black background

This text has color #8073AD on black background.


Color preview on white background

This text has color #8073AD on white background.


Black color preview on #8073AD background

This text has black color on #8073AD background.


White color preview on #8073AD background

This text has white color on #8073AD background.


Related colors

Complementary color

Complementary color for #hex is #7F8C52.


I love getcolorcode.com

Triadic colors

1 #AD8073 and #73AD80 with #8073AD are triadic colors.

2 #AD7380 and #7380AD with #8073AD are triadic colors.