COLOR #846FA9

HEX: #846FA9
RGB: (132,111,169)

Color info

#846FA9 contains red, green and blue colors in about the same proportion. Web safe color of #846FA9 is #996699 (or #969).

RGB color model

#846FA9 color RGB value is (132,111,169).

  • red value is 132;
  • green value is 111;
  • blue value is 169.
RGB:
(132,111,169)
(52%,44%,66%)

RGB channels and saturation

R 132 of 255 = 52%
G 111 of 255 = 44%
B 169 of 255 = 66%

132
111
169

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

Portions of RGB colors in percentages

R + G + B =
132 + 111 + 169 = 412 (100%)
R 132 of 412 ~ 32.04%
G 111 of 412 ~ 26.94%
B 169 of 412 ~ 41.02%

%32.04
%26.94
%41.02

CMYK color model

#846FA9 color CMYK value is (22,34,0,34).

  • cyan value is 21.89%
  • magenta value is 34.32%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(22,34,0,34)
C22M34Y0K34 
(22%,34%,0%,34%)
(0.22/0.34/0.00/0.34)	

CMYK percentages

%21.89
%34.32
%0
%33.73

Codes

Color #846FA9 in popluar color models

846FA9
RGB132111169
HSL262°25.22%54.90%
HSB/HSV262°34.32%66.27%
CMYK21.89%34.32%0.00%
33.73%

Color #846FA9 in popluar number systems.

HEX846FA9
Decimal132111169
Binary10000100110111110101001
Octal204157251

Shades and tints

Shades of #846FA9

#846FA9
(132,111,169)
#78659A
(120,101,154)
#6C5B8B
(108,91,139)
#60517C
(96,81,124)
#54476D
(84,71,109)
#483D5E
(72,61,94)
#3C334F
(60,51,79)
#302940
(48,41,64)
#241F31
(36,31,49)
#181522
(24,21,34)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #846FA9

#846FA9
(132,111,169)
#8F7CB0
(143,124,176)
#9A89B7
(154,137,183)
#A596BE
(165,150,190)
#B0A3C5
(176,163,197)
#BBB0CC
(187,176,204)
#C6BDD3
(198,189,211)
#D1CADA
(209,202,218)
#DCD7E1
(220,215,225)
#E7E4E8
(231,228,232)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846FA9 color. Also use rgb(132,111,169) instead hex code.

Text Font Color

.myTextColor { color: #846FA9; }

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

This text font color is #846FA9.


Background Color

.myBgColor { background-color: #846FA9; }

<div style="background-color:#846FA9">Inner text</div>

This div background color is #846FA9.


Border color

.myBorderColor { border: 1px solid #846FA9; }

<div style="border:3px solid #846FA9">Div</div>

This div border color is #846FA9.


Opacity

.myOpacity80 { color: #846FA9; opacity: 0.8; }

<p style="color:#846FA9;opacity:0.8;">80%</p>

Text with #846FA9 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 #846FA9;}

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

This text has shadow with #846FA9 color.

.textShadow {text-shadow: 3px 3px 1px #846FA9, 3px 3px 1px red;}

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

This text has shadow with #846FA9 primary color and red secondary color.


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

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

This text has shadow with #846FA9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846FA9 on black background.


Color preview on white background

This text has color #846FA9 on white background.



Black color preview on #846FA9 background

This text has black color on #846FA9 background.


White color preview on #846FA9 background

This text has white color on #846FA9 background.