COLOR #946EA0

HEX: #946EA0
RGB: (148,110,160)

Color info

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

RGB color model

#946EA0 color RGB value is (148,110,160).

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

RGB channels and saturation

R 148 of 255 = 58%
G 110 of 255 = 43%
B 160 of 255 = 63%

148
110
160

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

Portions of RGB colors in percentages

R + G + B =
148 + 110 + 160 = 418 (100%)
R 148 of 418 ~ 35.41%
G 110 of 418 ~ 26.32%
B 160 of 418 ~ 38.28%

%35.41
%26.32
%38.28

CMYK color model

#946EA0 color CMYK value is (7,31,0,37).

  • cyan value is 7.50%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(7,31,0,37)
C7M31Y0K37 
(7%,31%,0%,37%)
(0.07/0.31/0.00/0.37)	

CMYK percentages

%7.5
%31.25
%0
%37.25

Codes

Color #946EA0 in popluar color models

946EA0
RGB148110160
HSL286°20.83%52.94%
HSB/HSV286°31.25%62.75%
CMYK7.50%31.25%0.00%
37.25%

Color #946EA0 in popluar number systems.

HEX946EA0
Decimal148110160
Binary10010100110111010100000
Octal224156240

Shades and tints

Shades of #946EA0

#946EA0
(148,110,160)
#876492
(135,100,146)
#7A5A84
(122,90,132)
#6D5076
(109,80,118)
#604668
(96,70,104)
#533C5A
(83,60,90)
#46324C
(70,50,76)
#39283E
(57,40,62)
#2C1E30
(44,30,48)
#1F1422
(31,20,34)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #946EA0

#946EA0
(148,110,160)
#9D7BA8
(157,123,168)
#A688B0
(166,136,176)
#AF95B8
(175,149,184)
#B8A2C0
(184,162,192)
#C1AFC8
(193,175,200)
#CABCD0
(202,188,208)
#D3C9D8
(211,201,216)
#DCD6E0
(220,214,224)
#E5E3E8
(229,227,232)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946EA0; }

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

This text font color is #946EA0.


Background Color

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

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

This div background color is #946EA0.


Border color

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

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

This div border color is #946EA0.


Opacity

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

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

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

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

This text has shadow with #946EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946EA0 on black background.


Color preview on white background

This text has color #946EA0 on white background.



Black color preview on #946EA0 background

This text has black color on #946EA0 background.


White color preview on #946EA0 background

This text has white color on #946EA0 background.