COLOR #996194

HEX: #996194
RGB: (153,97,148)

Color info

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

RGB color model

#996194 color RGB value is (153,97,148).

  • red value is 153;
  • green value is 97;
  • blue value is 148.
RGB:
(153,97,148)
(60%,38%,58%)

RGB channels and saturation

R 153 of 255 = 60%
G 97 of 255 = 38%
B 148 of 255 = 58%

153
97
148

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

Portions of RGB colors in percentages

R + G + B =
153 + 97 + 148 = 398 (100%)
R 153 of 398 ~ 38.44%
G 97 of 398 ~ 24.37%
B 148 of 398 ~ 37.19%

%38.44
%24.37
%37.19

CMYK color model

#996194 color CMYK value is (0,37,3,40).

  • cyan value is 0.00%
  • magenta value is 36.60%
  • yellow value is 3.27%
  • key color value is 40.00%
CMYK:
(0,37,3,40)
C0M37Y3K40 
(0%,37%,3%,40%)
(0.00/0.37/0.03/0.40)	

CMYK percentages

%0
%36.6
%3.27
%40

Codes

Color #996194 in popluar color models

996194
RGB15397148
HSL305°22.40%49.02%
HSB/HSV305°36.60%60.00%
CMYK0.00%36.60%3.27%
40.00%

Color #996194 in popluar number systems.

HEX996194
Decimal15397148
Binary10011001110000110010100
Octal231141224

Shades and tints

Shades of #996194

#996194
(153,97,148)
#8C5987
(140,89,135)
#7F517A
(127,81,122)
#72496D
(114,73,109)
#654160
(101,65,96)
#583953
(88,57,83)
#4B3146
(75,49,70)
#3E2939
(62,41,57)
#31212C
(49,33,44)
#24191F
(36,25,31)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #996194

#996194
(153,97,148)
#A26F9D
(162,111,157)
#AB7DA6
(171,125,166)
#B48BAF
(180,139,175)
#BD99B8
(189,153,184)
#C6A7C1
(198,167,193)
#CFB5CA
(207,181,202)
#D8C3D3
(216,195,211)
#E1D1DC
(225,209,220)
#EADFE5
(234,223,229)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996194 color. Also use rgb(153,97,148) instead hex code.

Text Font Color

.myTextColor { color: #996194; }

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

This text font color is #996194.


Background Color

.myBgColor { background-color: #996194; }

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

This div background color is #996194.


Border color

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

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

This div border color is #996194.


Opacity

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

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

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

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

This text has shadow with #996194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996194 on black background.


Color preview on white background

This text has color #996194 on white background.



Black color preview on #996194 background

This text has black color on #996194 background.


White color preview on #996194 background

This text has white color on #996194 background.