COLOR #8271A9

HEX: #8271A9
RGB: (130,113,169)

Color info

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

RGB color model

#8271A9 color RGB value is (130,113,169).

  • red value is 130;
  • green value is 113;
  • blue value is 169.
RGB:
(130,113,169)
(51%,44%,66%)

RGB channels and saturation

R 130 of 255 = 51%
G 113 of 255 = 44%
B 169 of 255 = 66%

130
113
169

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

Portions of RGB colors in percentages

R + G + B =
130 + 113 + 169 = 412 (100%)
R 130 of 412 ~ 31.55%
G 113 of 412 ~ 27.43%
B 169 of 412 ~ 41.02%

%31.55
%27.43
%41.02

CMYK color model

#8271A9 color CMYK value is (23,33,0,34).

  • cyan value is 23.08%
  • magenta value is 33.14%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(23,33,0,34)
C23M33Y0K34 
(23%,33%,0%,34%)
(0.23/0.33/0.00/0.34)	

CMYK percentages

%23.08
%33.14
%0
%33.73

Codes

Color #8271A9 in popluar color models

8271A9
RGB130113169
HSL258°24.56%55.29%
HSB/HSV258°33.14%66.27%
CMYK23.08%33.14%0.00%
33.73%

Color #8271A9 in popluar number systems.

HEX8271A9
Decimal130113169
Binary10000010111000110101001
Octal202161251

Shades and tints

Shades of #8271A9

#8271A9
(130,113,169)
#77679A
(119,103,154)
#6C5D8B
(108,93,139)
#61537C
(97,83,124)
#56496D
(86,73,109)
#4B3F5E
(75,63,94)
#40354F
(64,53,79)
#352B40
(53,43,64)
#2A2131
(42,33,49)
#1F1722
(31,23,34)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #8271A9

#8271A9
(130,113,169)
#8D7DB0
(141,125,176)
#9889B7
(152,137,183)
#A395BE
(163,149,190)
#AEA1C5
(174,161,197)
#B9ADCC
(185,173,204)
#C4B9D3
(196,185,211)
#CFC5DA
(207,197,218)
#DAD1E1
(218,209,225)
#E5DDE8
(229,221,232)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8271A9 color. Also use rgb(130,113,169) instead hex code.

Text Font Color

.myTextColor { color: #8271A9; }

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

This text font color is #8271A9.


Background Color

.myBgColor { background-color: #8271A9; }

<div style="background-color:#8271A9">Inner text</div>

This div background color is #8271A9.


Border color

.myBorderColor { border: 1px solid #8271A9; }

<div style="border:3px solid #8271A9">Div</div>

This div border color is #8271A9.


Opacity

.myOpacity80 { color: #8271A9; opacity: 0.8; }

<p style="color:#8271A9;opacity:0.8;">80%</p>

Text with #8271A9 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 #8271A9;}

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

This text has shadow with #8271A9 color.

.textShadow {text-shadow: 3px 3px 1px #8271A9, 3px 3px 1px red;}

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

This text has shadow with #8271A9 primary color and red secondary color.


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

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

This text has shadow with #8271A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8271A9 on black background.


Color preview on white background

This text has color #8271A9 on white background.



Black color preview on #8271A9 background

This text has black color on #8271A9 background.


White color preview on #8271A9 background

This text has white color on #8271A9 background.