COLOR #846590

HEX: #846590
RGB: (132,101,144)

Color info

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

RGB color model

#846590 color RGB value is (132,101,144).

  • red value is 132;
  • green value is 101;
  • blue value is 144.
RGB:
(132,101,144)
(52%,40%,56%)

RGB channels and saturation

R 132 of 255 = 52%
G 101 of 255 = 40%
B 144 of 255 = 56%

132
101
144

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

Portions of RGB colors in percentages

R + G + B =
132 + 101 + 144 = 377 (100%)
R 132 of 377 ~ 35.01%
G 101 of 377 ~ 26.79%
B 144 of 377 ~ 38.2%

%35.01
%26.79
%38.2

CMYK color model

#846590 color CMYK value is (8,30,0,44).

  • cyan value is 8.33%
  • magenta value is 29.86%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(8,30,0,44)
C8M30Y0K44 
(8%,30%,0%,44%)
(0.08/0.30/0.00/0.44)	

CMYK percentages

%8.33
%29.86
%0
%43.53

Codes

Color #846590 in popluar color models

846590
RGB132101144
HSL283°17.55%48.04%
HSB/HSV283°29.86%56.47%
CMYK8.33%29.86%0.00%
43.53%

Color #846590 in popluar number systems.

HEX846590
Decimal132101144
Binary10000100110010110010000
Octal204145220

Shades and tints

Shades of #846590

#846590
(132,101,144)
#785C83
(120,92,131)
#6C5376
(108,83,118)
#604A69
(96,74,105)
#54415C
(84,65,92)
#48384F
(72,56,79)
#3C2F42
(60,47,66)
#302635
(48,38,53)
#241D28
(36,29,40)
#18141B
(24,20,27)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #846590

#846590
(132,101,144)
#8F739A
(143,115,154)
#9A81A4
(154,129,164)
#A58FAE
(165,143,174)
#B09DB8
(176,157,184)
#BBABC2
(187,171,194)
#C6B9CC
(198,185,204)
#D1C7D6
(209,199,214)
#DCD5E0
(220,213,224)
#E7E3EA
(231,227,234)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846590 color. Also use rgb(132,101,144) instead hex code.

Text Font Color

.myTextColor { color: #846590; }

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

This text font color is #846590.


Background Color

.myBgColor { background-color: #846590; }

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

This div background color is #846590.


Border color

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

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

This div border color is #846590.


Opacity

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

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

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

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

This text has shadow with #846590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846590 on black background.


Color preview on white background

This text has color #846590 on white background.



Black color preview on #846590 background

This text has black color on #846590 background.


White color preview on #846590 background

This text has white color on #846590 background.