COLOR #884FD1

HEX: #884FD1 RGB: (136,79,209)

Color info

#884FD1 contains mainly blue color. Web safe color of #884FD1 is #9966CC (or #96C).

RGB color model

#884FD1 color RGB value is (136,79,209).

RGB: (136,79,209) (53%, 31%, 82%)

RGB channels and saturation

R 136 of 255 = 53%
G 79 of 255 = 31%
B 209 of 255 = 82%

136
79
209

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

Portions of RGB colors in percentages

R + G + B = 136 + 79 + 209 = 424 (100%)
R 136 of 424 ~ 32.08%
G 79 of 424 ~ 18.63%
B 209 of 424 ~ 49.29'%

%32.08
%18.63
%49.29

CMYK color model

#884FD1 color CMYK value is (35,62,0,18).

  • cyan value is 34.93%
  • magenta value is 62.20%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (35,62,0,18)
C35M62Y0K18 (35%, 62%, 0%, 18%)
(0.35 / 0.62 / 0.00 / 0.18)

CMYK percentages

%34.93
%62.2
%0
%18.04

Codes

Color #884FD1 in popluar color models

88 4F D1
RGB 136 79 209
HSL 266° 58.56% 56.47%
HSB/HSV 266° 62.20% 81.96%
CMYK 34.93% 62.20% 0.00%
18.04%

Color #884FD1 in popluar number systems.

HEX 88 4F D1
Decimal 136 79 209
Binary 10001000 1001111 11010001
Octal 210 117 321

Shades and tints

Shades of #884FD1

#884FD1
(136,79,209)
#7C48BE
(124,72,190)
#7041AB
(112,65,171)
#643A98
(100,58,152)
#583385
(88,51,133)
#4C2C72
(76,44,114)
#40255F
(64,37,95)
#341E4C
(52,30,76)
#281739
(40,23,57)
#1C1026
(28,16,38)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #884FD1

#884FD1
(136,79,209)
#925FD5
(146,95,213)
#9C6FD9
(156,111,217)
#A67FDD
(166,127,221)
#B08FE1
(176,143,225)
#BA9FE5
(186,159,229)
#C4AFE9
(196,175,233)
#CEBFED
(206,191,237)
#D8CFF1
(216,207,241)
#E2DFF5
(226,223,245)
#ECEFF9
(236,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884FD1 color. Also use rgb(136,79,209) instead hex code.

Text Font Color

.myTextColor { color: #884FD1; }

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

This text font color is #884FD1.

Background Color

.myBgColor { background-color: #884FD1; }

<div style="background-color:#884FD1">Inner text</div>

This div background color is #884FD1.

Border color

.myBorderColor { border: 1px solid #884FD1; }

<div style="border:3px solid #884FD1">Div</div>

This div border color is #884FD1.

Opacity

.myOpacity80 { color: #884FD1; opacity: 0.8; }

<p style="color:#884FD1;opacity:0.8;">80%</p>

Text with #884FD1 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 #884FD1;}

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

This text has shadow with #884FD1 color.


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

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

This text has shadow with #884FD1 primary color and red secondary color.


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

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

This text has shadow with #884FD1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #884FD1.

Preview

Color preview on black background

This text has color #884FD1 on black background.


Color preview on white background

This text has color #884FD1 on white background.


Black color preview on #884FD1 background

This text has black color on #884FD1 background.


White color preview on #884FD1 background

This text has white color on #884FD1 background.


Related colors

Complementary color

Complementary color for #hex is #77B02E.


I love getcolorcode.com

Triadic colors

1 #D1884F and #4FD188 with #884FD1 are triadic colors.

2 #D14F88 and #4F88D1 with #884FD1 are triadic colors.