COLOR #884FC0

HEX: #884FC0
RGB: (136,79,192)

Color info

#884FC0 contains mainly red and blue colors. Web safe color of #884FC0 is #9966CC (or #96C).

RGB color model

#884FC0 color RGB value is (136,79,192).

  • red value is 136;
  • green value is 79;
  • blue value is 192.
RGB:
(136,79,192)
(53%,31%,75%)

RGB channels and saturation

R 136 of 255 = 53%
G 79 of 255 = 31%
B 192 of 255 = 75%

136
79
192

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

Portions of RGB colors in percentages

R + G + B =
136 + 79 + 192 = 407 (100%)
R 136 of 407 ~ 33.42%
G 79 of 407 ~ 19.41%
B 192 of 407 ~ 47.17%

%33.42
%19.41
%47.17

CMYK color model

#884FC0 color CMYK value is (29,59,0,25).

  • cyan value is 29.17%
  • magenta value is 58.85%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(29,59,0,25)
C29M59Y0K25 
(29%,59%,0%,25%)
(0.29/0.59/0.00/0.25)	

CMYK percentages

%29.17
%58.85
%0
%24.71

Codes

Color #884FC0 in popluar color models

884FC0
RGB13679192
HSL270°47.28%53.14%
HSB/HSV270°58.85%75.29%
CMYK29.17%58.85%0.00%
24.71%

Color #884FC0 in popluar number systems.

HEX884FC0
Decimal13679192
Binary10001000100111111000000
Octal210117300

Shades and tints

Shades of #884FC0

#884FC0
(136,79,192)
#7C48AF
(124,72,175)
#70419E
(112,65,158)
#643A8D
(100,58,141)
#58337C
(88,51,124)
#4C2C6B
(76,44,107)
#40255A
(64,37,90)
#341E49
(52,30,73)
#281738
(40,23,56)
#1C1027
(28,16,39)
#100916
(16,9,22)
#000000
(0,0,0)

Tints of #884FC0

#884FC0
(136,79,192)
#925FC5
(146,95,197)
#9C6FCA
(156,111,202)
#A67FCF
(166,127,207)
#B08FD4
(176,143,212)
#BA9FD9
(186,159,217)
#C4AFDE
(196,175,222)
#CEBFE3
(206,191,227)
#D8CFE8
(216,207,232)
#E2DFED
(226,223,237)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884FC0; }

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

This text font color is #884FC0.


Background Color

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

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

This div background color is #884FC0.


Border color

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

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

This div border color is #884FC0.


Opacity

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

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

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

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

This text has shadow with #884FC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884FC0 on black background.


Color preview on white background

This text has color #884FC0 on white background.



Black color preview on #884FC0 background

This text has black color on #884FC0 background.


White color preview on #884FC0 background

This text has white color on #884FC0 background.