COLOR #844B9F

HEX: #844B9F
RGB: (132,75,159)

Color info

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

RGB color model

#844B9F color RGB value is (132,75,159).

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

RGB channels and saturation

R 132 of 255 = 52%
G 75 of 255 = 29%
B 159 of 255 = 62%

132
75
159

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

Portions of RGB colors in percentages

R + G + B =
132 + 75 + 159 = 366 (100%)
R 132 of 366 ~ 36.07%
G 75 of 366 ~ 20.49%
B 159 of 366 ~ 43.44%

%36.07
%20.49
%43.44

CMYK color model

#844B9F color CMYK value is (17,53,0,38).

  • cyan value is 16.98%
  • magenta value is 52.83%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(17,53,0,38)
C17M53Y0K38 
(17%,53%,0%,38%)
(0.17/0.53/0.00/0.38)	

CMYK percentages

%16.98
%52.83
%0
%37.65

Codes

Color #844B9F in popluar color models

844B9F
RGB13275159
HSL281°35.90%45.88%
HSB/HSV281°52.83%62.35%
CMYK16.98%52.83%0.00%
37.65%

Color #844B9F in popluar number systems.

HEX844B9F
Decimal13275159
Binary10000100100101110011111
Octal204113237

Shades and tints

Shades of #844B9F

#844B9F
(132,75,159)
#784591
(120,69,145)
#6C3F83
(108,63,131)
#603975
(96,57,117)
#543367
(84,51,103)
#482D59
(72,45,89)
#3C274B
(60,39,75)
#30213D
(48,33,61)
#241B2F
(36,27,47)
#181521
(24,21,33)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #844B9F

#844B9F
(132,75,159)
#8F5BA7
(143,91,167)
#9A6BAF
(154,107,175)
#A57BB7
(165,123,183)
#B08BBF
(176,139,191)
#BB9BC7
(187,155,199)
#C6ABCF
(198,171,207)
#D1BBD7
(209,187,215)
#DCCBDF
(220,203,223)
#E7DBE7
(231,219,231)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844B9F; }

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

This text font color is #844B9F.


Background Color

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

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

This div background color is #844B9F.


Border color

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

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

This div border color is #844B9F.


Opacity

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

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

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

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

This text has shadow with #844B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844B9F on black background.


Color preview on white background

This text has color #844B9F on white background.



Black color preview on #844B9F background

This text has black color on #844B9F background.


White color preview on #844B9F background

This text has white color on #844B9F background.