COLOR #946AA4

HEX: #946AA4
RGB: (148,106,164)

Color info

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

RGB color model

#946AA4 color RGB value is (148,106,164).

  • red value is 148;
  • green value is 106;
  • blue value is 164.
RGB:
(148,106,164)
(58%,42%,64%)

RGB channels and saturation

R 148 of 255 = 58%
G 106 of 255 = 42%
B 164 of 255 = 64%

148
106
164

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

Portions of RGB colors in percentages

R + G + B =
148 + 106 + 164 = 418 (100%)
R 148 of 418 ~ 35.41%
G 106 of 418 ~ 25.36%
B 164 of 418 ~ 39.23%

%35.41
%25.36
%39.23

CMYK color model

#946AA4 color CMYK value is (10,35,0,36).

  • cyan value is 9.76%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(10,35,0,36)
C10M35Y0K36 
(10%,35%,0%,36%)
(0.10/0.35/0.00/0.36)	

CMYK percentages

%9.76
%35.37
%0
%35.69

Codes

Color #946AA4 in popluar color models

946AA4
RGB148106164
HSL283°24.17%52.94%
HSB/HSV283°35.37%64.31%
CMYK9.76%35.37%0.00%
35.69%

Color #946AA4 in popluar number systems.

HEX946AA4
Decimal148106164
Binary10010100110101010100100
Octal224152244

Shades and tints

Shades of #946AA4

#946AA4
(148,106,164)
#876196
(135,97,150)
#7A5888
(122,88,136)
#6D4F7A
(109,79,122)
#60466C
(96,70,108)
#533D5E
(83,61,94)
#463450
(70,52,80)
#392B42
(57,43,66)
#2C2234
(44,34,52)
#1F1926
(31,25,38)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #946AA4

#946AA4
(148,106,164)
#9D77AC
(157,119,172)
#A684B4
(166,132,180)
#AF91BC
(175,145,188)
#B89EC4
(184,158,196)
#C1ABCC
(193,171,204)
#CAB8D4
(202,184,212)
#D3C5DC
(211,197,220)
#DCD2E4
(220,210,228)
#E5DFEC
(229,223,236)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946AA4 color. Also use rgb(148,106,164) instead hex code.

Text Font Color

.myTextColor { color: #946AA4; }

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

This text font color is #946AA4.


Background Color

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

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

This div background color is #946AA4.


Border color

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

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

This div border color is #946AA4.


Opacity

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

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

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

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

This text has shadow with #946AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946AA4 on black background.


Color preview on white background

This text has color #946AA4 on white background.



Black color preview on #946AA4 background

This text has black color on #946AA4 background.


White color preview on #946AA4 background

This text has white color on #946AA4 background.