COLOR #803C9E

HEX: #803C9E RGB: (128,60,158)

Color info

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

RGB color model

#803C9E color RGB value is (128,60,158).

RGB: (128,60,158) (50%, 24%, 62%)

RGB channels and saturation

R 128 of 255 = 50%
G 60 of 255 = 24%
B 158 of 255 = 62%

128
60
158

R + G + B ~ 45%. #803C9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 60 + 158 = 346 (100%)
R 128 of 346 ~ 36.99%
G 60 of 346 ~ 17.34%
B 158 of 346 ~ 45.66'%

%36.99
%17.34
%45.66

CMYK color model

#803C9E color CMYK value is (19,62,0,38).

  • cyan value is 18.99%
  • magenta value is 62.03%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (19,62,0,38)
C19M62Y0K38 (19%, 62%, 0%, 38%)
(0.19 / 0.62 / 0.00 / 0.38)

CMYK percentages

%18.99
%62.03
%0
%38.04

Codes

Color #803C9E in popluar color models

80 3C 9E
RGB 128 60 158
HSL 282° 44.95% 42.75%
HSB/HSV 282° 62.03% 61.96%
CMYK 18.99% 62.03% 0.00%
38.04%

Color #803C9E in popluar number systems.

HEX 80 3C 9E
Decimal 128 60 158
Binary 10000000 111100 10011110
Octal 200 74 236

Shades and tints

Shades of #803C9E

#803C9E
(128,60,158)
#753790
(117,55,144)
#6A3282
(106,50,130)
#5F2D74
(95,45,116)
#542866
(84,40,102)
#492358
(73,35,88)
#3E1E4A
(62,30,74)
#33193C
(51,25,60)
#28142E
(40,20,46)
#1D0F20
(29,15,32)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #803C9E

#803C9E
(128,60,158)
#8B4DA6
(139,77,166)
#965EAE
(150,94,174)
#A16FB6
(161,111,182)
#AC80BE
(172,128,190)
#B791C6
(183,145,198)
#C2A2CE
(194,162,206)
#CDB3D6
(205,179,214)
#D8C4DE
(216,196,222)
#E3D5E6
(227,213,230)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803C9E color. Also use rgb(128,60,158) instead hex code.

Text Font Color

.myTextColor { color: #803C9E; }

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

This text font color is #803C9E.

Background Color

.myBgColor { background-color: #803C9E; }

<div style="background-color:#803C9E">Inner text</div>

This div background color is #803C9E.

Border color

.myBorderColor { border: 1px solid #803C9E; }

<div style="border:3px solid #803C9E">Div</div>

This div border color is #803C9E.

Opacity

.myOpacity80 { color: #803C9E; opacity: 0.8; }

<p style="color:#803C9E;opacity:0.8;">80%</p>

Text with #803C9E 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 #803C9E;}

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

This text has shadow with #803C9E color.


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

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

This text has shadow with #803C9E primary color and red secondary color.


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

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

This text has shadow with #803C9E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #803C9E.

Preview

Color preview on black background

This text has color #803C9E on black background.


Color preview on white background

This text has color #803C9E on white background.


Black color preview on #803C9E background

This text has black color on #803C9E background.


White color preview on #803C9E background

This text has white color on #803C9E background.


Related colors

Complementary color

Complementary color for #hex is #7FC361.


I love getcolorcode.com

Triadic colors

1 #9E803C and #3C9E80 with #803C9E are triadic colors.

2 #9E3C80 and #3C809E with #803C9E are triadic colors.