COLOR #8063A0

HEX: #8063A0
RGB: (128,99,160)

Color info

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

RGB color model

#8063A0 color RGB value is (128,99,160).

  • red value is 128;
  • green value is 99;
  • blue value is 160.
RGB:
(128,99,160)
(50%,39%,63%)

RGB channels and saturation

R 128 of 255 = 50%
G 99 of 255 = 39%
B 160 of 255 = 63%

128
99
160

R + G + B ~ 51%. #8063A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 99 + 160 = 387 (100%)
R 128 of 387 ~ 33.07%
G 99 of 387 ~ 25.58%
B 160 of 387 ~ 41.34%

%33.07
%25.58
%41.34

CMYK color model

#8063A0 color CMYK value is (20,38,0,37).

  • cyan value is 20.00%
  • magenta value is 38.13%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(20,38,0,37)
C20M38Y0K37 
(20%,38%,0%,37%)
(0.20/0.38/0.00/0.37)	

CMYK percentages

%20
%38.13
%0
%37.25

Codes

Color #8063A0 in popluar color models

8063A0
RGB12899160
HSL269°24.30%50.78%
HSB/HSV269°38.13%62.75%
CMYK20.00%38.13%0.00%
37.25%

Color #8063A0 in popluar number systems.

HEX8063A0
Decimal12899160
Binary10000000110001110100000
Octal200143240

Shades and tints

Shades of #8063A0

#8063A0
(128,99,160)
#755A92
(117,90,146)
#6A5184
(106,81,132)
#5F4876
(95,72,118)
#543F68
(84,63,104)
#49365A
(73,54,90)
#3E2D4C
(62,45,76)
#33243E
(51,36,62)
#281B30
(40,27,48)
#1D1222
(29,18,34)
#120914
(18,9,20)
#000000
(0,0,0)

Tints of #8063A0

#8063A0
(128,99,160)
#8B71A8
(139,113,168)
#967FB0
(150,127,176)
#A18DB8
(161,141,184)
#AC9BC0
(172,155,192)
#B7A9C8
(183,169,200)
#C2B7D0
(194,183,208)
#CDC5D8
(205,197,216)
#D8D3E0
(216,211,224)
#E3E1E8
(227,225,232)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8063A0 color. Also use rgb(128,99,160) instead hex code.

Text Font Color

.myTextColor { color: #8063A0; }

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

This text font color is #8063A0.


Background Color

.myBgColor { background-color: #8063A0; }

<div style="background-color:#8063A0">Inner text</div>

This div background color is #8063A0.


Border color

.myBorderColor { border: 1px solid #8063A0; }

<div style="border:3px solid #8063A0">Div</div>

This div border color is #8063A0.


Opacity

.myOpacity80 { color: #8063A0; opacity: 0.8; }

<p style="color:#8063A0;opacity:0.8;">80%</p>

Text with #8063A0 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 #8063A0;}

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

This text has shadow with #8063A0 color.

.textShadow {text-shadow: 3px 3px 1px #8063A0, 3px 3px 1px red;}

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

This text has shadow with #8063A0 primary color and red secondary color.


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

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

This text has shadow with #8063A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8063A0 on black background.


Color preview on white background

This text has color #8063A0 on white background.



Black color preview on #8063A0 background

This text has black color on #8063A0 background.


White color preview on #8063A0 background

This text has white color on #8063A0 background.