COLOR #946A83

HEX: #946A83
RGB: (148,106,131)

Color info

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

RGB color model

#946A83 color RGB value is (148,106,131).

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

RGB channels and saturation

R 148 of 255 = 58%
G 106 of 255 = 42%
B 131 of 255 = 51%

148
106
131

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

Portions of RGB colors in percentages

R + G + B =
148 + 106 + 131 = 385 (100%)
R 148 of 385 ~ 38.44%
G 106 of 385 ~ 27.53%
B 131 of 385 ~ 34.03%

%38.44
%27.53
%34.03

CMYK color model

#946A83 color CMYK value is (0,28,11,42).

  • cyan value is 0.00%
  • magenta value is 28.38%
  • yellow value is 11.49%
  • key color value is 41.96%
CMYK:
(0,28,11,42)
C0M28Y11K42 
(0%,28%,11%,42%)
(0.00/0.28/0.11/0.42)	

CMYK percentages

%0
%28.38
%11.49
%41.96

Codes

Color #946A83 in popluar color models

946A83
RGB148106131
HSL324°16.54%49.80%
HSB/HSV324°28.38%58.04%
CMYK0.00%28.38%11.49%
41.96%

Color #946A83 in popluar number systems.

HEX946A83
Decimal148106131
Binary10010100110101010000011
Octal224152203

Shades and tints

Shades of #946A83

#946A83
(148,106,131)
#876178
(135,97,120)
#7A586D
(122,88,109)
#6D4F62
(109,79,98)
#604657
(96,70,87)
#533D4C
(83,61,76)
#463441
(70,52,65)
#392B36
(57,43,54)
#2C222B
(44,34,43)
#1F1920
(31,25,32)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #946A83

#946A83
(148,106,131)
#9D778E
(157,119,142)
#A68499
(166,132,153)
#AF91A4
(175,145,164)
#B89EAF
(184,158,175)
#C1ABBA
(193,171,186)
#CAB8C5
(202,184,197)
#D3C5D0
(211,197,208)
#DCD2DB
(220,210,219)
#E5DFE6
(229,223,230)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946A83; }

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

This text font color is #946A83.


Background Color

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

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

This div background color is #946A83.


Border color

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

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

This div border color is #946A83.


Opacity

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

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

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

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

This text has shadow with #946A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946A83 on black background.


Color preview on white background

This text has color #946A83 on white background.



Black color preview on #946A83 background

This text has black color on #946A83 background.


White color preview on #946A83 background

This text has white color on #946A83 background.