COLOR #801CDD

HEX: #801CDD
RGB: (128,28,221)

Color info

#801CDD contains mainly blue color. Web safe color of #801CDD is #6633CC (or #63C).

RGB color model

#801CDD color RGB value is (128,28,221).

  • red value is 128;
  • green value is 28;
  • blue value is 221.
RGB:
(128,28,221)
(50%,11%,87%)

RGB channels and saturation

R 128 of 255 = 50%
G 28 of 255 = 11%
B 221 of 255 = 87%

128
28
221

R + G + B ~ 49%. #801CDD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 28 + 221 = 377 (100%)
R 128 of 377 ~ 33.95%
G 28 of 377 ~ 7.43%
B 221 of 377 ~ 58.62%

%33.95
%58.62

CMYK color model

#801CDD color CMYK value is (42,87,0,13).

  • cyan value is 42.08%
  • magenta value is 87.33%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(42,87,0,13)
C42M87Y0K13 
(42%,87%,0%,13%)
(0.42/0.87/0.00/0.13)	

CMYK percentages

%42.08
%87.33
%0
%13.33

Codes

Color #801CDD in popluar color models

801CDD
RGB12828221
HSL271°77.51%48.82%
HSB/HSV271°87.33%86.67%
CMYK42.08%87.33%0.00%
13.33%

Color #801CDD in popluar number systems.

HEX801CDD
Decimal12828221
Binary100000001110011011101
Octal20034335

Shades and tints

Shades of #801CDD

#801CDD
(128,28,221)
#751AC9
(117,26,201)
#6A18B5
(106,24,181)
#5F16A1
(95,22,161)
#54148D
(84,20,141)
#491279
(73,18,121)
#3E1065
(62,16,101)
#330E51
(51,14,81)
#280C3D
(40,12,61)
#1D0A29
(29,10,41)
#120815
(18,8,21)
#000000
(0,0,0)

Tints of #801CDD

#801CDD
(128,28,221)
#8B30E0
(139,48,224)
#9644E3
(150,68,227)
#A158E6
(161,88,230)
#AC6CE9
(172,108,233)
#B780EC
(183,128,236)
#C294EF
(194,148,239)
#CDA8F2
(205,168,242)
#D8BCF5
(216,188,245)
#E3D0F8
(227,208,248)
#EEE4FB
(238,228,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801CDD color. Also use rgb(128,28,221) instead hex code.

Text Font Color

.myTextColor { color: #801CDD; }

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

This text font color is #801CDD.


Background Color

.myBgColor { background-color: #801CDD; }

<div style="background-color:#801CDD">Inner text</div>

This div background color is #801CDD.


Border color

.myBorderColor { border: 1px solid #801CDD; }

<div style="border:3px solid #801CDD">Div</div>

This div border color is #801CDD.


Opacity

.myOpacity80 { color: #801CDD; opacity: 0.8; }

<p style="color:#801CDD;opacity:0.8;">80%</p>

Text with #801CDD 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 #801CDD;}

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

This text has shadow with #801CDD color.

.textShadow {text-shadow: 3px 3px 1px #801CDD, 3px 3px 1px red;}

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

This text has shadow with #801CDD primary color and red secondary color.


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

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

This text has shadow with #801CDD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801CDD on black background.


Color preview on white background

This text has color #801CDD on white background.



Black color preview on #801CDD background

This text has black color on #801CDD background.


White color preview on #801CDD background

This text has white color on #801CDD background.