COLOR #8019D5

HEX: #8019D5
RGB: (128,25,213)

Color info

#8019D5 contains mainly blue color. Web safe color of #8019D5 is #6600CC (or #60C).

RGB color model

#8019D5 color RGB value is (128,25,213).

  • red value is 128;
  • green value is 25;
  • blue value is 213.
RGB:
(128,25,213)
(50%,10%,84%)

RGB channels and saturation

R 128 of 255 = 50%
G 25 of 255 = 10%
B 213 of 255 = 84%

128
25
213

R + G + B ~ 48%. #8019D5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 25 + 213 = 366 (100%)
R 128 of 366 ~ 34.97%
G 25 of 366 ~ 6.83%
B 213 of 366 ~ 58.2%

%34.97
%58.2

CMYK color model

#8019D5 color CMYK value is (40,88,0,16).

  • cyan value is 39.91%
  • magenta value is 88.26%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(40,88,0,16)
C40M88Y0K16 
(40%,88%,0%,16%)
(0.40/0.88/0.00/0.16)	

CMYK percentages

%39.91
%88.26
%0
%16.47

Codes

Color #8019D5 in popluar color models

8019D5
RGB12825213
HSL273°78.99%46.67%
HSB/HSV273°88.26%83.53%
CMYK39.91%88.26%0.00%
16.47%

Color #8019D5 in popluar number systems.

HEX8019D5
Decimal12825213
Binary100000001100111010101
Octal20031325

Shades and tints

Shades of #8019D5

#8019D5
(128,25,213)
#7517C2
(117,23,194)
#6A15AF
(106,21,175)
#5F139C
(95,19,156)
#541189
(84,17,137)
#490F76
(73,15,118)
#3E0D63
(62,13,99)
#330B50
(51,11,80)
#28093D
(40,9,61)
#1D072A
(29,7,42)
#120517
(18,5,23)
#000000
(0,0,0)

Tints of #8019D5

#8019D5
(128,25,213)
#8B2DD8
(139,45,216)
#9641DB
(150,65,219)
#A155DE
(161,85,222)
#AC69E1
(172,105,225)
#B77DE4
(183,125,228)
#C291E7
(194,145,231)
#CDA5EA
(205,165,234)
#D8B9ED
(216,185,237)
#E3CDF0
(227,205,240)
#EEE1F3
(238,225,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8019D5 color. Also use rgb(128,25,213) instead hex code.

Text Font Color

.myTextColor { color: #8019D5; }

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

This text font color is #8019D5.


Background Color

.myBgColor { background-color: #8019D5; }

<div style="background-color:#8019D5">Inner text</div>

This div background color is #8019D5.


Border color

.myBorderColor { border: 1px solid #8019D5; }

<div style="border:3px solid #8019D5">Div</div>

This div border color is #8019D5.


Opacity

.myOpacity80 { color: #8019D5; opacity: 0.8; }

<p style="color:#8019D5;opacity:0.8;">80%</p>

Text with #8019D5 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 #8019D5;}

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

This text has shadow with #8019D5 color.

.textShadow {text-shadow: 3px 3px 1px #8019D5, 3px 3px 1px red;}

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

This text has shadow with #8019D5 primary color and red secondary color.


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

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

This text has shadow with #8019D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8019D5 on black background.


Color preview on white background

This text has color #8019D5 on white background.



Black color preview on #8019D5 background

This text has black color on #8019D5 background.


White color preview on #8019D5 background

This text has white color on #8019D5 background.