COLOR #846ACA

HEX: #846ACA RGB: (132,106,202)

Color info

#846ACA contains mainly blue color. Web safe color of #846ACA is #9966CC (or #96C).

RGB color model

#846ACA color RGB value is (132,106,202).

RGB: (132,106,202) (52%, 42%, 79%)

RGB channels and saturation

R 132 of 255 = 52%
G 106 of 255 = 42%
B 202 of 255 = 79%

132
106
202

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

Portions of RGB colors in percentages

R + G + B = 132 + 106 + 202 = 440 (100%)
R 132 of 440 ~ 30%
G 106 of 440 ~ 24.09%
B 202 of 440 ~ 45.91'%

%30
%24.09
%45.91

CMYK color model

#846ACA color CMYK value is (35,48,0,21).

  • cyan value is 34.65%
  • magenta value is 47.52%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (35,48,0,21) C35M48Y0K21 (35%,48%,0%,21%) (0.35/0.48/0.00/0.21) 

CMYK percentages

%34.65
%47.52
%0
%20.78

Codes

Color #846ACA in popluar color models

84 6A CA
RGB 132 106 202
HSL 256° 47.52% 60.39%
HSB/HSV 256° 47.52% 79.22%
CMYK 34.65% 47.52% 0.00%
20.78%

Color #846ACA in popluar number systems.

HEX 84 6A CA
Decimal 132 106 202
Binary 10000100 1101010 11001010
Octal 204 152 312

Shades and tints

Shades of #846ACA

#846ACA
(132,106,202)
#7861B8
(120,97,184)
#6C58A6
(108,88,166)
#604F94
(96,79,148)
#544682
(84,70,130)
#483D70
(72,61,112)
#3C345E
(60,52,94)
#302B4C
(48,43,76)
#24223A
(36,34,58)
#181928
(24,25,40)
#0C1016
(12,16,22)
#000000
(0,0,0)

Tints of #846ACA

#846ACA
(132,106,202)
#8F77CE
(143,119,206)
#9A84D2
(154,132,210)
#A591D6
(165,145,214)
#B09EDA
(176,158,218)
#BBABDE
(187,171,222)
#C6B8E2
(198,184,226)
#D1C5E6
(209,197,230)
#DCD2EA
(220,210,234)
#E7DFEE
(231,223,238)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846ACA; }

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

This text font color is #846ACA.

Background Color

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

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

This div background color is #846ACA.

Border color

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

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

This div border color is #846ACA.

Opacity

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

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

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

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

This text has shadow with #846ACA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #846ACA.

Preview

Color preview on black background

This text has color #846ACA on black background.


Color preview on white background

This text has color #846ACA on white background.


Black color preview on #846ACA background

This text has black color on #846ACA background.


White color preview on #846ACA background

This text has white color on #846ACA background.


Related colors

Complementary color

Complementary color for #hex is #7B9535.


I love getcolorcode.com

Triadic colors

1 #CA846A and #6ACA84 with #846ACA are triadic colors.

2 #CA6A84 and #6A84CA with #846ACA are triadic colors.