COLOR #947C9E

HEX: #947C9E RGB: (148,124,158)

Color info

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

RGB color model

#947C9E color RGB value is (148,124,158).

RGB: (148,124,158) (58%, 49%, 62%)

RGB channels and saturation

R 148 of 255 = 58%
G 124 of 255 = 49%
B 158 of 255 = 62%

148
124
158

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

Portions of RGB colors in percentages

R + G + B = 148 + 124 + 158 = 430 (100%)
R 148 of 430 ~ 34.42%
G 124 of 430 ~ 28.84%
B 158 of 430 ~ 36.74'%

%34.42
%28.84
%36.74

CMYK color model

#947C9E color CMYK value is (6,22,0,38).

  • cyan value is 6.33%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (6,22,0,38)
C6M22Y0K38 (6%, 22%, 0%, 38%)
(0.06 / 0.22 / 0.00 / 0.38)

CMYK percentages

%6.33
%21.52
%0
%38.04

Codes

Color #947C9E in popluar color models

94 7C 9E
RGB 148 124 158
HSL 282° 14.91% 55.29%
HSB/HSV 282° 21.52% 61.96%
CMYK 6.33% 21.52% 0.00%
38.04%

Color #947C9E in popluar number systems.

HEX 94 7C 9E
Decimal 148 124 158
Binary 10010100 1111100 10011110
Octal 224 174 236

Shades and tints

Shades of #947C9E

#947C9E
(148,124,158)
#877190
(135,113,144)
#7A6682
(122,102,130)
#6D5B74
(109,91,116)
#605066
(96,80,102)
#534558
(83,69,88)
#463A4A
(70,58,74)
#392F3C
(57,47,60)
#2C242E
(44,36,46)
#1F1920
(31,25,32)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #947C9E

#947C9E
(148,124,158)
#9D87A6
(157,135,166)
#A692AE
(166,146,174)
#AF9DB6
(175,157,182)
#B8A8BE
(184,168,190)
#C1B3C6
(193,179,198)
#CABECE
(202,190,206)
#D3C9D6
(211,201,214)
#DCD4DE
(220,212,222)
#E5DFE6
(229,223,230)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947C9E color. Also use rgb(148,124,158) instead hex code.

Text Font Color

.myTextColor { color: #947C9E; }

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

This text font color is #947C9E.

Background Color

.myBgColor { background-color: #947C9E; }

<div style="background-color:#947C9E">Inner text</div>

This div background color is #947C9E.

Border color

.myBorderColor { border: 1px solid #947C9E; }

<div style="border:3px solid #947C9E">Div</div>

This div border color is #947C9E.

Opacity

.myOpacity80 { color: #947C9E; opacity: 0.8; }

<p style="color:#947C9E;opacity:0.8;">80%</p>

Text with #947C9E 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 #947C9E;}

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

This text has shadow with #947C9E color.


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

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

This text has shadow with #947C9E primary color and red secondary color.


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

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

This text has shadow with #947C9E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #947C9E.

Preview

Color preview on black background

This text has color #947C9E on black background.


Color preview on white background

This text has color #947C9E on white background.


Black color preview on #947C9E background

This text has black color on #947C9E background.


White color preview on #947C9E background

This text has white color on #947C9E background.


Related colors

Complementary color

Complementary color for #hex is #6B8361.


I love getcolorcode.com

Triadic colors

1 #9E947C and #7C9E94 with #947C9E are triadic colors.

2 #9E7C94 and #7C949E with #947C9E are triadic colors.