COLOR #8053A1

HEX: #8053A1
RGB: (128,83,161)

Color info

#8053A1 contains mainly red and blue colors. Web safe color of #8053A1 is #666699 (or #669).

RGB color model

#8053A1 color RGB value is (128,83,161).

  • red value is 128;
  • green value is 83;
  • blue value is 161.
RGB:
(128,83,161)
(50%,33%,63%)

RGB channels and saturation

R 128 of 255 = 50%
G 83 of 255 = 33%
B 161 of 255 = 63%

128
83
161

R + G + B ~ 49%. #8053A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 83 + 161 = 372 (100%)
R 128 of 372 ~ 34.41%
G 83 of 372 ~ 22.31%
B 161 of 372 ~ 43.28%

%34.41
%22.31
%43.28

CMYK color model

#8053A1 color CMYK value is (20,48,0,37).

  • cyan value is 20.50%
  • magenta value is 48.45%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(20,48,0,37)
C20M48Y0K37 
(20%,48%,0%,37%)
(0.20/0.48/0.00/0.37)	

CMYK percentages

%20.5
%48.45
%0
%36.86

Codes

Color #8053A1 in popluar color models

8053A1
RGB12883161
HSL275°31.97%47.84%
HSB/HSV275°48.45%63.14%
CMYK20.50%48.45%0.00%
36.86%

Color #8053A1 in popluar number systems.

HEX8053A1
Decimal12883161
Binary10000000101001110100001
Octal200123241

Shades and tints

Shades of #8053A1

#8053A1
(128,83,161)
#754C93
(117,76,147)
#6A4585
(106,69,133)
#5F3E77
(95,62,119)
#543769
(84,55,105)
#49305B
(73,48,91)
#3E294D
(62,41,77)
#33223F
(51,34,63)
#281B31
(40,27,49)
#1D1423
(29,20,35)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #8053A1

#8053A1
(128,83,161)
#8B62A9
(139,98,169)
#9671B1
(150,113,177)
#A180B9
(161,128,185)
#AC8FC1
(172,143,193)
#B79EC9
(183,158,201)
#C2ADD1
(194,173,209)
#CDBCD9
(205,188,217)
#D8CBE1
(216,203,225)
#E3DAE9
(227,218,233)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8053A1 color. Also use rgb(128,83,161) instead hex code.

Text Font Color

.myTextColor { color: #8053A1; }

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

This text font color is #8053A1.


Background Color

.myBgColor { background-color: #8053A1; }

<div style="background-color:#8053A1">Inner text</div>

This div background color is #8053A1.


Border color

.myBorderColor { border: 1px solid #8053A1; }

<div style="border:3px solid #8053A1">Div</div>

This div border color is #8053A1.


Opacity

.myOpacity80 { color: #8053A1; opacity: 0.8; }

<p style="color:#8053A1;opacity:0.8;">80%</p>

Text with #8053A1 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 #8053A1;}

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

This text has shadow with #8053A1 color.

.textShadow {text-shadow: 3px 3px 1px #8053A1, 3px 3px 1px red;}

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

This text has shadow with #8053A1 primary color and red secondary color.


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

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

This text has shadow with #8053A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8053A1 on black background.


Color preview on white background

This text has color #8053A1 on white background.



Black color preview on #8053A1 background

This text has black color on #8053A1 background.


White color preview on #8053A1 background

This text has white color on #8053A1 background.