COLOR #80299C

HEX: #80299C
RGB: (128,41,156)

Color info

#80299C contains mainly red and blue colors. Web safe color of #80299C is #663399 (or #639).

RGB color model

#80299C color RGB value is (128,41,156).

  • red value is 128;
  • green value is 41;
  • blue value is 156.
RGB:
(128,41,156)
(50%,16%,61%)

RGB channels and saturation

R 128 of 255 = 50%
G 41 of 255 = 16%
B 156 of 255 = 61%

128
41
156

R + G + B ~ 42%. #80299C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 41 + 156 = 325 (100%)
R 128 of 325 ~ 39.38%
G 41 of 325 ~ 12.62%
B 156 of 325 ~ 48%

%39.38
%12.62
%48

CMYK color model

#80299C color CMYK value is (18,74,0,39).

  • cyan value is 17.95%
  • magenta value is 73.72%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(18,74,0,39)
C18M74Y0K39 
(18%,74%,0%,39%)
(0.18/0.74/0.00/0.39)	

CMYK percentages

%17.95
%73.72
%0
%38.82

Codes

Color #80299C in popluar color models

80299C
RGB12841156
HSL285°58.38%38.63%
HSB/HSV285°73.72%61.18%
CMYK17.95%73.72%0.00%
38.82%

Color #80299C in popluar number systems.

HEX80299C
Decimal12841156
Binary1000000010100110011100
Octal20051234

Shades and tints

Shades of #80299C

#80299C
(128,41,156)
#75268E
(117,38,142)
#6A2380
(106,35,128)
#5F2072
(95,32,114)
#541D64
(84,29,100)
#491A56
(73,26,86)
#3E1748
(62,23,72)
#33143A
(51,20,58)
#28112C
(40,17,44)
#1D0E1E
(29,14,30)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #80299C

#80299C
(128,41,156)
#8B3CA5
(139,60,165)
#964FAE
(150,79,174)
#A162B7
(161,98,183)
#AC75C0
(172,117,192)
#B788C9
(183,136,201)
#C29BD2
(194,155,210)
#CDAEDB
(205,174,219)
#D8C1E4
(216,193,228)
#E3D4ED
(227,212,237)
#EEE7F6
(238,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80299C color. Also use rgb(128,41,156) instead hex code.

Text Font Color

.myTextColor { color: #80299C; }

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

This text font color is #80299C.


Background Color

.myBgColor { background-color: #80299C; }

<div style="background-color:#80299C">Inner text</div>

This div background color is #80299C.


Border color

.myBorderColor { border: 1px solid #80299C; }

<div style="border:3px solid #80299C">Div</div>

This div border color is #80299C.


Opacity

.myOpacity80 { color: #80299C; opacity: 0.8; }

<p style="color:#80299C;opacity:0.8;">80%</p>

Text with #80299C 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 #80299C;}

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

This text has shadow with #80299C color.

.textShadow {text-shadow: 3px 3px 1px #80299C, 3px 3px 1px red;}

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

This text has shadow with #80299C primary color and red secondary color.


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

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

This text has shadow with #80299C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80299C on black background.


Color preview on white background

This text has color #80299C on white background.



Black color preview on #80299C background

This text has black color on #80299C background.


White color preview on #80299C background

This text has white color on #80299C background.