COLOR #846189

HEX: #846189
RGB: (132,97,137)

Color info

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

RGB color model

#846189 color RGB value is (132,97,137).

  • red value is 132;
  • green value is 97;
  • blue value is 137.
RGB:
(132,97,137)
(52%,38%,54%)

RGB channels and saturation

R 132 of 255 = 52%
G 97 of 255 = 38%
B 137 of 255 = 54%

132
97
137

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

Portions of RGB colors in percentages

R + G + B =
132 + 97 + 137 = 366 (100%)
R 132 of 366 ~ 36.07%
G 97 of 366 ~ 26.5%
B 137 of 366 ~ 37.43%

%36.07
%26.5
%37.43

CMYK color model

#846189 color CMYK value is (4,29,0,46).

  • cyan value is 3.65%
  • magenta value is 29.20%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(4,29,0,46)
C4M29Y0K46 
(4%,29%,0%,46%)
(0.04/0.29/0.00/0.46)	

CMYK percentages

%3.65
%29.2
%0
%46.27

Codes

Color #846189 in popluar color models

846189
RGB13297137
HSL293°17.09%45.88%
HSB/HSV293°29.20%53.73%
CMYK3.65%29.20%0.00%
46.27%

Color #846189 in popluar number systems.

HEX846189
Decimal13297137
Binary10000100110000110001001
Octal204141211

Shades and tints

Shades of #846189

#846189
(132,97,137)
#78597D
(120,89,125)
#6C5171
(108,81,113)
#604965
(96,73,101)
#544159
(84,65,89)
#48394D
(72,57,77)
#3C3141
(60,49,65)
#302935
(48,41,53)
#242129
(36,33,41)
#18191D
(24,25,29)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #846189

#846189
(132,97,137)
#8F6F93
(143,111,147)
#9A7D9D
(154,125,157)
#A58BA7
(165,139,167)
#B099B1
(176,153,177)
#BBA7BB
(187,167,187)
#C6B5C5
(198,181,197)
#D1C3CF
(209,195,207)
#DCD1D9
(220,209,217)
#E7DFE3
(231,223,227)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846189 color. Also use rgb(132,97,137) instead hex code.

Text Font Color

.myTextColor { color: #846189; }

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

This text font color is #846189.


Background Color

.myBgColor { background-color: #846189; }

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

This div background color is #846189.


Border color

.myBorderColor { border: 1px solid #846189; }

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

This div border color is #846189.


Opacity

.myOpacity80 { color: #846189; opacity: 0.8; }

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

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

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

This text has shadow with #846189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846189 on black background.


Color preview on white background

This text has color #846189 on white background.



Black color preview on #846189 background

This text has black color on #846189 background.


White color preview on #846189 background

This text has white color on #846189 background.