COLOR #946EC0

HEX: #946EC0
RGB: (148,110,192)

Color info

#946EC0 contains mainly red and blue colors. Web safe color of #946EC0 is #9966CC (or #96C).

RGB color model

#946EC0 color RGB value is (148,110,192).

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

RGB channels and saturation

R 148 of 255 = 58%
G 110 of 255 = 43%
B 192 of 255 = 75%

148
110
192

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

Portions of RGB colors in percentages

R + G + B =
148 + 110 + 192 = 450 (100%)
R 148 of 450 ~ 32.89%
G 110 of 450 ~ 24.44%
B 192 of 450 ~ 42.67%

%32.89
%24.44
%42.67

CMYK color model

#946EC0 color CMYK value is (23,43,0,25).

  • cyan value is 22.92%
  • magenta value is 42.71%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(23,43,0,25)
C23M43Y0K25 
(23%,43%,0%,25%)
(0.23/0.43/0.00/0.25)	

CMYK percentages

%22.92
%42.71
%0
%24.71

Codes

Color #946EC0 in popluar color models

946EC0
RGB148110192
HSL268°39.42%59.22%
HSB/HSV268°42.71%75.29%
CMYK22.92%42.71%0.00%
24.71%

Color #946EC0 in popluar number systems.

HEX946EC0
Decimal148110192
Binary10010100110111011000000
Octal224156300

Shades and tints

Shades of #946EC0

#946EC0
(148,110,192)
#8764AF
(135,100,175)
#7A5A9E
(122,90,158)
#6D508D
(109,80,141)
#60467C
(96,70,124)
#533C6B
(83,60,107)
#46325A
(70,50,90)
#392849
(57,40,73)
#2C1E38
(44,30,56)
#1F1427
(31,20,39)
#120A16
(18,10,22)
#000000
(0,0,0)

Tints of #946EC0

#946EC0
(148,110,192)
#9D7BC5
(157,123,197)
#A688CA
(166,136,202)
#AF95CF
(175,149,207)
#B8A2D4
(184,162,212)
#C1AFD9
(193,175,217)
#CABCDE
(202,188,222)
#D3C9E3
(211,201,227)
#DCD6E8
(220,214,232)
#E5E3ED
(229,227,237)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946EC0; }

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

This text font color is #946EC0.


Background Color

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

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

This div background color is #946EC0.


Border color

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

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

This div border color is #946EC0.


Opacity

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

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

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

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

This text has shadow with #946EC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946EC0 on black background.


Color preview on white background

This text has color #946EC0 on white background.



Black color preview on #946EC0 background

This text has black color on #946EC0 background.


White color preview on #946EC0 background

This text has white color on #946EC0 background.