COLOR #8059AE

HEX: #8059AE
RGB: (128,89,174)

Color info

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

RGB color model

#8059AE color RGB value is (128,89,174).

  • red value is 128;
  • green value is 89;
  • blue value is 174.
RGB:
(128,89,174)
(50%,35%,68%)

RGB channels and saturation

R 128 of 255 = 50%
G 89 of 255 = 35%
B 174 of 255 = 68%

128
89
174

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

Portions of RGB colors in percentages

R + G + B =
128 + 89 + 174 = 391 (100%)
R 128 of 391 ~ 32.74%
G 89 of 391 ~ 22.76%
B 174 of 391 ~ 44.5%

%32.74
%22.76
%44.5

CMYK color model

#8059AE color CMYK value is (26,49,0,32).

  • cyan value is 26.44%
  • magenta value is 48.85%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(26,49,0,32)
C26M49Y0K32 
(26%,49%,0%,32%)
(0.26/0.49/0.00/0.32)	

CMYK percentages

%26.44
%48.85
%0
%31.76

Codes

Color #8059AE in popluar color models

8059AE
RGB12889174
HSL268°34.41%51.57%
HSB/HSV268°48.85%68.24%
CMYK26.44%48.85%0.00%
31.76%

Color #8059AE in popluar number systems.

HEX8059AE
Decimal12889174
Binary10000000101100110101110
Octal200131256

Shades and tints

Shades of #8059AE

#8059AE
(128,89,174)
#75519F
(117,81,159)
#6A4990
(106,73,144)
#5F4181
(95,65,129)
#543972
(84,57,114)
#493163
(73,49,99)
#3E2954
(62,41,84)
#332145
(51,33,69)
#281936
(40,25,54)
#1D1127
(29,17,39)
#120918
(18,9,24)
#000000
(0,0,0)

Tints of #8059AE

#8059AE
(128,89,174)
#8B68B5
(139,104,181)
#9677BC
(150,119,188)
#A186C3
(161,134,195)
#AC95CA
(172,149,202)
#B7A4D1
(183,164,209)
#C2B3D8
(194,179,216)
#CDC2DF
(205,194,223)
#D8D1E6
(216,209,230)
#E3E0ED
(227,224,237)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8059AE color. Also use rgb(128,89,174) instead hex code.

Text Font Color

.myTextColor { color: #8059AE; }

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

This text font color is #8059AE.


Background Color

.myBgColor { background-color: #8059AE; }

<div style="background-color:#8059AE">Inner text</div>

This div background color is #8059AE.


Border color

.myBorderColor { border: 1px solid #8059AE; }

<div style="border:3px solid #8059AE">Div</div>

This div border color is #8059AE.


Opacity

.myOpacity80 { color: #8059AE; opacity: 0.8; }

<p style="color:#8059AE;opacity:0.8;">80%</p>

Text with #8059AE 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 #8059AE;}

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

This text has shadow with #8059AE color.

.textShadow {text-shadow: 3px 3px 1px #8059AE, 3px 3px 1px red;}

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

This text has shadow with #8059AE primary color and red secondary color.


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

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

This text has shadow with #8059AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8059AE on black background.


Color preview on white background

This text has color #8059AE on white background.



Black color preview on #8059AE background

This text has black color on #8059AE background.


White color preview on #8059AE background

This text has white color on #8059AE background.