COLOR #844CF6

HEX: #844CF6
RGB: (132,76,246)

Color info

#844CF6 contains mainly blue color. Web safe color of #844CF6 is #9933FF (or #93F).

RGB color model

#844CF6 color RGB value is (132,76,246).

  • red value is 132;
  • green value is 76;
  • blue value is 246.
RGB:
(132,76,246)
(52%,30%,96%)

RGB channels and saturation

R 132 of 255 = 52%
G 76 of 255 = 30%
B 246 of 255 = 96%

132
76
246

R + G + B ~ 59%. #844CF6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 76 + 246 = 454 (100%)
R 132 of 454 ~ 29.07%
G 76 of 454 ~ 16.74%
B 246 of 454 ~ 54.19%

%29.07
%16.74
%54.19

CMYK color model

#844CF6 color CMYK value is (46,69,0,4).

  • cyan value is 46.34%
  • magenta value is 69.11%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(46,69,0,4)
C46M69Y0K4 
(46%,69%,0%,4%)
(0.46/0.69/0.00/0.04)	

CMYK percentages

%46.34
%69.11
%0
%3.53

Codes

Color #844CF6 in popluar color models

844CF6
RGB13276246
HSL260°90.43%63.14%
HSB/HSV260°69.11%96.47%
CMYK46.34%69.11%0.00%
3.53%

Color #844CF6 in popluar number systems.

HEX844CF6
Decimal13276246
Binary10000100100110011110110
Octal204114366

Shades and tints

Shades of #844CF6

#844CF6
(132,76,246)
#7846E0
(120,70,224)
#6C40CA
(108,64,202)
#603AB4
(96,58,180)
#54349E
(84,52,158)
#482E88
(72,46,136)
#3C2872
(60,40,114)
#30225C
(48,34,92)
#241C46
(36,28,70)
#181630
(24,22,48)
#0C101A
(12,16,26)
#000000
(0,0,0)

Tints of #844CF6

#844CF6
(132,76,246)
#8F5CF6
(143,92,246)
#9A6CF6
(154,108,246)
#A57CF6
(165,124,246)
#B08CF6
(176,140,246)
#BB9CF6
(187,156,246)
#C6ACF6
(198,172,246)
#D1BCF6
(209,188,246)
#DCCCF6
(220,204,246)
#E7DCF6
(231,220,246)
#F2ECF6
(242,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844CF6 color. Also use rgb(132,76,246) instead hex code.

Text Font Color

.myTextColor { color: #844CF6; }

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

This text font color is #844CF6.


Background Color

.myBgColor { background-color: #844CF6; }

<div style="background-color:#844CF6">Inner text</div>

This div background color is #844CF6.


Border color

.myBorderColor { border: 1px solid #844CF6; }

<div style="border:3px solid #844CF6">Div</div>

This div border color is #844CF6.


Opacity

.myOpacity80 { color: #844CF6; opacity: 0.8; }

<p style="color:#844CF6;opacity:0.8;">80%</p>

Text with #844CF6 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 #844CF6;}

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

This text has shadow with #844CF6 color.

.textShadow {text-shadow: 3px 3px 1px #844CF6, 3px 3px 1px red;}

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

This text has shadow with #844CF6 primary color and red secondary color.


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

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

This text has shadow with #844CF6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844CF6 on black background.


Color preview on white background

This text has color #844CF6 on white background.



Black color preview on #844CF6 background

This text has black color on #844CF6 background.


White color preview on #844CF6 background

This text has white color on #844CF6 background.