COLOR #846C9C

HEX: #846C9C
RGB: (132,108,156)

Color info

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

RGB color model

#846C9C color RGB value is (132,108,156).

  • red value is 132;
  • green value is 108;
  • blue value is 156.
RGB:
(132,108,156)
(52%,42%,61%)

RGB channels and saturation

R 132 of 255 = 52%
G 108 of 255 = 42%
B 156 of 255 = 61%

132
108
156

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

Portions of RGB colors in percentages

R + G + B =
132 + 108 + 156 = 396 (100%)
R 132 of 396 ~ 33.33%
G 108 of 396 ~ 27.27%
B 156 of 396 ~ 39.39%

%33.33
%27.27
%39.39

CMYK color model

#846C9C color CMYK value is (15,31,0,39).

  • cyan value is 15.38%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(15,31,0,39)
C15M31Y0K39 
(15%,31%,0%,39%)
(0.15/0.31/0.00/0.39)	

CMYK percentages

%15.38
%30.77
%0
%38.82

Codes

Color #846C9C in popluar color models

846C9C
RGB132108156
HSL270°19.51%51.76%
HSB/HSV270°30.77%61.18%
CMYK15.38%30.77%0.00%
38.82%

Color #846C9C in popluar number systems.

HEX846C9C
Decimal132108156
Binary10000100110110010011100
Octal204154234

Shades and tints

Shades of #846C9C

#846C9C
(132,108,156)
#78638E
(120,99,142)
#6C5A80
(108,90,128)
#605172
(96,81,114)
#544864
(84,72,100)
#483F56
(72,63,86)
#3C3648
(60,54,72)
#302D3A
(48,45,58)
#24242C
(36,36,44)
#181B1E
(24,27,30)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #846C9C

#846C9C
(132,108,156)
#8F79A5
(143,121,165)
#9A86AE
(154,134,174)
#A593B7
(165,147,183)
#B0A0C0
(176,160,192)
#BBADC9
(187,173,201)
#C6BAD2
(198,186,210)
#D1C7DB
(209,199,219)
#DCD4E4
(220,212,228)
#E7E1ED
(231,225,237)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846C9C color. Also use rgb(132,108,156) instead hex code.

Text Font Color

.myTextColor { color: #846C9C; }

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

This text font color is #846C9C.


Background Color

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

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

This div background color is #846C9C.


Border color

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

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

This div border color is #846C9C.


Opacity

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

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

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

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

This text has shadow with #846C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846C9C on black background.


Color preview on white background

This text has color #846C9C on white background.



Black color preview on #846C9C background

This text has black color on #846C9C background.


White color preview on #846C9C background

This text has white color on #846C9C background.