COLOR #946F93

HEX: #946F93
RGB: (148,111,147)

Color info

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

RGB color model

#946F93 color RGB value is (148,111,147).

  • red value is 148;
  • green value is 111;
  • blue value is 147.
RGB:
(148,111,147)
(58%,44%,58%)

RGB channels and saturation

R 148 of 255 = 58%
G 111 of 255 = 44%
B 147 of 255 = 58%

148
111
147

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

Portions of RGB colors in percentages

R + G + B =
148 + 111 + 147 = 406 (100%)
R 148 of 406 ~ 36.45%
G 111 of 406 ~ 27.34%
B 147 of 406 ~ 36.21%

%36.45
%27.34
%36.21

CMYK color model

#946F93 color CMYK value is (0,25,1,42).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 0.68%
  • key color value is 41.96%
CMYK:
(0,25,1,42)
C0M25Y1K42 
(0%,25%,1%,42%)
(0.00/0.25/0.01/0.42)	

CMYK percentages

%0
%25
%0.68
%41.96

Codes

Color #946F93 in popluar color models

946F93
RGB148111147
HSL302°14.74%50.78%
HSB/HSV302°25.00%58.04%
CMYK0.00%25.00%0.68%
41.96%

Color #946F93 in popluar number systems.

HEX946F93
Decimal148111147
Binary10010100110111110010011
Octal224157223

Shades and tints

Shades of #946F93

#946F93
(148,111,147)
#876586
(135,101,134)
#7A5B79
(122,91,121)
#6D516C
(109,81,108)
#60475F
(96,71,95)
#533D52
(83,61,82)
#463345
(70,51,69)
#392938
(57,41,56)
#2C1F2B
(44,31,43)
#1F151E
(31,21,30)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #946F93

#946F93
(148,111,147)
#9D7C9C
(157,124,156)
#A689A5
(166,137,165)
#AF96AE
(175,150,174)
#B8A3B7
(184,163,183)
#C1B0C0
(193,176,192)
#CABDC9
(202,189,201)
#D3CAD2
(211,202,210)
#DCD7DB
(220,215,219)
#E5E4E4
(229,228,228)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946F93; }

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

This text font color is #946F93.


Background Color

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

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

This div background color is #946F93.


Border color

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

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

This div border color is #946F93.


Opacity

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

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

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

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

This text has shadow with #946F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946F93 on black background.


Color preview on white background

This text has color #946F93 on white background.



Black color preview on #946F93 background

This text has black color on #946F93 background.


White color preview on #946F93 background

This text has white color on #946F93 background.