COLOR #846B9F

HEX: #846B9F
RGB: (132,107,159)

Color info

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

RGB color model

#846B9F color RGB value is (132,107,159).

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

RGB channels and saturation

R 132 of 255 = 52%
G 107 of 255 = 42%
B 159 of 255 = 62%

132
107
159

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

Portions of RGB colors in percentages

R + G + B =
132 + 107 + 159 = 398 (100%)
R 132 of 398 ~ 33.17%
G 107 of 398 ~ 26.88%
B 159 of 398 ~ 39.95%

%33.17
%26.88
%39.95

CMYK color model

#846B9F color CMYK value is (17,33,0,38).

  • cyan value is 16.98%
  • magenta value is 32.70%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(17,33,0,38)
C17M33Y0K38 
(17%,33%,0%,38%)
(0.17/0.33/0.00/0.38)	

CMYK percentages

%16.98
%32.7
%0
%37.65

Codes

Color #846B9F in popluar color models

846B9F
RGB132107159
HSL269°21.31%52.16%
HSB/HSV269°32.70%62.35%
CMYK16.98%32.70%0.00%
37.65%

Color #846B9F in popluar number systems.

HEX846B9F
Decimal132107159
Binary10000100110101110011111
Octal204153237

Shades and tints

Shades of #846B9F

#846B9F
(132,107,159)
#786291
(120,98,145)
#6C5983
(108,89,131)
#605075
(96,80,117)
#544767
(84,71,103)
#483E59
(72,62,89)
#3C354B
(60,53,75)
#302C3D
(48,44,61)
#24232F
(36,35,47)
#181A21
(24,26,33)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #846B9F

#846B9F
(132,107,159)
#8F78A7
(143,120,167)
#9A85AF
(154,133,175)
#A592B7
(165,146,183)
#B09FBF
(176,159,191)
#BBACC7
(187,172,199)
#C6B9CF
(198,185,207)
#D1C6D7
(209,198,215)
#DCD3DF
(220,211,223)
#E7E0E7
(231,224,231)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846B9F; }

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

This text font color is #846B9F.


Background Color

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

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

This div background color is #846B9F.


Border color

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

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

This div border color is #846B9F.


Opacity

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

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

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

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

This text has shadow with #846B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846B9F on black background.


Color preview on white background

This text has color #846B9F on white background.



Black color preview on #846B9F background

This text has black color on #846B9F background.


White color preview on #846B9F background

This text has white color on #846B9F background.