COLOR #957599

HEX: #957599
RGB: (149,117,153)

Color info

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

RGB color model

#957599 color RGB value is (149,117,153).

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

RGB channels and saturation

R 149 of 255 = 58%
G 117 of 255 = 46%
B 153 of 255 = 60%

149
117
153

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

Portions of RGB colors in percentages

R + G + B =
149 + 117 + 153 = 419 (100%)
R 149 of 419 ~ 35.56%
G 117 of 419 ~ 27.92%
B 153 of 419 ~ 36.52%

%35.56
%27.92
%36.52

CMYK color model

#957599 color CMYK value is (3,24,0,40).

  • cyan value is 2.61%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(3,24,0,40)
C3M24Y0K40 
(3%,24%,0%,40%)
(0.03/0.24/0.00/0.40)	

CMYK percentages

%2.61
%23.53
%0
%40

Codes

Color #957599 in popluar color models

957599
RGB149117153
HSL293°15.00%52.94%
HSB/HSV293°23.53%60.00%
CMYK2.61%23.53%0.00%
40.00%

Color #957599 in popluar number systems.

HEX957599
Decimal149117153
Binary10010101111010110011001
Octal225165231

Shades and tints

Shades of #957599

#957599
(149,117,153)
#886B8C
(136,107,140)
#7B617F
(123,97,127)
#6E5772
(110,87,114)
#614D65
(97,77,101)
#544358
(84,67,88)
#47394B
(71,57,75)
#3A2F3E
(58,47,62)
#2D2531
(45,37,49)
#201B24
(32,27,36)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #957599

#957599
(149,117,153)
#9E81A2
(158,129,162)
#A78DAB
(167,141,171)
#B099B4
(176,153,180)
#B9A5BD
(185,165,189)
#C2B1C6
(194,177,198)
#CBBDCF
(203,189,207)
#D4C9D8
(212,201,216)
#DDD5E1
(221,213,225)
#E6E1EA
(230,225,234)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957599; }

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

This text font color is #957599.


Background Color

.myBgColor { background-color: #957599; }

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

This div background color is #957599.


Border color

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

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

This div border color is #957599.


Opacity

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

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

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

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

This text has shadow with #957599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957599 on black background.


Color preview on white background

This text has color #957599 on white background.



Black color preview on #957599 background

This text has black color on #957599 background.


White color preview on #957599 background

This text has white color on #957599 background.