COLOR #802B9D

HEX: #802B9D RGB: (128,43,157)

Color info

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

RGB color model

#802B9D color RGB value is (128,43,157).

RGB: (128,43,157) (50%, 17%, 62%)

RGB channels and saturation

R 128 of 255 = 50%
G 43 of 255 = 17%
B 157 of 255 = 62%

128
43
157

R + G + B ~ 43%. #802B9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 43 + 157 = 328 (100%)
R 128 of 328 ~ 39.02%
G 43 of 328 ~ 13.11%
B 157 of 328 ~ 47.87'%

%39.02
%13.11
%47.87

CMYK color model

#802B9D color CMYK value is (18,73,0,38).

  • cyan value is 18.47%
  • magenta value is 72.61%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (18,73,0,38)
C18M73Y0K38 (18%, 73%, 0%, 38%)
(0.18 / 0.73 / 0.00 / 0.38)

CMYK percentages

%18.47
%72.61
%0
%38.43

Codes

Color #802B9D in popluar color models

80 2B 9D
RGB 128 43 157
HSL 285° 57.00% 39.22%
HSB/HSV 285° 72.61% 61.57%
CMYK 18.47% 72.61% 0.00%
38.43%

Color #802B9D in popluar number systems.

HEX 80 2B 9D
Decimal 128 43 157
Binary 10000000 101011 10011101
Octal 200 53 235

Shades and tints

Shades of #802B9D

#802B9D
(128,43,157)
#75288F
(117,40,143)
#6A2581
(106,37,129)
#5F2273
(95,34,115)
#541F65
(84,31,101)
#491C57
(73,28,87)
#3E1949
(62,25,73)
#33163B
(51,22,59)
#28132D
(40,19,45)
#1D101F
(29,16,31)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #802B9D

#802B9D
(128,43,157)
#8B3EA5
(139,62,165)
#9651AD
(150,81,173)
#A164B5
(161,100,181)
#AC77BD
(172,119,189)
#B78AC5
(183,138,197)
#C29DCD
(194,157,205)
#CDB0D5
(205,176,213)
#D8C3DD
(216,195,221)
#E3D6E5
(227,214,229)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #802B9D color. Also use rgb(128,43,157) instead hex code.

Text Font Color

.myTextColor { color: #802B9D; }

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

This text font color is #802B9D.

Background Color

.myBgColor { background-color: #802B9D; }

<div style="background-color:#802B9D">Inner text</div>

This div background color is #802B9D.

Border color

.myBorderColor { border: 1px solid #802B9D; }

<div style="border:3px solid #802B9D">Div</div>

This div border color is #802B9D.

Opacity

.myOpacity80 { color: #802B9D; opacity: 0.8; }

<p style="color:#802B9D;opacity:0.8;">80%</p>

Text with #802B9D 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 #802B9D;}

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

This text has shadow with #802B9D color.


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

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

This text has shadow with #802B9D primary color and red secondary color.


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

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

This text has shadow with #802B9D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #802B9D.

Preview

Color preview on black background

This text has color #802B9D on black background.


Color preview on white background

This text has color #802B9D on white background.


Black color preview on #802B9D background

This text has black color on #802B9D background.


White color preview on #802B9D background

This text has white color on #802B9D background.


Related colors

Complementary color

Complementary color for #hex is #7FD462.


I love getcolorcode.com

Triadic colors

1 #9D802B and #2B9D80 with #802B9D are triadic colors.

2 #9D2B80 and #2B809D with #802B9D are triadic colors.