COLOR #94649B

HEX: #94649B
RGB: (148,100,155)

Color info

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

RGB color model

#94649B color RGB value is (148,100,155).

  • red value is 148;
  • green value is 100;
  • blue value is 155.
RGB:
(148,100,155)
(58%,39%,61%)

RGB channels and saturation

R 148 of 255 = 58%
G 100 of 255 = 39%
B 155 of 255 = 61%

148
100
155

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

Portions of RGB colors in percentages

R + G + B =
148 + 100 + 155 = 403 (100%)
R 148 of 403 ~ 36.72%
G 100 of 403 ~ 24.81%
B 155 of 403 ~ 38.46%

%36.72
%24.81
%38.46

CMYK color model

#94649B color CMYK value is (5,35,0,39).

  • cyan value is 4.52%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(5,35,0,39)
C5M35Y0K39 
(5%,35%,0%,39%)
(0.05/0.35/0.00/0.39)	

CMYK percentages

%4.52
%35.48
%0
%39.22

Codes

Color #94649B in popluar color models

94649B
RGB148100155
HSL292°21.57%50.00%
HSB/HSV292°35.48%60.78%
CMYK4.52%35.48%0.00%
39.22%

Color #94649B in popluar number systems.

HEX94649B
Decimal148100155
Binary10010100110010010011011
Octal224144233

Shades and tints

Shades of #94649B

#94649B
(148,100,155)
#875B8D
(135,91,141)
#7A527F
(122,82,127)
#6D4971
(109,73,113)
#604063
(96,64,99)
#533755
(83,55,85)
#462E47
(70,46,71)
#392539
(57,37,57)
#2C1C2B
(44,28,43)
#1F131D
(31,19,29)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #94649B

#94649B
(148,100,155)
#9D72A4
(157,114,164)
#A680AD
(166,128,173)
#AF8EB6
(175,142,182)
#B89CBF
(184,156,191)
#C1AAC8
(193,170,200)
#CAB8D1
(202,184,209)
#D3C6DA
(211,198,218)
#DCD4E3
(220,212,227)
#E5E2EC
(229,226,236)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94649B color. Also use rgb(148,100,155) instead hex code.

Text Font Color

.myTextColor { color: #94649B; }

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

This text font color is #94649B.


Background Color

.myBgColor { background-color: #94649B; }

<div style="background-color:#94649B">Inner text</div>

This div background color is #94649B.


Border color

.myBorderColor { border: 1px solid #94649B; }

<div style="border:3px solid #94649B">Div</div>

This div border color is #94649B.


Opacity

.myOpacity80 { color: #94649B; opacity: 0.8; }

<p style="color:#94649B;opacity:0.8;">80%</p>

Text with #94649B 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 #94649B;}

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

This text has shadow with #94649B color.

.textShadow {text-shadow: 3px 3px 1px #94649B, 3px 3px 1px red;}

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

This text has shadow with #94649B primary color and red secondary color.


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

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

This text has shadow with #94649B and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #94649B;
-webkit-box-shadow: 1px 1px 3px 2px #94649B;
box-shadow:1px 1px 3px 2px #94649B;">
Div content here</div>
This div box has shadow with color #94649B.

Preview

Color preview on black background

This text has color #94649B on black background.


Color preview on white background

This text has color #94649B on white background.



Black color preview on #94649B background

This text has black color on #94649B background.


White color preview on #94649B background

This text has white color on #94649B background.