COLOR #946DAC

HEX: #946DAC RGB: (148,109,172)

Color info

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

RGB color model

#946DAC color RGB value is (148,109,172).

RGB: (148,109,172) (58%, 43%, 67%)

RGB channels and saturation

R 148 of 255 = 58%
G 109 of 255 = 43%
B 172 of 255 = 67%

148
109
172

R + G + B ~ 56%. #946DAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 109 + 172 = 429 (100%)
R 148 of 429 ~ 34.5%
G 109 of 429 ~ 25.41%
B 172 of 429 ~ 40.09'%

%34.5
%25.41
%40.09

CMYK color model

#946DAC color CMYK value is (14,37,0,33).

  • cyan value is 13.95%
  • magenta value is 36.63%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (14,37,0,33)
C14M37Y0K33 (14%, 37%, 0%, 33%)
(0.14 / 0.37 / 0.00 / 0.33)

CMYK percentages

%13.95
%36.63
%0
%32.55

Codes

Color #946DAC in popluar color models

94 6D AC
RGB 148 109 172
HSL 277° 27.51% 55.10%
HSB/HSV 277° 36.63% 67.45%
CMYK 13.95% 36.63% 0.00%
32.55%

Color #946DAC in popluar number systems.

HEX 94 6D AC
Decimal 148 109 172
Binary 10010100 1101101 10101100
Octal 224 155 254

Shades and tints

Shades of #946DAC

#946DAC
(148,109,172)
#87649D
(135,100,157)
#7A5B8E
(122,91,142)
#6D527F
(109,82,127)
#604970
(96,73,112)
#534061
(83,64,97)
#463752
(70,55,82)
#392E43
(57,46,67)
#2C2534
(44,37,52)
#1F1C25
(31,28,37)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #946DAC

#946DAC
(148,109,172)
#9D7AB3
(157,122,179)
#A687BA
(166,135,186)
#AF94C1
(175,148,193)
#B8A1C8
(184,161,200)
#C1AECF
(193,174,207)
#CABBD6
(202,187,214)
#D3C8DD
(211,200,221)
#DCD5E4
(220,213,228)
#E5E2EB
(229,226,235)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946DAC color. Also use rgb(148,109,172) instead hex code.

Text Font Color

.myTextColor { color: #946DAC; }

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

This text font color is #946DAC.

Background Color

.myBgColor { background-color: #946DAC; }

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

This div background color is #946DAC.

Border color

.myBorderColor { border: 1px solid #946DAC; }

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

This div border color is #946DAC.

Opacity

.myOpacity80 { color: #946DAC; opacity: 0.8; }

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

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

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

This text has shadow with #946DAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #946DAC.

Preview

Color preview on black background

This text has color #946DAC on black background.


Color preview on white background

This text has color #946DAC on white background.


Black color preview on #946DAC background

This text has black color on #946DAC background.


White color preview on #946DAC background

This text has white color on #946DAC background.


Related colors

Complementary color

Complementary color for #hex is #6B9253.


I love getcolorcode.com

Triadic colors

1 #AC946D and #6DAC94 with #946DAC are triadic colors.

2 #AC6D94 and #6D94AC with #946DAC are triadic colors.