COLOR #946C91

HEX: #946C91
RGB: (148,108,145)

Color info

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

RGB color model

#946C91 color RGB value is (148,108,145).

  • red value is 148;
  • green value is 108;
  • blue value is 145.
RGB:
(148,108,145)
(58%,42%,57%)

RGB channels and saturation

R 148 of 255 = 58%
G 108 of 255 = 42%
B 145 of 255 = 57%

148
108
145

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

Portions of RGB colors in percentages

R + G + B =
148 + 108 + 145 = 401 (100%)
R 148 of 401 ~ 36.91%
G 108 of 401 ~ 26.93%
B 145 of 401 ~ 36.16%

%36.91
%26.93
%36.16

CMYK color model

#946C91 color CMYK value is (0,27,2,42).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 2.03%
  • key color value is 41.96%
CMYK:
(0,27,2,42)
C0M27Y2K42 
(0%,27%,2%,42%)
(0.00/0.27/0.02/0.42)	

CMYK percentages

%0
%27.03
%2.03
%41.96

Codes

Color #946C91 in popluar color models

946C91
RGB148108145
HSL305°15.75%50.20%
HSB/HSV305°27.03%58.04%
CMYK0.00%27.03%2.03%
41.96%

Color #946C91 in popluar number systems.

HEX946C91
Decimal148108145
Binary10010100110110010010001
Octal224154221

Shades and tints

Shades of #946C91

#946C91
(148,108,145)
#876384
(135,99,132)
#7A5A77
(122,90,119)
#6D516A
(109,81,106)
#60485D
(96,72,93)
#533F50
(83,63,80)
#463643
(70,54,67)
#392D36
(57,45,54)
#2C2429
(44,36,41)
#1F1B1C
(31,27,28)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #946C91

#946C91
(148,108,145)
#9D799B
(157,121,155)
#A686A5
(166,134,165)
#AF93AF
(175,147,175)
#B8A0B9
(184,160,185)
#C1ADC3
(193,173,195)
#CABACD
(202,186,205)
#D3C7D7
(211,199,215)
#DCD4E1
(220,212,225)
#E5E1EB
(229,225,235)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946C91 color. Also use rgb(148,108,145) instead hex code.

Text Font Color

.myTextColor { color: #946C91; }

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

This text font color is #946C91.


Background Color

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

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

This div background color is #946C91.


Border color

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

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

This div border color is #946C91.


Opacity

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

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

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

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

This text has shadow with #946C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946C91 on black background.


Color preview on white background

This text has color #946C91 on white background.



Black color preview on #946C91 background

This text has black color on #946C91 background.


White color preview on #946C91 background

This text has white color on #946C91 background.