COLOR #846294

HEX: #846294
RGB: (132,98,148)

Color info

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

RGB color model

#846294 color RGB value is (132,98,148).

  • red value is 132;
  • green value is 98;
  • blue value is 148.
RGB:
(132,98,148)
(52%,38%,58%)

RGB channels and saturation

R 132 of 255 = 52%
G 98 of 255 = 38%
B 148 of 255 = 58%

132
98
148

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

Portions of RGB colors in percentages

R + G + B =
132 + 98 + 148 = 378 (100%)
R 132 of 378 ~ 34.92%
G 98 of 378 ~ 25.93%
B 148 of 378 ~ 39.15%

%34.92
%25.93
%39.15

CMYK color model

#846294 color CMYK value is (11,34,0,42).

  • cyan value is 10.81%
  • magenta value is 33.78%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(11,34,0,42)
C11M34Y0K42 
(11%,34%,0%,42%)
(0.11/0.34/0.00/0.42)	

CMYK percentages

%10.81
%33.78
%0
%41.96

Codes

Color #846294 in popluar color models

846294
RGB13298148
HSL281°20.33%48.24%
HSB/HSV281°33.78%58.04%
CMYK10.81%33.78%0.00%
41.96%

Color #846294 in popluar number systems.

HEX846294
Decimal13298148
Binary10000100110001010010100
Octal204142224

Shades and tints

Shades of #846294

#846294
(132,98,148)
#785A87
(120,90,135)
#6C527A
(108,82,122)
#604A6D
(96,74,109)
#544260
(84,66,96)
#483A53
(72,58,83)
#3C3246
(60,50,70)
#302A39
(48,42,57)
#24222C
(36,34,44)
#181A1F
(24,26,31)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #846294

#846294
(132,98,148)
#8F709D
(143,112,157)
#9A7EA6
(154,126,166)
#A58CAF
(165,140,175)
#B09AB8
(176,154,184)
#BBA8C1
(187,168,193)
#C6B6CA
(198,182,202)
#D1C4D3
(209,196,211)
#DCD2DC
(220,210,220)
#E7E0E5
(231,224,229)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846294 color. Also use rgb(132,98,148) instead hex code.

Text Font Color

.myTextColor { color: #846294; }

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

This text font color is #846294.


Background Color

.myBgColor { background-color: #846294; }

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

This div background color is #846294.


Border color

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

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

This div border color is #846294.


Opacity

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

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

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

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

This text has shadow with #846294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846294 on black background.


Color preview on white background

This text has color #846294 on white background.



Black color preview on #846294 background

This text has black color on #846294 background.


White color preview on #846294 background

This text has white color on #846294 background.