COLOR #946EA7

HEX: #946EA7
RGB: (148,110,167)

Color info

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

RGB color model

#946EA7 color RGB value is (148,110,167).

  • red value is 148;
  • green value is 110;
  • blue value is 167.
RGB:
(148,110,167)
(58%,43%,65%)

RGB channels and saturation

R 148 of 255 = 58%
G 110 of 255 = 43%
B 167 of 255 = 65%

148
110
167

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

Portions of RGB colors in percentages

R + G + B =
148 + 110 + 167 = 425 (100%)
R 148 of 425 ~ 34.82%
G 110 of 425 ~ 25.88%
B 167 of 425 ~ 39.29%

%34.82
%25.88
%39.29

CMYK color model

#946EA7 color CMYK value is (11,34,0,35).

  • cyan value is 11.38%
  • magenta value is 34.13%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(11,34,0,35)
C11M34Y0K35 
(11%,34%,0%,35%)
(0.11/0.34/0.00/0.35)	

CMYK percentages

%11.38
%34.13
%0
%34.51

Codes

Color #946EA7 in popluar color models

946EA7
RGB148110167
HSL280°24.46%54.31%
HSB/HSV280°34.13%65.49%
CMYK11.38%34.13%0.00%
34.51%

Color #946EA7 in popluar number systems.

HEX946EA7
Decimal148110167
Binary10010100110111010100111
Octal224156247

Shades and tints

Shades of #946EA7

#946EA7
(148,110,167)
#876498
(135,100,152)
#7A5A89
(122,90,137)
#6D507A
(109,80,122)
#60466B
(96,70,107)
#533C5C
(83,60,92)
#46324D
(70,50,77)
#39283E
(57,40,62)
#2C1E2F
(44,30,47)
#1F1420
(31,20,32)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #946EA7

#946EA7
(148,110,167)
#9D7BAF
(157,123,175)
#A688B7
(166,136,183)
#AF95BF
(175,149,191)
#B8A2C7
(184,162,199)
#C1AFCF
(193,175,207)
#CABCD7
(202,188,215)
#D3C9DF
(211,201,223)
#DCD6E7
(220,214,231)
#E5E3EF
(229,227,239)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946EA7 color. Also use rgb(148,110,167) instead hex code.

Text Font Color

.myTextColor { color: #946EA7; }

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

This text font color is #946EA7.


Background Color

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

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

This div background color is #946EA7.


Border color

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

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

This div border color is #946EA7.


Opacity

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

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

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

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

This text has shadow with #946EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946EA7 on black background.


Color preview on white background

This text has color #946EA7 on white background.



Black color preview on #946EA7 background

This text has black color on #946EA7 background.


White color preview on #946EA7 background

This text has white color on #946EA7 background.