COLOR #846291

HEX: #846291
RGB: (132,98,145)

Color info

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

RGB color model

#846291 color RGB value is (132,98,145).

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

RGB channels and saturation

R 132 of 255 = 52%
G 98 of 255 = 38%
B 145 of 255 = 57%

132
98
145

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

Portions of RGB colors in percentages

R + G + B =
132 + 98 + 145 = 375 (100%)
R 132 of 375 ~ 35.2%
G 98 of 375 ~ 26.13%
B 145 of 375 ~ 38.67%

%35.2
%26.13
%38.67

CMYK color model

#846291 color CMYK value is (9,32,0,43).

  • cyan value is 8.97%
  • magenta value is 32.41%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(9,32,0,43)
C9M32Y0K43 
(9%,32%,0%,43%)
(0.09/0.32/0.00/0.43)	

CMYK percentages

%8.97
%32.41
%0
%43.14

Codes

Color #846291 in popluar color models

846291
RGB13298145
HSL283°19.34%47.65%
HSB/HSV283°32.41%56.86%
CMYK8.97%32.41%0.00%
43.14%

Color #846291 in popluar number systems.

HEX846291
Decimal13298145
Binary10000100110001010010001
Octal204142221

Shades and tints

Shades of #846291

#846291
(132,98,145)
#785A84
(120,90,132)
#6C5277
(108,82,119)
#604A6A
(96,74,106)
#54425D
(84,66,93)
#483A50
(72,58,80)
#3C3243
(60,50,67)
#302A36
(48,42,54)
#242229
(36,34,41)
#181A1C
(24,26,28)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #846291

#846291
(132,98,145)
#8F709B
(143,112,155)
#9A7EA5
(154,126,165)
#A58CAF
(165,140,175)
#B09AB9
(176,154,185)
#BBA8C3
(187,168,195)
#C6B6CD
(198,182,205)
#D1C4D7
(209,196,215)
#DCD2E1
(220,210,225)
#E7E0EB
(231,224,235)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846291; }

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

This text font color is #846291.


Background Color

.myBgColor { background-color: #846291; }

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

This div background color is #846291.


Border color

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

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

This div border color is #846291.


Opacity

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

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

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

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

This text has shadow with #846291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846291 on black background.


Color preview on white background

This text has color #846291 on white background.



Black color preview on #846291 background

This text has black color on #846291 background.


White color preview on #846291 background

This text has white color on #846291 background.