COLOR #946B99

HEX: #946B99 RGB: (148,107,153)

Color info

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

RGB color model

#946B99 color RGB value is (148,107,153).

RGB: (148,107,153) (58%, 42%, 60%)

RGB channels and saturation

R 148 of 255 = 58%
G 107 of 255 = 42%
B 153 of 255 = 60%

148
107
153

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

Portions of RGB colors in percentages

R + G + B = 148 + 107 + 153 = 408 (100%)
R 148 of 408 ~ 36.27%
G 107 of 408 ~ 26.23%
B 153 of 408 ~ 37.5'%

%36.27
%26.23
%37.5

CMYK color model

#946B99 color CMYK value is (3,30,0,40).

  • cyan value is 3.27%
  • magenta value is 30.07%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (3,30,0,40)
C3M30Y0K40 (3%, 30%, 0%, 40%)
(0.03 / 0.30 / 0.00 / 0.40)

CMYK percentages

%3.27
%30.07
%0
%40

Codes

Color #946B99 in popluar color models

94 6B 99
RGB 148 107 153
HSL 293° 18.40% 50.98%
HSB/HSV 293° 30.07% 60.00%
CMYK 3.27% 30.07% 0.00%
40.00%

Color #946B99 in popluar number systems.

HEX 94 6B 99
Decimal 148 107 153
Binary 10010100 1101011 10011001
Octal 224 153 231

Shades and tints

Shades of #946B99

#946B99
(148,107,153)
#87628C
(135,98,140)
#7A597F
(122,89,127)
#6D5072
(109,80,114)
#604765
(96,71,101)
#533E58
(83,62,88)
#46354B
(70,53,75)
#392C3E
(57,44,62)
#2C2331
(44,35,49)
#1F1A24
(31,26,36)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #946B99

#946B99
(148,107,153)
#9D78A2
(157,120,162)
#A685AB
(166,133,171)
#AF92B4
(175,146,180)
#B89FBD
(184,159,189)
#C1ACC6
(193,172,198)
#CAB9CF
(202,185,207)
#D3C6D8
(211,198,216)
#DCD3E1
(220,211,225)
#E5E0EA
(229,224,234)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946B99 color. Also use rgb(148,107,153) instead hex code.

Text Font Color

.myTextColor { color: #946B99; }

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

This text font color is #946B99.

Background Color

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

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

This div background color is #946B99.

Border color

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

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

This div border color is #946B99.

Opacity

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

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

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

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

This text has shadow with #946B99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #946B99.

Preview

Color preview on black background

This text has color #946B99 on black background.


Color preview on white background

This text has color #946B99 on white background.


Black color preview on #946B99 background

This text has black color on #946B99 background.


White color preview on #946B99 background

This text has white color on #946B99 background.


Related colors

Complementary color

Complementary color for #hex is #6B9466.


I love getcolorcode.com

Triadic colors

1 #99946B and #6B9994 with #946B99 are triadic colors.

2 #996B94 and #6B9499 with #946B99 are triadic colors.