COLOR #8055A6

HEX: #8055A6
RGB: (128,85,166)

Color info

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

RGB color model

#8055A6 color RGB value is (128,85,166).

  • red value is 128;
  • green value is 85;
  • blue value is 166.
RGB:
(128,85,166)
(50%,33%,65%)

RGB channels and saturation

R 128 of 255 = 50%
G 85 of 255 = 33%
B 166 of 255 = 65%

128
85
166

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

Portions of RGB colors in percentages

R + G + B =
128 + 85 + 166 = 379 (100%)
R 128 of 379 ~ 33.77%
G 85 of 379 ~ 22.43%
B 166 of 379 ~ 43.8%

%33.77
%22.43
%43.8

CMYK color model

#8055A6 color CMYK value is (23,49,0,35).

  • cyan value is 22.89%
  • magenta value is 48.80%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(23,49,0,35)
C23M49Y0K35 
(23%,49%,0%,35%)
(0.23/0.49/0.00/0.35)	

CMYK percentages

%22.89
%48.8
%0
%34.9

Codes

Color #8055A6 in popluar color models

8055A6
RGB12885166
HSL272°32.27%49.22%
HSB/HSV272°48.80%65.10%
CMYK22.89%48.80%0.00%
34.90%

Color #8055A6 in popluar number systems.

HEX8055A6
Decimal12885166
Binary10000000101010110100110
Octal200125246

Shades and tints

Shades of #8055A6

#8055A6
(128,85,166)
#754E97
(117,78,151)
#6A4788
(106,71,136)
#5F4079
(95,64,121)
#54396A
(84,57,106)
#49325B
(73,50,91)
#3E2B4C
(62,43,76)
#33243D
(51,36,61)
#281D2E
(40,29,46)
#1D161F
(29,22,31)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #8055A6

#8055A6
(128,85,166)
#8B64AE
(139,100,174)
#9673B6
(150,115,182)
#A182BE
(161,130,190)
#AC91C6
(172,145,198)
#B7A0CE
(183,160,206)
#C2AFD6
(194,175,214)
#CDBEDE
(205,190,222)
#D8CDE6
(216,205,230)
#E3DCEE
(227,220,238)
#EEEBF6
(238,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8055A6 color. Also use rgb(128,85,166) instead hex code.

Text Font Color

.myTextColor { color: #8055A6; }

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

This text font color is #8055A6.


Background Color

.myBgColor { background-color: #8055A6; }

<div style="background-color:#8055A6">Inner text</div>

This div background color is #8055A6.


Border color

.myBorderColor { border: 1px solid #8055A6; }

<div style="border:3px solid #8055A6">Div</div>

This div border color is #8055A6.


Opacity

.myOpacity80 { color: #8055A6; opacity: 0.8; }

<p style="color:#8055A6;opacity:0.8;">80%</p>

Text with #8055A6 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 #8055A6;}

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

This text has shadow with #8055A6 color.

.textShadow {text-shadow: 3px 3px 1px #8055A6, 3px 3px 1px red;}

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

This text has shadow with #8055A6 primary color and red secondary color.


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

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

This text has shadow with #8055A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8055A6 on black background.


Color preview on white background

This text has color #8055A6 on white background.



Black color preview on #8055A6 background

This text has black color on #8055A6 background.


White color preview on #8055A6 background

This text has white color on #8055A6 background.