COLOR #957693

HEX: #957693
RGB: (149,118,147)

Color info

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

RGB color model

#957693 color RGB value is (149,118,147).

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

RGB channels and saturation

R 149 of 255 = 58%
G 118 of 255 = 46%
B 147 of 255 = 58%

149
118
147

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

Portions of RGB colors in percentages

R + G + B =
149 + 118 + 147 = 414 (100%)
R 149 of 414 ~ 35.99%
G 118 of 414 ~ 28.5%
B 147 of 414 ~ 35.51%

%35.99
%28.5
%35.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 1.34%
  • 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
%20.81
%1.34
%41.57

Codes

Color #957693 in popluar color models

957693
RGB149118147
HSL304°12.76%52.35%
HSB/HSV304°20.81%58.43%
CMYK0.00%20.81%1.34%
41.57%

Color #957693 in popluar number systems.

HEX957693
Decimal149118147
Binary10010101111011010010011
Octal225166223

Shades and tints

Shades of #957693

#957693
(149,118,147)
#886C86
(136,108,134)
#7B6279
(123,98,121)
#6E586C
(110,88,108)
#614E5F
(97,78,95)
#544452
(84,68,82)
#473A45
(71,58,69)
#3A3038
(58,48,56)
#2D262B
(45,38,43)
#201C1E
(32,28,30)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #957693

#957693
(149,118,147)
#9E829C
(158,130,156)
#A78EA5
(167,142,165)
#B09AAE
(176,154,174)
#B9A6B7
(185,166,183)
#C2B2C0
(194,178,192)
#CBBEC9
(203,190,201)
#D4CAD2
(212,202,210)
#DDD6DB
(221,214,219)
#E6E2E4
(230,226,228)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957693 color. Also use rgb(149,118,147) instead hex code.

Text Font Color

.myTextColor { color: #957693; }

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

This text font color is #957693.


Background Color

.myBgColor { background-color: #957693; }

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

This div background color is #957693.


Border color

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

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

This div border color is #957693.


Opacity

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

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

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

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

This text has shadow with #957693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957693 on black background.


Color preview on white background

This text has color #957693 on white background.



Black color preview on #957693 background

This text has black color on #957693 background.


White color preview on #957693 background

This text has white color on #957693 background.