COLOR #997099

HEX: #997099
RGB: (153,112,153)

Color info

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

RGB color model

#997099 color RGB value is (153,112,153).

  • red value is 153;
  • green value is 112;
  • blue value is 153.
RGB:
(153,112,153)
(60%,44%,60%)

RGB channels and saturation

R 153 of 255 = 60%
G 112 of 255 = 44%
B 153 of 255 = 60%

153
112
153

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

Portions of RGB colors in percentages

R + G + B =
153 + 112 + 153 = 418 (100%)
R 153 of 418 ~ 36.6%
G 112 of 418 ~ 26.79%
B 153 of 418 ~ 36.6%

%36.6
%26.79
%36.6

CMYK color model

#997099 color CMYK value is (0,27,0,40).

  • cyan value is 0.00%
  • magenta value is 26.80%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(0,27,0,40)
C0M27Y0K40 
(0%,27%,0%,40%)
(0.00/0.27/0.00/0.40)	

CMYK percentages

%0
%26.8
%0
%40

Codes

Color #997099 in popluar color models

997099
RGB153112153
HSL300°16.73%51.96%
HSB/HSV300°26.80%60.00%
CMYK0.00%26.80%0.00%
40.00%

Color #997099 in popluar number systems.

HEX997099
Decimal153112153
Binary10011001111000010011001
Octal231160231

Shades and tints

Shades of #997099

#997099
(153,112,153)
#8C668C
(140,102,140)
#7F5C7F
(127,92,127)
#725272
(114,82,114)
#654865
(101,72,101)
#583E58
(88,62,88)
#4B344B
(75,52,75)
#3E2A3E
(62,42,62)
#312031
(49,32,49)
#241624
(36,22,36)
#170C17
(23,12,23)
#000000
(0,0,0)

Tints of #997099

#997099
(153,112,153)
#A27DA2
(162,125,162)
#AB8AAB
(171,138,171)
#B497B4
(180,151,180)
#BDA4BD
(189,164,189)
#C6B1C6
(198,177,198)
#CFBECF
(207,190,207)
#D8CBD8
(216,203,216)
#E1D8E1
(225,216,225)
#EAE5EA
(234,229,234)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997099; }

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

This text font color is #997099.


Background Color

.myBgColor { background-color: #997099; }

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

This div background color is #997099.


Border color

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

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

This div border color is #997099.


Opacity

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

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

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

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

This text has shadow with #997099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997099 on black background.


Color preview on white background

This text has color #997099 on white background.



Black color preview on #997099 background

This text has black color on #997099 background.


White color preview on #997099 background

This text has white color on #997099 background.