COLOR #846F92

HEX: #846F92
RGB: (132,111,146)

Color info

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

RGB color model

#846F92 color RGB value is (132,111,146).

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

RGB channels and saturation

R 132 of 255 = 52%
G 111 of 255 = 44%
B 146 of 255 = 57%

132
111
146

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

Portions of RGB colors in percentages

R + G + B =
132 + 111 + 146 = 389 (100%)
R 132 of 389 ~ 33.93%
G 111 of 389 ~ 28.53%
B 146 of 389 ~ 37.53%

%33.93
%28.53
%37.53

CMYK color model

#846F92 color CMYK value is (10,24,0,43).

  • cyan value is 9.59%
  • magenta value is 23.97%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(10,24,0,43)
C10M24Y0K43 
(10%,24%,0%,43%)
(0.10/0.24/0.00/0.43)	

CMYK percentages

%9.59
%23.97
%0
%42.75

Codes

Color #846F92 in popluar color models

846F92
RGB132111146
HSL276°13.83%50.39%
HSB/HSV276°23.97%57.25%
CMYK9.59%23.97%0.00%
42.75%

Color #846F92 in popluar number systems.

HEX846F92
Decimal132111146
Binary10000100110111110010010
Octal204157222

Shades and tints

Shades of #846F92

#846F92
(132,111,146)
#786585
(120,101,133)
#6C5B78
(108,91,120)
#60516B
(96,81,107)
#54475E
(84,71,94)
#483D51
(72,61,81)
#3C3344
(60,51,68)
#302937
(48,41,55)
#241F2A
(36,31,42)
#18151D
(24,21,29)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #846F92

#846F92
(132,111,146)
#8F7C9B
(143,124,155)
#9A89A4
(154,137,164)
#A596AD
(165,150,173)
#B0A3B6
(176,163,182)
#BBB0BF
(187,176,191)
#C6BDC8
(198,189,200)
#D1CAD1
(209,202,209)
#DCD7DA
(220,215,218)
#E7E4E3
(231,228,227)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846F92; }

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

This text font color is #846F92.


Background Color

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

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

This div background color is #846F92.


Border color

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

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

This div border color is #846F92.


Opacity

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

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

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

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

This text has shadow with #846F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846F92 on black background.


Color preview on white background

This text has color #846F92 on white background.



Black color preview on #846F92 background

This text has black color on #846F92 background.


White color preview on #846F92 background

This text has white color on #846F92 background.