COLOR #884FC6

HEX: #884FC6
RGB: (136,79,198)

Color info

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

RGB color model

#884FC6 color RGB value is (136,79,198).

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

RGB channels and saturation

R 136 of 255 = 53%
G 79 of 255 = 31%
B 198 of 255 = 78%

136
79
198

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

Portions of RGB colors in percentages

R + G + B =
136 + 79 + 198 = 413 (100%)
R 136 of 413 ~ 32.93%
G 79 of 413 ~ 19.13%
B 198 of 413 ~ 47.94%

%32.93
%19.13
%47.94

CMYK color model

#884FC6 color CMYK value is (31,60,0,22).

  • cyan value is 31.31%
  • magenta value is 60.10%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(31,60,0,22)
C31M60Y0K22 
(31%,60%,0%,22%)
(0.31/0.60/0.00/0.22)	

CMYK percentages

%31.31
%60.1
%0
%22.35

Codes

Color #884FC6 in popluar color models

884FC6
RGB13679198
HSL269°51.07%54.31%
HSB/HSV269°60.10%77.65%
CMYK31.31%60.10%0.00%
22.35%

Color #884FC6 in popluar number systems.

HEX884FC6
Decimal13679198
Binary10001000100111111000110
Octal210117306

Shades and tints

Shades of #884FC6

#884FC6
(136,79,198)
#7C48B4
(124,72,180)
#7041A2
(112,65,162)
#643A90
(100,58,144)
#58337E
(88,51,126)
#4C2C6C
(76,44,108)
#40255A
(64,37,90)
#341E48
(52,30,72)
#281736
(40,23,54)
#1C1024
(28,16,36)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #884FC6

#884FC6
(136,79,198)
#925FCB
(146,95,203)
#9C6FD0
(156,111,208)
#A67FD5
(166,127,213)
#B08FDA
(176,143,218)
#BA9FDF
(186,159,223)
#C4AFE4
(196,175,228)
#CEBFE9
(206,191,233)
#D8CFEE
(216,207,238)
#E2DFF3
(226,223,243)
#ECEFF8
(236,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884FC6; }

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

This text font color is #884FC6.


Background Color

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

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

This div background color is #884FC6.


Border color

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

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

This div border color is #884FC6.


Opacity

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

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

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

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

This text has shadow with #884FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884FC6 on black background.


Color preview on white background

This text has color #884FC6 on white background.



Black color preview on #884FC6 background

This text has black color on #884FC6 background.


White color preview on #884FC6 background

This text has white color on #884FC6 background.