COLOR #946D9D

HEX: #946D9D
RGB: (148,109,157)

Color info

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

RGB color model

#946D9D color RGB value is (148,109,157).

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

RGB channels and saturation

R 148 of 255 = 58%
G 109 of 255 = 43%
B 157 of 255 = 62%

148
109
157

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

Portions of RGB colors in percentages

R + G + B =
148 + 109 + 157 = 414 (100%)
R 148 of 414 ~ 35.75%
G 109 of 414 ~ 26.33%
B 157 of 414 ~ 37.92%

%35.75
%26.33
%37.92

CMYK color model

#946D9D color CMYK value is (6,31,0,38).

  • cyan value is 5.73%
  • magenta value is 30.57%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(6,31,0,38)
C6M31Y0K38 
(6%,31%,0%,38%)
(0.06/0.31/0.00/0.38)	

CMYK percentages

%5.73
%30.57
%0
%38.43

Codes

Color #946D9D in popluar color models

946D9D
RGB148109157
HSL289°19.67%52.16%
HSB/HSV289°30.57%61.57%
CMYK5.73%30.57%0.00%
38.43%

Color #946D9D in popluar number systems.

HEX946D9D
Decimal148109157
Binary10010100110110110011101
Octal224155235

Shades and tints

Shades of #946D9D

#946D9D
(148,109,157)
#87648F
(135,100,143)
#7A5B81
(122,91,129)
#6D5273
(109,82,115)
#604965
(96,73,101)
#534057
(83,64,87)
#463749
(70,55,73)
#392E3B
(57,46,59)
#2C252D
(44,37,45)
#1F1C1F
(31,28,31)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #946D9D

#946D9D
(148,109,157)
#9D7AA5
(157,122,165)
#A687AD
(166,135,173)
#AF94B5
(175,148,181)
#B8A1BD
(184,161,189)
#C1AEC5
(193,174,197)
#CABBCD
(202,187,205)
#D3C8D5
(211,200,213)
#DCD5DD
(220,213,221)
#E5E2E5
(229,226,229)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946D9D; }

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

This text font color is #946D9D.


Background Color

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

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

This div background color is #946D9D.


Border color

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

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

This div border color is #946D9D.


Opacity

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

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

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

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

This text has shadow with #946D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946D9D on black background.


Color preview on white background

This text has color #946D9D on white background.



Black color preview on #946D9D background

This text has black color on #946D9D background.


White color preview on #946D9D background

This text has white color on #946D9D background.