COLOR #946F8D

HEX: #946F8D RGB: (148,111,141)

Color info

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

RGB color model

#946F8D color RGB value is (148,111,141).

RGB: (148,111,141) (58%, 44%, 55%)

RGB channels and saturation

R 148 of 255 = 58%
G 111 of 255 = 44%
B 141 of 255 = 55%

148
111
141

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

Portions of RGB colors in percentages

R + G + B = 148 + 111 + 141 = 400 (100%)
R 148 of 400 ~ 37%
G 111 of 400 ~ 27.75%
B 141 of 400 ~ 35.25'%

%37
%27.75
%35.25

CMYK color model

#946F8D color CMYK value is (0,25,5,42).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 4.73%
  • key color value is 41.96%

CMYK: (0,25,5,42)
C0M25Y5K42 (0%, 25%, 5%, 42%)
(0.00 / 0.25 / 0.05 / 0.42)

CMYK percentages

%0
%25
%4.73
%41.96

Codes

Color #946F8D in popluar color models

94 6F 8D
RGB 148 111 141
HSL 311° 14.74% 50.78%
HSB/HSV 311° 25.00% 58.04%
CMYK 0.00% 25.00% 4.73%
41.96%

Color #946F8D in popluar number systems.

HEX 94 6F 8D
Decimal 148 111 141
Binary 10010100 1101111 10001101
Octal 224 157 215

Shades and tints

Shades of #946F8D

#946F8D
(148,111,141)
#876581
(135,101,129)
#7A5B75
(122,91,117)
#6D5169
(109,81,105)
#60475D
(96,71,93)
#533D51
(83,61,81)
#463345
(70,51,69)
#392939
(57,41,57)
#2C1F2D
(44,31,45)
#1F1521
(31,21,33)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #946F8D

#946F8D
(148,111,141)
#9D7C97
(157,124,151)
#A689A1
(166,137,161)
#AF96AB
(175,150,171)
#B8A3B5
(184,163,181)
#C1B0BF
(193,176,191)
#CABDC9
(202,189,201)
#D3CAD3
(211,202,211)
#DCD7DD
(220,215,221)
#E5E4E7
(229,228,231)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946F8D color. Also use rgb(148,111,141) instead hex code.

Text Font Color

.myTextColor { color: #946F8D; }

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

This text font color is #946F8D.

Background Color

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

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

This div background color is #946F8D.

Border color

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

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

This div border color is #946F8D.

Opacity

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

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

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

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

This text has shadow with #946F8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #946F8D.

Preview

Color preview on black background

This text has color #946F8D on black background.


Color preview on white background

This text has color #946F8D on white background.


Black color preview on #946F8D background

This text has black color on #946F8D background.


White color preview on #946F8D background

This text has white color on #946F8D background.


Related colors

Complementary color

Complementary color for #hex is #6B9072.


I love getcolorcode.com

Triadic colors

1 #8D946F and #6F8D94 with #946F8D are triadic colors.

2 #8D6F94 and #6F948D with #946F8D are triadic colors.