COLOR #946BAD

HEX: #946BAD
RGB: (148,107,173)

Color info

#946BAD contains mainly red and blue colors. Web safe color of #946BAD is #996699 (or #969).

RGB color model

#946BAD color RGB value is (148,107,173).

  • red value is 148;
  • green value is 107;
  • blue value is 173.
RGB:
(148,107,173)
(58%,42%,68%)

RGB channels and saturation

R 148 of 255 = 58%
G 107 of 255 = 42%
B 173 of 255 = 68%

148
107
173

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

Portions of RGB colors in percentages

R + G + B =
148 + 107 + 173 = 428 (100%)
R 148 of 428 ~ 34.58%
G 107 of 428 ~ 25%
B 173 of 428 ~ 40.42%

%34.58
%25
%40.42

CMYK color model

#946BAD color CMYK value is (14,38,0,32).

  • cyan value is 14.45%
  • magenta value is 38.15%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(14,38,0,32)
C14M38Y0K32 
(14%,38%,0%,32%)
(0.14/0.38/0.00/0.32)	

CMYK percentages

%14.45
%38.15
%0
%32.16

Codes

Color #946BAD in popluar color models

946BAD
RGB148107173
HSL277°28.70%54.90%
HSB/HSV277°38.15%67.84%
CMYK14.45%38.15%0.00%
32.16%

Color #946BAD in popluar number systems.

HEX946BAD
Decimal148107173
Binary10010100110101110101101
Octal224153255

Shades and tints

Shades of #946BAD

#946BAD
(148,107,173)
#87629E
(135,98,158)
#7A598F
(122,89,143)
#6D5080
(109,80,128)
#604771
(96,71,113)
#533E62
(83,62,98)
#463553
(70,53,83)
#392C44
(57,44,68)
#2C2335
(44,35,53)
#1F1A26
(31,26,38)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #946BAD

#946BAD
(148,107,173)
#9D78B4
(157,120,180)
#A685BB
(166,133,187)
#AF92C2
(175,146,194)
#B89FC9
(184,159,201)
#C1ACD0
(193,172,208)
#CAB9D7
(202,185,215)
#D3C6DE
(211,198,222)
#DCD3E5
(220,211,229)
#E5E0EC
(229,224,236)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946BAD color. Also use rgb(148,107,173) instead hex code.

Text Font Color

.myTextColor { color: #946BAD; }

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

This text font color is #946BAD.


Background Color

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

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

This div background color is #946BAD.


Border color

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

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

This div border color is #946BAD.


Opacity

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

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

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

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

This text has shadow with #946BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946BAD on black background.


Color preview on white background

This text has color #946BAD on white background.



Black color preview on #946BAD background

This text has black color on #946BAD background.


White color preview on #946BAD background

This text has white color on #946BAD background.