COLOR #946B93

HEX: #946B93 RGB: (148,107,147)

Color info

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

RGB color model

#946B93 color RGB value is (148,107,147).

RGB: (148,107,147) (58%, 42%, 58%)

RGB channels and saturation

R 148 of 255 = 58%
G 107 of 255 = 42%
B 147 of 255 = 58%

148
107
147

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

Portions of RGB colors in percentages

R + G + B = 148 + 107 + 147 = 402 (100%)
R 148 of 402 ~ 36.82%
G 107 of 402 ~ 26.62%
B 147 of 402 ~ 36.57'%

%36.82
%26.62
%36.57

CMYK color model

#946B93 color CMYK value is (0,28,1,42).

  • cyan value is 0.00%
  • magenta value is 27.70%
  • yellow value is 0.68%
  • key color value is 41.96%
CMYK: (0,28,1,42) C0M28Y1K42 (0%,28%,1%,42%) (0.00/0.28/0.01/0.42) 

CMYK percentages

%0
%27.7
%0.68
%41.96

Codes

Color #946B93 in popluar color models

94 6B 93
RGB 148 107 147
HSL 301° 16.08% 50.00%
HSB/HSV 301° 27.70% 58.04%
CMYK 0.00% 27.70% 0.68%
41.96%

Color #946B93 in popluar number systems.

HEX 94 6B 93
Decimal 148 107 147
Binary 10010100 1101011 10010011
Octal 224 153 223

Shades and tints

Shades of #946B93

#946B93
(148,107,147)
#876286
(135,98,134)
#7A5979
(122,89,121)
#6D506C
(109,80,108)
#60475F
(96,71,95)
#533E52
(83,62,82)
#463545
(70,53,69)
#392C38
(57,44,56)
#2C232B
(44,35,43)
#1F1A1E
(31,26,30)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #946B93

#946B93
(148,107,147)
#9D789C
(157,120,156)
#A685A5
(166,133,165)
#AF92AE
(175,146,174)
#B89FB7
(184,159,183)
#C1ACC0
(193,172,192)
#CAB9C9
(202,185,201)
#D3C6D2
(211,198,210)
#DCD3DB
(220,211,219)
#E5E0E4
(229,224,228)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946B93; }

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

This text font color is #946B93.

Background Color

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

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

This div background color is #946B93.

Border color

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

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

This div border color is #946B93.

Opacity

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

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

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

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

This text has shadow with #946B93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #946B93.

Preview

Color preview on black background

This text has color #946B93 on black background.


Color preview on white background

This text has color #946B93 on white background.


Black color preview on #946B93 background

This text has black color on #946B93 background.


White color preview on #946B93 background

This text has white color on #946B93 background.


Related colors

Complementary color

Complementary color for #hex is #6B946C.


I love getcolorcode.com

Triadic colors

1 #93946B and #6B9394 with #946B93 are triadic colors.

2 #936B94 and #6B9493 with #946B93 are triadic colors.