COLOR #996290

HEX: #996290
RGB: (153,98,144)

Color info

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

RGB color model

#996290 color RGB value is (153,98,144).

  • red value is 153;
  • green value is 98;
  • blue value is 144.
RGB:
(153,98,144)
(60%,38%,56%)

RGB channels and saturation

R 153 of 255 = 60%
G 98 of 255 = 38%
B 144 of 255 = 56%

153
98
144

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

Portions of RGB colors in percentages

R + G + B =
153 + 98 + 144 = 395 (100%)
R 153 of 395 ~ 38.73%
G 98 of 395 ~ 24.81%
B 144 of 395 ~ 36.46%

%38.73
%24.81
%36.46

CMYK color model

#996290 color CMYK value is (0,36,6,40).

  • cyan value is 0.00%
  • magenta value is 35.95%
  • yellow value is 5.88%
  • key color value is 40.00%
CMYK:
(0,36,6,40)
C0M36Y6K40 
(0%,36%,6%,40%)
(0.00/0.36/0.06/0.40)	

CMYK percentages

%0
%35.95
%5.88
%40

Codes

Color #996290 in popluar color models

996290
RGB15398144
HSL310°21.91%49.22%
HSB/HSV310°35.95%60.00%
CMYK0.00%35.95%5.88%
40.00%

Color #996290 in popluar number systems.

HEX996290
Decimal15398144
Binary10011001110001010010000
Octal231142220

Shades and tints

Shades of #996290

#996290
(153,98,144)
#8C5A83
(140,90,131)
#7F5276
(127,82,118)
#724A69
(114,74,105)
#65425C
(101,66,92)
#583A4F
(88,58,79)
#4B3242
(75,50,66)
#3E2A35
(62,42,53)
#312228
(49,34,40)
#241A1B
(36,26,27)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #996290

#996290
(153,98,144)
#A2709A
(162,112,154)
#AB7EA4
(171,126,164)
#B48CAE
(180,140,174)
#BD9AB8
(189,154,184)
#C6A8C2
(198,168,194)
#CFB6CC
(207,182,204)
#D8C4D6
(216,196,214)
#E1D2E0
(225,210,224)
#EAE0EA
(234,224,234)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996290 color. Also use rgb(153,98,144) instead hex code.

Text Font Color

.myTextColor { color: #996290; }

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

This text font color is #996290.


Background Color

.myBgColor { background-color: #996290; }

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

This div background color is #996290.


Border color

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

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

This div border color is #996290.


Opacity

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

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

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

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

This text has shadow with #996290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996290 on black background.


Color preview on white background

This text has color #996290 on white background.



Black color preview on #996290 background

This text has black color on #996290 background.


White color preview on #996290 background

This text has white color on #996290 background.