COLOR #94667D

HEX: #94667D RGB: (148,102,125)

Color info

#94667D contains red, green and blue colors in about the same proportion. Web safe color of #94667D is #996666 (or #966).

RGB color model

#94667D color RGB value is (148,102,125).

RGB: (148,102,125) (58%, 40%, 49%)

RGB channels and saturation

R 148 of 255 = 58%
G 102 of 255 = 40%
B 125 of 255 = 49%

148
102
125

R + G + B ~ 49%. #94667D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 102 + 125 = 375 (100%)
R 148 of 375 ~ 39.47%
G 102 of 375 ~ 27.2%
B 125 of 375 ~ 33.33'%

%39.47
%27.2
%33.33

CMYK color model

#94667D color CMYK value is (0,31,16,42).

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 15.54%
  • key color value is 41.96%

CMYK: (0,31,16,42)
C0M31Y16K42 (0%, 31%, 16%, 42%)
(0.00 / 0.31 / 0.16 / 0.42)

CMYK percentages

%0
%31.08
%15.54
%41.96

Codes

Color #94667D in popluar color models

94 66 7D
RGB 148 102 125
HSL 330° 18.40% 49.02%
HSB/HSV 330° 31.08% 58.04%
CMYK 0.00% 31.08% 15.54%
41.96%

Color #94667D in popluar number systems.

HEX 94 66 7D
Decimal 148 102 125
Binary 10010100 1100110 1111101
Octal 224 146 175

Shades and tints

Shades of #94667D

#94667D
(148,102,125)
#875D72
(135,93,114)
#7A5467
(122,84,103)
#6D4B5C
(109,75,92)
#604251
(96,66,81)
#533946
(83,57,70)
#46303B
(70,48,59)
#392730
(57,39,48)
#2C1E25
(44,30,37)
#1F151A
(31,21,26)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #94667D

#94667D
(148,102,125)
#9D7388
(157,115,136)
#A68093
(166,128,147)
#AF8D9E
(175,141,158)
#B89AA9
(184,154,169)
#C1A7B4
(193,167,180)
#CAB4BF
(202,180,191)
#D3C1CA
(211,193,202)
#DCCED5
(220,206,213)
#E5DBE0
(229,219,224)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94667D color. Also use rgb(148,102,125) instead hex code.

Text Font Color

.myTextColor { color: #94667D; }

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

This text font color is #94667D.

Background Color

.myBgColor { background-color: #94667D; }

<div style="background-color:#94667D">Inner text</div>

This div background color is #94667D.

Border color

.myBorderColor { border: 1px solid #94667D; }

<div style="border:3px solid #94667D">Div</div>

This div border color is #94667D.

Opacity

.myOpacity80 { color: #94667D; opacity: 0.8; }

<p style="color:#94667D;opacity:0.8;">80%</p>

Text with #94667D 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 #94667D;}

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

This text has shadow with #94667D color.


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

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

This text has shadow with #94667D primary color and red secondary color.


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

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

This text has shadow with #94667D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #94667D.

Preview

Color preview on black background

This text has color #94667D on black background.


Color preview on white background

This text has color #94667D on white background.


Black color preview on #94667D background

This text has black color on #94667D background.


White color preview on #94667D background

This text has white color on #94667D background.


Related colors

Complementary color

Complementary color for #hex is #6B9982.


I love getcolorcode.com

Triadic colors

1 #7D9466 and #667D94 with #94667D are triadic colors.

2 #7D6694 and #66947D with #94667D are triadic colors.