COLOR #966393

HEX: #966393
RGB: (150,99,147)

Color info

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

RGB color model

#966393 color RGB value is (150,99,147).

  • red value is 150;
  • green value is 99;
  • blue value is 147.
RGB:
(150,99,147)
(59%,39%,58%)

RGB channels and saturation

R 150 of 255 = 59%
G 99 of 255 = 39%
B 147 of 255 = 58%

150
99
147

R + G + B ~ 52%. #966393 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 99 + 147 = 396 (100%)
R 150 of 396 ~ 37.88%
G 99 of 396 ~ 25%
B 147 of 396 ~ 37.12%

%37.88
%25
%37.12

CMYK color model

#966393 color CMYK value is (0,34,2,41).

  • cyan value is 0.00%
  • magenta value is 34.00%
  • yellow value is 2.00%
  • key color value is 41.18%
CMYK:
(0,34,2,41)
C0M34Y2K41 
(0%,34%,2%,41%)
(0.00/0.34/0.02/0.41)	

CMYK percentages

%0
%34
%2
%41.18

Codes

Color #966393 in popluar color models

966393
RGB15099147
HSL304°20.48%48.82%
HSB/HSV304°34.00%58.82%
CMYK0.00%34.00%2.00%
41.18%

Color #966393 in popluar number systems.

HEX966393
Decimal15099147
Binary10010110110001110010011
Octal226143223

Shades and tints

Shades of #966393

#966393
(150,99,147)
#895A86
(137,90,134)
#7C5179
(124,81,121)
#6F486C
(111,72,108)
#623F5F
(98,63,95)
#553652
(85,54,82)
#482D45
(72,45,69)
#3B2438
(59,36,56)
#2E1B2B
(46,27,43)
#21121E
(33,18,30)
#140911
(20,9,17)
#000000
(0,0,0)

Tints of #966393

#966393
(150,99,147)
#9F719C
(159,113,156)
#A87FA5
(168,127,165)
#B18DAE
(177,141,174)
#BA9BB7
(186,155,183)
#C3A9C0
(195,169,192)
#CCB7C9
(204,183,201)
#D5C5D2
(213,197,210)
#DED3DB
(222,211,219)
#E7E1E4
(231,225,228)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966393 color. Also use rgb(150,99,147) instead hex code.

Text Font Color

.myTextColor { color: #966393; }

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

This text font color is #966393.


Background Color

.myBgColor { background-color: #966393; }

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

This div background color is #966393.


Border color

.myBorderColor { border: 1px solid #966393; }

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

This div border color is #966393.


Opacity

.myOpacity80 { color: #966393; opacity: 0.8; }

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

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

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

This text has shadow with #966393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966393 on black background.


Color preview on white background

This text has color #966393 on white background.



Black color preview on #966393 background

This text has black color on #966393 background.


White color preview on #966393 background

This text has white color on #966393 background.