COLOR #946DBB

HEX: #946DBB
RGB: (148,109,187)

Color info

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

RGB color model

#946DBB color RGB value is (148,109,187).

  • red value is 148;
  • green value is 109;
  • blue value is 187.
RGB:
(148,109,187)
(58%,43%,73%)

RGB channels and saturation

R 148 of 255 = 58%
G 109 of 255 = 43%
B 187 of 255 = 73%

148
109
187

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

Portions of RGB colors in percentages

R + G + B =
148 + 109 + 187 = 444 (100%)
R 148 of 444 ~ 33.33%
G 109 of 444 ~ 24.55%
B 187 of 444 ~ 42.12%

%33.33
%24.55
%42.12

CMYK color model

#946DBB color CMYK value is (21,42,0,27).

  • cyan value is 20.86%
  • magenta value is 41.71%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(21,42,0,27)
C21M42Y0K27 
(21%,42%,0%,27%)
(0.21/0.42/0.00/0.27)	

CMYK percentages

%20.86
%41.71
%0
%26.67

Codes

Color #946DBB in popluar color models

946DBB
RGB148109187
HSL270°36.45%58.04%
HSB/HSV270°41.71%73.33%
CMYK20.86%41.71%0.00%
26.67%

Color #946DBB in popluar number systems.

HEX946DBB
Decimal148109187
Binary10010100110110110111011
Octal224155273

Shades and tints

Shades of #946DBB

#946DBB
(148,109,187)
#8764AA
(135,100,170)
#7A5B99
(122,91,153)
#6D5288
(109,82,136)
#604977
(96,73,119)
#534066
(83,64,102)
#463755
(70,55,85)
#392E44
(57,46,68)
#2C2533
(44,37,51)
#1F1C22
(31,28,34)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #946DBB

#946DBB
(148,109,187)
#9D7AC1
(157,122,193)
#A687C7
(166,135,199)
#AF94CD
(175,148,205)
#B8A1D3
(184,161,211)
#C1AED9
(193,174,217)
#CABBDF
(202,187,223)
#D3C8E5
(211,200,229)
#DCD5EB
(220,213,235)
#E5E2F1
(229,226,241)
#EEEFF7
(238,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946DBB color. Also use rgb(148,109,187) instead hex code.

Text Font Color

.myTextColor { color: #946DBB; }

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

This text font color is #946DBB.


Background Color

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

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

This div background color is #946DBB.


Border color

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

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

This div border color is #946DBB.


Opacity

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

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

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

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

This text has shadow with #946DBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946DBB on black background.


Color preview on white background

This text has color #946DBB on white background.



Black color preview on #946DBB background

This text has black color on #946DBB background.


White color preview on #946DBB background

This text has white color on #946DBB background.