COLOR #957594

HEX: #957594
RGB: (149,117,148)

Color info

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

RGB color model

#957594 color RGB value is (149,117,148).

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

RGB channels and saturation

R 149 of 255 = 58%
G 117 of 255 = 46%
B 148 of 255 = 58%

149
117
148

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

Portions of RGB colors in percentages

R + G + B =
149 + 117 + 148 = 414 (100%)
R 149 of 414 ~ 35.99%
G 117 of 414 ~ 28.26%
B 148 of 414 ~ 35.75%

%35.99
%28.26
%35.75

CMYK color model

#957594 color CMYK value is (0,21,1,42).

  • cyan value is 0.00%
  • magenta value is 21.48%
  • yellow value is 0.67%
  • key color value is 41.57%
CMYK:
(0,21,1,42)
C0M21Y1K42 
(0%,21%,1%,42%)
(0.00/0.21/0.01/0.42)	

CMYK percentages

%0
%21.48
%0.67
%41.57

Codes

Color #957594 in popluar color models

957594
RGB149117148
HSL302°13.11%52.16%
HSB/HSV302°21.48%58.43%
CMYK0.00%21.48%0.67%
41.57%

Color #957594 in popluar number systems.

HEX957594
Decimal149117148
Binary10010101111010110010100
Octal225165224

Shades and tints

Shades of #957594

#957594
(149,117,148)
#886B87
(136,107,135)
#7B617A
(123,97,122)
#6E576D
(110,87,109)
#614D60
(97,77,96)
#544353
(84,67,83)
#473946
(71,57,70)
#3A2F39
(58,47,57)
#2D252C
(45,37,44)
#201B1F
(32,27,31)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #957594

#957594
(149,117,148)
#9E819D
(158,129,157)
#A78DA6
(167,141,166)
#B099AF
(176,153,175)
#B9A5B8
(185,165,184)
#C2B1C1
(194,177,193)
#CBBDCA
(203,189,202)
#D4C9D3
(212,201,211)
#DDD5DC
(221,213,220)
#E6E1E5
(230,225,229)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957594; }

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

This text font color is #957594.


Background Color

.myBgColor { background-color: #957594; }

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

This div background color is #957594.


Border color

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

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

This div border color is #957594.


Opacity

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

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

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

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

This text has shadow with #957594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957594 on black background.


Color preview on white background

This text has color #957594 on white background.



Black color preview on #957594 background

This text has black color on #957594 background.


White color preview on #957594 background

This text has white color on #957594 background.