COLOR #917999

HEX: #917999
RGB: (145,121,153)

Color info

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

RGB color model

#917999 color RGB value is (145,121,153).

  • red value is 145;
  • green value is 121;
  • blue value is 153.
RGB:
(145,121,153)
(57%,47%,60%)

RGB channels and saturation

R 145 of 255 = 57%
G 121 of 255 = 47%
B 153 of 255 = 60%

145
121
153

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

Portions of RGB colors in percentages

R + G + B =
145 + 121 + 153 = 419 (100%)
R 145 of 419 ~ 34.61%
G 121 of 419 ~ 28.88%
B 153 of 419 ~ 36.52%

%34.61
%28.88
%36.52

CMYK color model

#917999 color CMYK value is (5,21,0,40).

  • cyan value is 5.23%
  • magenta value is 20.92%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(5,21,0,40)
C5M21Y0K40 
(5%,21%,0%,40%)
(0.05/0.21/0.00/0.40)	

CMYK percentages

%5.23
%20.92
%0
%40

Codes

Color #917999 in popluar color models

917999
RGB145121153
HSL285°13.56%53.73%
HSB/HSV285°20.92%60.00%
CMYK5.23%20.92%0.00%
40.00%

Color #917999 in popluar number systems.

HEX917999
Decimal145121153
Binary10010001111100110011001
Octal221171231

Shades and tints

Shades of #917999

#917999
(145,121,153)
#846E8C
(132,110,140)
#77637F
(119,99,127)
#6A5872
(106,88,114)
#5D4D65
(93,77,101)
#504258
(80,66,88)
#43374B
(67,55,75)
#362C3E
(54,44,62)
#292131
(41,33,49)
#1C1624
(28,22,36)
#0F0B17
(15,11,23)
#000000
(0,0,0)

Tints of #917999

#917999
(145,121,153)
#9B85A2
(155,133,162)
#A591AB
(165,145,171)
#AF9DB4
(175,157,180)
#B9A9BD
(185,169,189)
#C3B5C6
(195,181,198)
#CDC1CF
(205,193,207)
#D7CDD8
(215,205,216)
#E1D9E1
(225,217,225)
#EBE5EA
(235,229,234)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917999; }

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

This text font color is #917999.


Background Color

.myBgColor { background-color: #917999; }

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

This div background color is #917999.


Border color

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

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

This div border color is #917999.


Opacity

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

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

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

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

This text has shadow with #917999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917999 on black background.


Color preview on white background

This text has color #917999 on white background.



Black color preview on #917999 background

This text has black color on #917999 background.


White color preview on #917999 background

This text has white color on #917999 background.