COLOR #844BB1

HEX: #844BB1
RGB: (132,75,177)

Color info

#844BB1 contains mainly red and blue colors. Web safe color of #844BB1 is #993399 (or #939).

RGB color model

#844BB1 color RGB value is (132,75,177).

  • red value is 132;
  • green value is 75;
  • blue value is 177.
RGB:
(132,75,177)
(52%,29%,69%)

RGB channels and saturation

R 132 of 255 = 52%
G 75 of 255 = 29%
B 177 of 255 = 69%

132
75
177

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

Portions of RGB colors in percentages

R + G + B =
132 + 75 + 177 = 384 (100%)
R 132 of 384 ~ 34.38%
G 75 of 384 ~ 19.53%
B 177 of 384 ~ 46.09%

%34.38
%19.53
%46.09

CMYK color model

#844BB1 color CMYK value is (25,58,0,31).

  • cyan value is 25.42%
  • magenta value is 57.63%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(25,58,0,31)
C25M58Y0K31 
(25%,58%,0%,31%)
(0.25/0.58/0.00/0.31)	

CMYK percentages

%25.42
%57.63
%0
%30.59

Codes

Color #844BB1 in popluar color models

844BB1
RGB13275177
HSL274°40.48%49.41%
HSB/HSV274°57.63%69.41%
CMYK25.42%57.63%0.00%
30.59%

Color #844BB1 in popluar number systems.

HEX844BB1
Decimal13275177
Binary10000100100101110110001
Octal204113261

Shades and tints

Shades of #844BB1

#844BB1
(132,75,177)
#7845A1
(120,69,161)
#6C3F91
(108,63,145)
#603981
(96,57,129)
#543371
(84,51,113)
#482D61
(72,45,97)
#3C2751
(60,39,81)
#302141
(48,33,65)
#241B31
(36,27,49)
#181521
(24,21,33)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #844BB1

#844BB1
(132,75,177)
#8F5BB8
(143,91,184)
#9A6BBF
(154,107,191)
#A57BC6
(165,123,198)
#B08BCD
(176,139,205)
#BB9BD4
(187,155,212)
#C6ABDB
(198,171,219)
#D1BBE2
(209,187,226)
#DCCBE9
(220,203,233)
#E7DBF0
(231,219,240)
#F2EBF7
(242,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844BB1 color. Also use rgb(132,75,177) instead hex code.

Text Font Color

.myTextColor { color: #844BB1; }

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

This text font color is #844BB1.


Background Color

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

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

This div background color is #844BB1.


Border color

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

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

This div border color is #844BB1.


Opacity

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

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

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

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

This text has shadow with #844BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844BB1 on black background.


Color preview on white background

This text has color #844BB1 on white background.



Black color preview on #844BB1 background

This text has black color on #844BB1 background.


White color preview on #844BB1 background

This text has white color on #844BB1 background.