COLOR #946C8C

HEX: #946C8C RGB: (148,108,140)

Color info

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

RGB color model

#946C8C color RGB value is (148,108,140).

RGB: (148,108,140) (58%, 42%, 55%)

RGB channels and saturation

R 148 of 255 = 58%
G 108 of 255 = 42%
B 140 of 255 = 55%

148
108
140

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

Portions of RGB colors in percentages

R + G + B = 148 + 108 + 140 = 396 (100%)
R 148 of 396 ~ 37.37%
G 108 of 396 ~ 27.27%
B 140 of 396 ~ 35.35'%

%37.37
%27.27
%35.35

CMYK color model

#946C8C color CMYK value is (0,27,5,42).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 5.41%
  • key color value is 41.96%

CMYK: (0,27,5,42)
C0M27Y5K42 (0%, 27%, 5%, 42%)
(0.00 / 0.27 / 0.05 / 0.42)

CMYK percentages

%0
%27.03
%5.41
%41.96

Codes

Color #946C8C in popluar color models

94 6C 8C
RGB 148 108 140
HSL 312° 15.75% 50.20%
HSB/HSV 312° 27.03% 58.04%
CMYK 0.00% 27.03% 5.41%
41.96%

Color #946C8C in popluar number systems.

HEX 94 6C 8C
Decimal 148 108 140
Binary 10010100 1101100 10001100
Octal 224 154 214

Shades and tints

Shades of #946C8C

#946C8C
(148,108,140)
#876380
(135,99,128)
#7A5A74
(122,90,116)
#6D5168
(109,81,104)
#60485C
(96,72,92)
#533F50
(83,63,80)
#463644
(70,54,68)
#392D38
(57,45,56)
#2C242C
(44,36,44)
#1F1B20
(31,27,32)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #946C8C

#946C8C
(148,108,140)
#9D7996
(157,121,150)
#A686A0
(166,134,160)
#AF93AA
(175,147,170)
#B8A0B4
(184,160,180)
#C1ADBE
(193,173,190)
#CABAC8
(202,186,200)
#D3C7D2
(211,199,210)
#DCD4DC
(220,212,220)
#E5E1E6
(229,225,230)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946C8C color. Also use rgb(148,108,140) instead hex code.

Text Font Color

.myTextColor { color: #946C8C; }

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

This text font color is #946C8C.

Background Color

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

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

This div background color is #946C8C.

Border color

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

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

This div border color is #946C8C.

Opacity

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

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

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

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

This text has shadow with #946C8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #946C8C.

Preview

Color preview on black background

This text has color #946C8C on black background.


Color preview on white background

This text has color #946C8C on white background.


Black color preview on #946C8C background

This text has black color on #946C8C background.


White color preview on #946C8C background

This text has white color on #946C8C background.


Related colors

Complementary color

Complementary color for #hex is #6B9373.


I love getcolorcode.com

Triadic colors

1 #8C946C and #6C8C94 with #946C8C are triadic colors.

2 #8C6C94 and #6C948C with #946C8C are triadic colors.