COLOR #996495

HEX: #996495
RGB: (153,100,149)

Color info

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

RGB color model

#996495 color RGB value is (153,100,149).

  • red value is 153;
  • green value is 100;
  • blue value is 149.
RGB:
(153,100,149)
(60%,39%,58%)

RGB channels and saturation

R 153 of 255 = 60%
G 100 of 255 = 39%
B 149 of 255 = 58%

153
100
149

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

Portions of RGB colors in percentages

R + G + B =
153 + 100 + 149 = 402 (100%)
R 153 of 402 ~ 38.06%
G 100 of 402 ~ 24.88%
B 149 of 402 ~ 37.06%

%38.06
%24.88
%37.06

CMYK color model

#996495 color CMYK value is (0,35,3,40).

  • cyan value is 0.00%
  • magenta value is 34.64%
  • yellow value is 2.61%
  • key color value is 40.00%
CMYK:
(0,35,3,40)
C0M35Y3K40 
(0%,35%,3%,40%)
(0.00/0.35/0.03/0.40)	

CMYK percentages

%0
%34.64
%2.61
%40

Codes

Color #996495 in popluar color models

996495
RGB153100149
HSL305°20.95%49.61%
HSB/HSV305°34.64%60.00%
CMYK0.00%34.64%2.61%
40.00%

Color #996495 in popluar number systems.

HEX996495
Decimal153100149
Binary10011001110010010010101
Octal231144225

Shades and tints

Shades of #996495

#996495
(153,100,149)
#8C5B88
(140,91,136)
#7F527B
(127,82,123)
#72496E
(114,73,110)
#654061
(101,64,97)
#583754
(88,55,84)
#4B2E47
(75,46,71)
#3E253A
(62,37,58)
#311C2D
(49,28,45)
#241320
(36,19,32)
#170A13
(23,10,19)
#000000
(0,0,0)

Tints of #996495

#996495
(153,100,149)
#A2729E
(162,114,158)
#AB80A7
(171,128,167)
#B48EB0
(180,142,176)
#BD9CB9
(189,156,185)
#C6AAC2
(198,170,194)
#CFB8CB
(207,184,203)
#D8C6D4
(216,198,212)
#E1D4DD
(225,212,221)
#EAE2E6
(234,226,230)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996495 color. Also use rgb(153,100,149) instead hex code.

Text Font Color

.myTextColor { color: #996495; }

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

This text font color is #996495.


Background Color

.myBgColor { background-color: #996495; }

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

This div background color is #996495.


Border color

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

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

This div border color is #996495.


Opacity

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

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

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

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

This text has shadow with #996495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996495 on black background.


Color preview on white background

This text has color #996495 on white background.



Black color preview on #996495 background

This text has black color on #996495 background.


White color preview on #996495 background

This text has white color on #996495 background.