COLOR #8019F1

HEX: #8019F1 RGB: (128,25,241)

Color info

#8019F1 contains mainly blue color. Web safe color of #8019F1 is #6600FF (or #60F).

RGB color model

#8019F1 color RGB value is (128,25,241).

RGB: (128,25,241) (50%, 10%, 95%)

RGB channels and saturation

R 128 of 255 = 50%
G 25 of 255 = 10%
B 241 of 255 = 95%

128
25
241

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

Portions of RGB colors in percentages

R + G + B = 128 + 25 + 241 = 394 (100%)
R 128 of 394 ~ 32.49%
G 25 of 394 ~ 6.35%
B 241 of 394 ~ 61.17'%

%32.49
%61.17

CMYK color model

#8019F1 color CMYK value is (47,90,0,5).

  • cyan value is 46.89%
  • magenta value is 89.63%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (47,90,0,5) C47M90Y0K5 (47%,90%,0%,5%) (0.47/0.90/0.00/0.05) 

CMYK percentages

%46.89
%89.63
%0
%5.49

Codes

Color #8019F1 in popluar color models

80 19 F1
RGB 128 25 241
HSL 269° 88.52% 52.16%
HSB/HSV 269° 89.63% 94.51%
CMYK 46.89% 89.63% 0.00%
5.49%

Color #8019F1 in popluar number systems.

HEX 80 19 F1
Decimal 128 25 241
Binary 10000000 11001 11110001
Octal 200 31 361

Shades and tints

Shades of #8019F1

#8019F1
(128,25,241)
#7517DC
(117,23,220)
#6A15C7
(106,21,199)
#5F13B2
(95,19,178)
#54119D
(84,17,157)
#490F88
(73,15,136)
#3E0D73
(62,13,115)
#330B5E
(51,11,94)
#280949
(40,9,73)
#1D0734
(29,7,52)
#12051F
(18,5,31)
#000000
(0,0,0)

Tints of #8019F1

#8019F1
(128,25,241)
#8B2DF2
(139,45,242)
#9641F3
(150,65,243)
#A155F4
(161,85,244)
#AC69F5
(172,105,245)
#B77DF6
(183,125,246)
#C291F7
(194,145,247)
#CDA5F8
(205,165,248)
#D8B9F9
(216,185,249)
#E3CDFA
(227,205,250)
#EEE1FB
(238,225,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8019F1; }

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

This text font color is #8019F1.

Background Color

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

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

This div background color is #8019F1.

Border color

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

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

This div border color is #8019F1.

Opacity

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

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

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

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

This text has shadow with #8019F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8019F1.

Preview

Color preview on black background

This text has color #8019F1 on black background.


Color preview on white background

This text has color #8019F1 on white background.


Black color preview on #8019F1 background

This text has black color on #8019F1 background.


White color preview on #8019F1 background

This text has white color on #8019F1 background.


Related colors

Complementary color

Complementary color for #hex is #7FE60E.


I love getcolorcode.com

Triadic colors

1 #F18019 and #19F180 with #8019F1 are triadic colors.

2 #F11980 and #1980F1 with #8019F1 are triadic colors.