COLOR #80459C

HEX: #80459C RGB: (128,69,156)

Color info

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

RGB color model

#80459C color RGB value is (128,69,156).

RGB: (128,69,156) (50%, 27%, 61%)

RGB channels and saturation

R 128 of 255 = 50%
G 69 of 255 = 27%
B 156 of 255 = 61%

128
69
156

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

Portions of RGB colors in percentages

R + G + B = 128 + 69 + 156 = 353 (100%)
R 128 of 353 ~ 36.26%
G 69 of 353 ~ 19.55%
B 156 of 353 ~ 44.19'%

%36.26
%19.55
%44.19

CMYK color model

#80459C color CMYK value is (18,56,0,39).

  • cyan value is 17.95%
  • magenta value is 55.77%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (18,56,0,39)
C18M56Y0K39 (18%, 56%, 0%, 39%)
(0.18 / 0.56 / 0.00 / 0.39)

CMYK percentages

%17.95
%55.77
%0
%38.82

Codes

Color #80459C in popluar color models

80 45 9C
RGB 128 69 156
HSL 281° 38.67% 44.12%
HSB/HSV 281° 55.77% 61.18%
CMYK 17.95% 55.77% 0.00%
38.82%

Color #80459C in popluar number systems.

HEX 80 45 9C
Decimal 128 69 156
Binary 10000000 1000101 10011100
Octal 200 105 234

Shades and tints

Shades of #80459C

#80459C
(128,69,156)
#753F8E
(117,63,142)
#6A3980
(106,57,128)
#5F3372
(95,51,114)
#542D64
(84,45,100)
#492756
(73,39,86)
#3E2148
(62,33,72)
#331B3A
(51,27,58)
#28152C
(40,21,44)
#1D0F1E
(29,15,30)
#120910
(18,9,16)
#000000
(0,0,0)

Tints of #80459C

#80459C
(128,69,156)
#8B55A5
(139,85,165)
#9665AE
(150,101,174)
#A175B7
(161,117,183)
#AC85C0
(172,133,192)
#B795C9
(183,149,201)
#C2A5D2
(194,165,210)
#CDB5DB
(205,181,219)
#D8C5E4
(216,197,228)
#E3D5ED
(227,213,237)
#EEE5F6
(238,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80459C; }

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

This text font color is #80459C.

Background Color

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

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

This div background color is #80459C.

Border color

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

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

This div border color is #80459C.

Opacity

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

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

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

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

This text has shadow with #80459C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80459C.

Preview

Color preview on black background

This text has color #80459C on black background.


Color preview on white background

This text has color #80459C on white background.


Black color preview on #80459C background

This text has black color on #80459C background.


White color preview on #80459C background

This text has white color on #80459C background.


Related colors

Complementary color

Complementary color for #hex is #7FBA63.


I love getcolorcode.com

Triadic colors

1 #9C8045 and #459C80 with #80459C are triadic colors.

2 #9C4580 and #45809C with #80459C are triadic colors.