COLOR #846AAA

HEX: #846AAA RGB: (132,106,170)

Color info

#846AAA contains mainly red and blue colors. Web safe color of #846AAA is #996699 (or #969).

RGB color model

#846AAA color RGB value is (132,106,170).

RGB: (132,106,170) (52%, 42%, 67%)

RGB channels and saturation

R 132 of 255 = 52%
G 106 of 255 = 42%
B 170 of 255 = 67%

132
106
170

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

Portions of RGB colors in percentages

R + G + B = 132 + 106 + 170 = 408 (100%)
R 132 of 408 ~ 32.35%
G 106 of 408 ~ 25.98%
B 170 of 408 ~ 41.67'%

%32.35
%25.98
%41.67

CMYK color model

#846AAA color CMYK value is (22,38,0,33).

  • cyan value is 22.35%
  • magenta value is 37.65%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (22,38,0,33)
C22M38Y0K33 (22%, 38%, 0%, 33%)
(0.22 / 0.38 / 0.00 / 0.33)

CMYK percentages

%22.35
%37.65
%0
%33.33

Codes

Color #846AAA in popluar color models

84 6A AA
RGB 132 106 170
HSL 264° 27.35% 54.12%
HSB/HSV 264° 37.65% 66.67%
CMYK 22.35% 37.65% 0.00%
33.33%

Color #846AAA in popluar number systems.

HEX 84 6A AA
Decimal 132 106 170
Binary 10000100 1101010 10101010
Octal 204 152 252

Shades and tints

Shades of #846AAA

#846AAA
(132,106,170)
#78619B
(120,97,155)
#6C588C
(108,88,140)
#604F7D
(96,79,125)
#54466E
(84,70,110)
#483D5F
(72,61,95)
#3C3450
(60,52,80)
#302B41
(48,43,65)
#242232
(36,34,50)
#181923
(24,25,35)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #846AAA

#846AAA
(132,106,170)
#8F77B1
(143,119,177)
#9A84B8
(154,132,184)
#A591BF
(165,145,191)
#B09EC6
(176,158,198)
#BBABCD
(187,171,205)
#C6B8D4
(198,184,212)
#D1C5DB
(209,197,219)
#DCD2E2
(220,210,226)
#E7DFE9
(231,223,233)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846AAA color. Also use rgb(132,106,170) instead hex code.

Text Font Color

.myTextColor { color: #846AAA; }

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

This text font color is #846AAA.

Background Color

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

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

This div background color is #846AAA.

Border color

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

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

This div border color is #846AAA.

Opacity

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

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

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

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

This text has shadow with #846AAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #846AAA.

Preview

Color preview on black background

This text has color #846AAA on black background.


Color preview on white background

This text has color #846AAA on white background.


Black color preview on #846AAA background

This text has black color on #846AAA background.


White color preview on #846AAA background

This text has white color on #846AAA background.


Related colors

Complementary color

Complementary color for #hex is #7B9555.


I love getcolorcode.com

Triadic colors

1 #AA846A and #6AAA84 with #846AAA are triadic colors.

2 #AA6A84 and #6A84AA with #846AAA are triadic colors.