COLOR #802EAB

HEX: #802EAB
RGB: (128,46,171)

Color info

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

RGB color model

#802EAB color RGB value is (128,46,171).

  • red value is 128;
  • green value is 46;
  • blue value is 171.
RGB:
(128,46,171)
(50%,18%,67%)

RGB channels and saturation

R 128 of 255 = 50%
G 46 of 255 = 18%
B 171 of 255 = 67%

128
46
171

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

Portions of RGB colors in percentages

R + G + B =
128 + 46 + 171 = 345 (100%)
R 128 of 345 ~ 37.1%
G 46 of 345 ~ 13.33%
B 171 of 345 ~ 49.57%

%37.1
%13.33
%49.57

CMYK color model

#802EAB color CMYK value is (25,73,0,33).

  • cyan value is 25.15%
  • magenta value is 73.10%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(25,73,0,33)
C25M73Y0K33 
(25%,73%,0%,33%)
(0.25/0.73/0.00/0.33)	

CMYK percentages

%25.15
%73.1
%0
%32.94

Codes

Color #802EAB in popluar color models

802EAB
RGB12846171
HSL279°57.60%42.55%
HSB/HSV279°73.10%67.06%
CMYK25.15%73.10%0.00%
32.94%

Color #802EAB in popluar number systems.

HEX802EAB
Decimal12846171
Binary1000000010111010101011
Octal20056253

Shades and tints

Shades of #802EAB

#802EAB
(128,46,171)
#752A9C
(117,42,156)
#6A268D
(106,38,141)
#5F227E
(95,34,126)
#541E6F
(84,30,111)
#491A60
(73,26,96)
#3E1651
(62,22,81)
#331242
(51,18,66)
#280E33
(40,14,51)
#1D0A24
(29,10,36)
#120615
(18,6,21)
#000000
(0,0,0)

Tints of #802EAB

#802EAB
(128,46,171)
#8B41B2
(139,65,178)
#9654B9
(150,84,185)
#A167C0
(161,103,192)
#AC7AC7
(172,122,199)
#B78DCE
(183,141,206)
#C2A0D5
(194,160,213)
#CDB3DC
(205,179,220)
#D8C6E3
(216,198,227)
#E3D9EA
(227,217,234)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #802EAB color. Also use rgb(128,46,171) instead hex code.

Text Font Color

.myTextColor { color: #802EAB; }

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

This text font color is #802EAB.


Background Color

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

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

This div background color is #802EAB.


Border color

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

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

This div border color is #802EAB.


Opacity

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

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

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

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

This text has shadow with #802EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #802EAB on black background.


Color preview on white background

This text has color #802EAB on white background.



Black color preview on #802EAB background

This text has black color on #802EAB background.


White color preview on #802EAB background

This text has white color on #802EAB background.