COLOR #8051D1

HEX: #8051D1 RGB: (128,81,209)

Color info

#8051D1 contains mainly blue color. Web safe color of #8051D1 is #6666CC (or #66C).

RGB color model

#8051D1 color RGB value is (128,81,209).

RGB: (128,81,209) (50%, 32%, 82%)

RGB channels and saturation

R 128 of 255 = 50%
G 81 of 255 = 32%
B 209 of 255 = 82%

128
81
209

R + G + B ~ 55%. #8051D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 81 + 209 = 418 (100%)
R 128 of 418 ~ 30.62%
G 81 of 418 ~ 19.38%
B 209 of 418 ~ 50'%

%30.62
%19.38
%50

CMYK color model

#8051D1 color CMYK value is (39,61,0,18).

  • cyan value is 38.76%
  • magenta value is 61.24%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (39,61,0,18)
C39M61Y0K18 (39%, 61%, 0%, 18%)
(0.39 / 0.61 / 0.00 / 0.18)

CMYK percentages

%38.76
%61.24
%0
%18.04

Codes

Color #8051D1 in popluar color models

80 51 D1
RGB 128 81 209
HSL 262° 58.18% 56.86%
HSB/HSV 262° 61.24% 81.96%
CMYK 38.76% 61.24% 0.00%
18.04%

Color #8051D1 in popluar number systems.

HEX 80 51 D1
Decimal 128 81 209
Binary 10000000 1010001 11010001
Octal 200 121 321

Shades and tints

Shades of #8051D1

#8051D1
(128,81,209)
#754ABE
(117,74,190)
#6A43AB
(106,67,171)
#5F3C98
(95,60,152)
#543585
(84,53,133)
#492E72
(73,46,114)
#3E275F
(62,39,95)
#33204C
(51,32,76)
#281939
(40,25,57)
#1D1226
(29,18,38)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #8051D1

#8051D1
(128,81,209)
#8B60D5
(139,96,213)
#966FD9
(150,111,217)
#A17EDD
(161,126,221)
#AC8DE1
(172,141,225)
#B79CE5
(183,156,229)
#C2ABE9
(194,171,233)
#CDBAED
(205,186,237)
#D8C9F1
(216,201,241)
#E3D8F5
(227,216,245)
#EEE7F9
(238,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8051D1 color. Also use rgb(128,81,209) instead hex code.

Text Font Color

.myTextColor { color: #8051D1; }

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

This text font color is #8051D1.

Background Color

.myBgColor { background-color: #8051D1; }

<div style="background-color:#8051D1">Inner text</div>

This div background color is #8051D1.

Border color

.myBorderColor { border: 1px solid #8051D1; }

<div style="border:3px solid #8051D1">Div</div>

This div border color is #8051D1.

Opacity

.myOpacity80 { color: #8051D1; opacity: 0.8; }

<p style="color:#8051D1;opacity:0.8;">80%</p>

Text with #8051D1 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 #8051D1;}

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

This text has shadow with #8051D1 color.


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

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

This text has shadow with #8051D1 primary color and red secondary color.


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

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

This text has shadow with #8051D1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8051D1.

Preview

Color preview on black background

This text has color #8051D1 on black background.


Color preview on white background

This text has color #8051D1 on white background.


Black color preview on #8051D1 background

This text has black color on #8051D1 background.


White color preview on #8051D1 background

This text has white color on #8051D1 background.


Related colors

Complementary color

Complementary color for #hex is #7FAE2E.


I love getcolorcode.com

Triadic colors

1 #D18051 and #51D180 with #8051D1 are triadic colors.

2 #D15180 and #5180D1 with #8051D1 are triadic colors.