COLOR #8309A4

HEX: #8309A4
RGB: (131,9,164)

Color info

#8309A4 contains mainly red and blue colors. Web safe color of #8309A4 is #990099 (or #909).

RGB color model

#8309A4 color RGB value is (131,9,164).

  • red value is 131;
  • green value is 9;
  • blue value is 164.
RGB:
(131,9,164)
(51%,4%,64%)

RGB channels and saturation

R 131 of 255 = 51%
G 9 of 255 = 4%
B 164 of 255 = 64%

131
9
164

R + G + B ~ 40%. #8309A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 9 + 164 = 304 (100%)
R 131 of 304 ~ 43.09%
G 9 of 304 ~ 2.96%
B 164 of 304 ~ 53.95%

%43.09
%53.95

CMYK color model

#8309A4 color CMYK value is (20,95,0,36).

  • cyan value is 20.12%
  • magenta value is 94.51%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(20,95,0,36)
C20M95Y0K36 
(20%,95%,0%,36%)
(0.20/0.95/0.00/0.36)	

CMYK percentages

%20.12
%94.51
%0
%35.69

Codes

Color #8309A4 in popluar color models

8309A4
RGB1319164
HSL287°89.60%33.92%
HSB/HSV287°94.51%64.31%
CMYK20.12%94.51%0.00%
35.69%

Color #8309A4 in popluar number systems.

HEX8309A4
Decimal1319164
Binary10000011100110100100
Octal20311244

Shades and tints

Shades of #8309A4

#8309A4
(131,9,164)
#780996
(120,9,150)
#6D0988
(109,9,136)
#62097A
(98,9,122)
#57096C
(87,9,108)
#4C095E
(76,9,94)
#410950
(65,9,80)
#360942
(54,9,66)
#2B0934
(43,9,52)
#200926
(32,9,38)
#150918
(21,9,24)
#000000
(0,0,0)

Tints of #8309A4

#8309A4
(131,9,164)
#8E1FAC
(142,31,172)
#9935B4
(153,53,180)
#A44BBC
(164,75,188)
#AF61C4
(175,97,196)
#BA77CC
(186,119,204)
#C58DD4
(197,141,212)
#D0A3DC
(208,163,220)
#DBB9E4
(219,185,228)
#E6CFEC
(230,207,236)
#F1E5F4
(241,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8309A4 color. Also use rgb(131,9,164) instead hex code.

Text Font Color

.myTextColor { color: #8309A4; }

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

This text font color is #8309A4.


Background Color

.myBgColor { background-color: #8309A4; }

<div style="background-color:#8309A4">Inner text</div>

This div background color is #8309A4.


Border color

.myBorderColor { border: 1px solid #8309A4; }

<div style="border:3px solid #8309A4">Div</div>

This div border color is #8309A4.


Opacity

.myOpacity80 { color: #8309A4; opacity: 0.8; }

<p style="color:#8309A4;opacity:0.8;">80%</p>

Text with #8309A4 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 #8309A4;}

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

This text has shadow with #8309A4 color.

.textShadow {text-shadow: 3px 3px 1px #8309A4, 3px 3px 1px red;}

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

This text has shadow with #8309A4 primary color and red secondary color.


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

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

This text has shadow with #8309A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8309A4 on black background.


Color preview on white background

This text has color #8309A4 on white background.



Black color preview on #8309A4 background

This text has black color on #8309A4 background.


White color preview on #8309A4 background

This text has white color on #8309A4 background.