COLOR #8273AC

HEX: #8273AC RGB: (130,115,172)

Color info

#8273AC contains red, green and blue colors in about the same proportion. Web safe color of #8273AC is #996699 (or #969).

RGB color model

#8273AC color RGB value is (130,115,172).

RGB: (130,115,172) (51%, 45%, 67%)

RGB channels and saturation

R 130 of 255 = 51%
G 115 of 255 = 45%
B 172 of 255 = 67%

130
115
172

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

Portions of RGB colors in percentages

R + G + B = 130 + 115 + 172 = 417 (100%)
R 130 of 417 ~ 31.18%
G 115 of 417 ~ 27.58%
B 172 of 417 ~ 41.25'%

%31.18
%27.58
%41.25

CMYK color model

#8273AC color CMYK value is (24,33,0,33).

  • cyan value is 24.42%
  • magenta value is 33.14%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (24,33,0,33)
C24M33Y0K33 (24%, 33%, 0%, 33%)
(0.24 / 0.33 / 0.00 / 0.33)

CMYK percentages

%24.42
%33.14
%0
%32.55

Codes

Color #8273AC in popluar color models

82 73 AC
RGB 130 115 172
HSL 256° 25.56% 56.27%
HSB/HSV 256° 33.14% 67.45%
CMYK 24.42% 33.14% 0.00%
32.55%

Color #8273AC in popluar number systems.

HEX 82 73 AC
Decimal 130 115 172
Binary 10000010 1110011 10101100
Octal 202 163 254

Shades and tints

Shades of #8273AC

#8273AC
(130,115,172)
#77699D
(119,105,157)
#6C5F8E
(108,95,142)
#61557F
(97,85,127)
#564B70
(86,75,112)
#4B4161
(75,65,97)
#403752
(64,55,82)
#352D43
(53,45,67)
#2A2334
(42,35,52)
#1F1925
(31,25,37)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #8273AC

#8273AC
(130,115,172)
#8D7FB3
(141,127,179)
#988BBA
(152,139,186)
#A397C1
(163,151,193)
#AEA3C8
(174,163,200)
#B9AFCF
(185,175,207)
#C4BBD6
(196,187,214)
#CFC7DD
(207,199,221)
#DAD3E4
(218,211,228)
#E5DFEB
(229,223,235)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8273AC color. Also use rgb(130,115,172) instead hex code.

Text Font Color

.myTextColor { color: #8273AC; }

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

This text font color is #8273AC.

Background Color

.myBgColor { background-color: #8273AC; }

<div style="background-color:#8273AC">Inner text</div>

This div background color is #8273AC.

Border color

.myBorderColor { border: 1px solid #8273AC; }

<div style="border:3px solid #8273AC">Div</div>

This div border color is #8273AC.

Opacity

.myOpacity80 { color: #8273AC; opacity: 0.8; }

<p style="color:#8273AC;opacity:0.8;">80%</p>

Text with #8273AC 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 #8273AC;}

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

This text has shadow with #8273AC color.


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

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

This text has shadow with #8273AC primary color and red secondary color.


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

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

This text has shadow with #8273AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8273AC.

Preview

Color preview on black background

This text has color #8273AC on black background.


Color preview on white background

This text has color #8273AC on white background.


Black color preview on #8273AC background

This text has black color on #8273AC background.


White color preview on #8273AC background

This text has white color on #8273AC background.


Related colors

Complementary color

Complementary color for #hex is #7D8C53.


I love getcolorcode.com

Triadic colors

1 #AC8273 and #73AC82 with #8273AC are triadic colors.

2 #AC7382 and #7382AC with #8273AC are triadic colors.