COLOR #946D95

HEX: #946D95
RGB: (148,109,149)

Color info

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

RGB color model

#946D95 color RGB value is (148,109,149).

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

RGB channels and saturation

R 148 of 255 = 58%
G 109 of 255 = 43%
B 149 of 255 = 58%

148
109
149

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

Portions of RGB colors in percentages

R + G + B =
148 + 109 + 149 = 406 (100%)
R 148 of 406 ~ 36.45%
G 109 of 406 ~ 26.85%
B 149 of 406 ~ 36.7%

%36.45
%26.85
%36.7

CMYK color model

#946D95 color CMYK value is (1,27,0,42).

  • cyan value is 0.67%
  • magenta value is 26.85%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(1,27,0,42)
C1M27Y0K42 
(1%,27%,0%,42%)
(0.01/0.27/0.00/0.42)	

CMYK percentages

%0.67
%26.85
%0
%41.57

Codes

Color #946D95 in popluar color models

946D95
RGB148109149
HSL299°15.87%50.59%
HSB/HSV299°26.85%58.43%
CMYK0.67%26.85%0.00%
41.57%

Color #946D95 in popluar number systems.

HEX946D95
Decimal148109149
Binary10010100110110110010101
Octal224155225

Shades and tints

Shades of #946D95

#946D95
(148,109,149)
#876488
(135,100,136)
#7A5B7B
(122,91,123)
#6D526E
(109,82,110)
#604961
(96,73,97)
#534054
(83,64,84)
#463747
(70,55,71)
#392E3A
(57,46,58)
#2C252D
(44,37,45)
#1F1C20
(31,28,32)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #946D95

#946D95
(148,109,149)
#9D7A9E
(157,122,158)
#A687A7
(166,135,167)
#AF94B0
(175,148,176)
#B8A1B9
(184,161,185)
#C1AEC2
(193,174,194)
#CABBCB
(202,187,203)
#D3C8D4
(211,200,212)
#DCD5DD
(220,213,221)
#E5E2E6
(229,226,230)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946D95; }

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

This text font color is #946D95.


Background Color

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

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

This div background color is #946D95.


Border color

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

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

This div border color is #946D95.


Opacity

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

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

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

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

This text has shadow with #946D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946D95 on black background.


Color preview on white background

This text has color #946D95 on white background.



Black color preview on #946D95 background

This text has black color on #946D95 background.


White color preview on #946D95 background

This text has white color on #946D95 background.