COLOR #946EA6

HEX: #946EA6 RGB: (148,110,166)

Color info

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

RGB color model

#946EA6 color RGB value is (148,110,166).

RGB: (148,110,166) (58%, 43%, 65%)

RGB channels and saturation

R 148 of 255 = 58%
G 110 of 255 = 43%
B 166 of 255 = 65%

148
110
166

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

Portions of RGB colors in percentages

R + G + B = 148 + 110 + 166 = 424 (100%)
R 148 of 424 ~ 34.91%
G 110 of 424 ~ 25.94%
B 166 of 424 ~ 39.15'%

%34.91
%25.94
%39.15

CMYK color model

#946EA6 color CMYK value is (11,34,0,35).

  • cyan value is 10.84%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (11,34,0,35)
C11M34Y0K35 (11%, 34%, 0%, 35%)
(0.11 / 0.34 / 0.00 / 0.35)

CMYK percentages

%10.84
%33.73
%0
%34.9

Codes

Color #946EA6 in popluar color models

94 6E A6
RGB 148 110 166
HSL 281° 23.93% 54.12%
HSB/HSV 281° 33.73% 65.10%
CMYK 10.84% 33.73% 0.00%
34.90%

Color #946EA6 in popluar number systems.

HEX 94 6E A6
Decimal 148 110 166
Binary 10010100 1101110 10100110
Octal 224 156 246

Shades and tints

Shades of #946EA6

#946EA6
(148,110,166)
#876497
(135,100,151)
#7A5A88
(122,90,136)
#6D5079
(109,80,121)
#60466A
(96,70,106)
#533C5B
(83,60,91)
#46324C
(70,50,76)
#39283D
(57,40,61)
#2C1E2E
(44,30,46)
#1F141F
(31,20,31)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #946EA6

#946EA6
(148,110,166)
#9D7BAE
(157,123,174)
#A688B6
(166,136,182)
#AF95BE
(175,149,190)
#B8A2C6
(184,162,198)
#C1AFCE
(193,175,206)
#CABCD6
(202,188,214)
#D3C9DE
(211,201,222)
#DCD6E6
(220,214,230)
#E5E3EE
(229,227,238)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946EA6 color. Also use rgb(148,110,166) instead hex code.

Text Font Color

.myTextColor { color: #946EA6; }

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

This text font color is #946EA6.

Background Color

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

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

This div background color is #946EA6.

Border color

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

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

This div border color is #946EA6.

Opacity

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

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

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

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

This text has shadow with #946EA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #946EA6.

Preview

Color preview on black background

This text has color #946EA6 on black background.


Color preview on white background

This text has color #946EA6 on white background.


Black color preview on #946EA6 background

This text has black color on #946EA6 background.


White color preview on #946EA6 background

This text has white color on #946EA6 background.


Related colors

Complementary color

Complementary color for #hex is #6B9159.


I love getcolorcode.com

Triadic colors

1 #A6946E and #6EA694 with #946EA6 are triadic colors.

2 #A66E94 and #6E94A6 with #946EA6 are triadic colors.