COLOR #8C059A

HEX: #8C059A
RGB: (140,5,154)

Color info

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

RGB color model

#8C059A color RGB value is (140,5,154).

  • red value is 140;
  • green value is 5;
  • blue value is 154.
RGB:
(140,5,154)
(55%,2%,60%)

RGB channels and saturation

R 140 of 255 = 55%
G 5 of 255 = 2%
B 154 of 255 = 60%

140
5
154

R + G + B ~ 39%. #8C059A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 5 + 154 = 299 (100%)
R 140 of 299 ~ 46.82%
G 5 of 299 ~ 1.67%
B 154 of 299 ~ 51.51%

%46.82
%51.51

CMYK color model

#8C059A color CMYK value is (9,97,0,40).

  • cyan value is 9.09%
  • magenta value is 96.75%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(9,97,0,40)
C9M97Y0K40 
(9%,97%,0%,40%)
(0.09/0.97/0.00/0.40)	

CMYK percentages

%9.09
%96.75
%0
%39.61

Codes

Color #8C059A in popluar color models

8C059A
RGB1405154
HSL294°93.71%31.18%
HSB/HSV294°96.75%60.39%
CMYK9.09%96.75%0.00%
39.61%

Color #8C059A in popluar number systems.

HEX8C059A
Decimal1405154
Binary1000110010110011010
Octal2145232

Shades and tints

Shades of #8C059A

#8C059A
(140,5,154)
#80058C
(128,5,140)
#74057E
(116,5,126)
#680570
(104,5,112)
#5C0562
(92,5,98)
#500554
(80,5,84)
#440546
(68,5,70)
#380538
(56,5,56)
#2C052A
(44,5,42)
#20051C
(32,5,28)
#14050E
(20,5,14)
#000000
(0,0,0)

Tints of #8C059A

#8C059A
(140,5,154)
#961BA3
(150,27,163)
#A031AC
(160,49,172)
#AA47B5
(170,71,181)
#B45DBE
(180,93,190)
#BE73C7
(190,115,199)
#C889D0
(200,137,208)
#D29FD9
(210,159,217)
#DCB5E2
(220,181,226)
#E6CBEB
(230,203,235)
#F0E1F4
(240,225,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C059A color. Also use rgb(140,5,154) instead hex code.

Text Font Color

.myTextColor { color: #8C059A; }

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

This text font color is #8C059A.


Background Color

.myBgColor { background-color: #8C059A; }

<div style="background-color:#8C059A">Inner text</div>

This div background color is #8C059A.


Border color

.myBorderColor { border: 1px solid #8C059A; }

<div style="border:3px solid #8C059A">Div</div>

This div border color is #8C059A.


Opacity

.myOpacity80 { color: #8C059A; opacity: 0.8; }

<p style="color:#8C059A;opacity:0.8;">80%</p>

Text with #8C059A 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 #8C059A;}

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

This text has shadow with #8C059A color.

.textShadow {text-shadow: 3px 3px 1px #8C059A, 3px 3px 1px red;}

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

This text has shadow with #8C059A primary color and red secondary color.


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

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

This text has shadow with #8C059A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C059A on black background.


Color preview on white background

This text has color #8C059A on white background.



Black color preview on #8C059A background

This text has black color on #8C059A background.


White color preview on #8C059A background

This text has white color on #8C059A background.