COLOR #946D91

HEX: #946D91 RGB: (148,109,145)

Color info

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

RGB color model

#946D91 color RGB value is (148,109,145).

RGB: (148,109,145) (58%, 43%, 57%)

RGB channels and saturation

R 148 of 255 = 58%
G 109 of 255 = 43%
B 145 of 255 = 57%

148
109
145

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

Portions of RGB colors in percentages

R + G + B = 148 + 109 + 145 = 402 (100%)
R 148 of 402 ~ 36.82%
G 109 of 402 ~ 27.11%
B 145 of 402 ~ 36.07'%

%36.82
%27.11
%36.07

CMYK color model

#946D91 color CMYK value is (0,26,2,42).

  • cyan value is 0.00%
  • magenta value is 26.35%
  • yellow value is 2.03%
  • key color value is 41.96%

CMYK: (0,26,2,42)
C0M26Y2K42 (0%, 26%, 2%, 42%)
(0.00 / 0.26 / 0.02 / 0.42)

CMYK percentages

%0
%26.35
%2.03
%41.96

Codes

Color #946D91 in popluar color models

94 6D 91
RGB 148 109 145
HSL 305° 15.42% 50.39%
HSB/HSV 305° 26.35% 58.04%
CMYK 0.00% 26.35% 2.03%
41.96%

Color #946D91 in popluar number systems.

HEX 94 6D 91
Decimal 148 109 145
Binary 10010100 1101101 10010001
Octal 224 155 221

Shades and tints

Shades of #946D91

#946D91
(148,109,145)
#876484
(135,100,132)
#7A5B77
(122,91,119)
#6D526A
(109,82,106)
#60495D
(96,73,93)
#534050
(83,64,80)
#463743
(70,55,67)
#392E36
(57,46,54)
#2C2529
(44,37,41)
#1F1C1C
(31,28,28)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #946D91

#946D91
(148,109,145)
#9D7A9B
(157,122,155)
#A687A5
(166,135,165)
#AF94AF
(175,148,175)
#B8A1B9
(184,161,185)
#C1AEC3
(193,174,195)
#CABBCD
(202,187,205)
#D3C8D7
(211,200,215)
#DCD5E1
(220,213,225)
#E5E2EB
(229,226,235)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946D91; }

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

This text font color is #946D91.

Background Color

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

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

This div background color is #946D91.

Border color

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

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

This div border color is #946D91.

Opacity

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

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

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

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

This text has shadow with #946D91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #946D91.

Preview

Color preview on black background

This text has color #946D91 on black background.


Color preview on white background

This text has color #946D91 on white background.


Black color preview on #946D91 background

This text has black color on #946D91 background.


White color preview on #946D91 background

This text has white color on #946D91 background.


Related colors

Complementary color

Complementary color for #hex is #6B926E.


I love getcolorcode.com

Triadic colors

1 #91946D and #6D9194 with #946D91 are triadic colors.

2 #916D94 and #6D9491 with #946D91 are triadic colors.