COLOR #953D89

HEX: #953D89 RGB: (149,61,137)

Color info

#953D89 contains mainly red and blue colors. Web safe color of #953D89 is #993399 (or #939).

RGB color model

#953D89 color RGB value is (149,61,137).

RGB: (149,61,137) (58%, 24%, 54%)

RGB channels and saturation

R 149 of 255 = 58%
G 61 of 255 = 24%
B 137 of 255 = 54%

149
61
137

R + G + B ~ 45%. #953D89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 61 + 137 = 347 (100%)
R 149 of 347 ~ 42.94%
G 61 of 347 ~ 17.58%
B 137 of 347 ~ 39.48'%

%42.94
%17.58
%39.48

CMYK color model

#953D89 color CMYK value is (0,59,8,42).

  • cyan value is 0.00%
  • magenta value is 59.06%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK: (0,59,8,42) C0M59Y8K42 (0%,59%,8%,42%) (0.00/0.59/0.08/0.42) 

CMYK percentages

%0
%59.06
%8.05
%41.57

Codes

Color #953D89 in popluar color models

95 3D 89
RGB 149 61 137
HSL 308° 41.90% 41.18%
HSB/HSV 308° 59.06% 58.43%
CMYK 0.00% 59.06% 8.05%
41.57%

Color #953D89 in popluar number systems.

HEX 95 3D 89
Decimal 149 61 137
Binary 10010101 111101 10001001
Octal 225 75 211

Shades and tints

Shades of #953D89

#953D89
(149,61,137)
#88387D
(136,56,125)
#7B3371
(123,51,113)
#6E2E65
(110,46,101)
#612959
(97,41,89)
#54244D
(84,36,77)
#471F41
(71,31,65)
#3A1A35
(58,26,53)
#2D1529
(45,21,41)
#20101D
(32,16,29)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #953D89

#953D89
(149,61,137)
#9E4E93
(158,78,147)
#A75F9D
(167,95,157)
#B070A7
(176,112,167)
#B981B1
(185,129,177)
#C292BB
(194,146,187)
#CBA3C5
(203,163,197)
#D4B4CF
(212,180,207)
#DDC5D9
(221,197,217)
#E6D6E3
(230,214,227)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953D89 color. Also use rgb(149,61,137) instead hex code.

Text Font Color

.myTextColor { color: #953D89; }

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

This text font color is #953D89.

Background Color

.myBgColor { background-color: #953D89; }

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

This div background color is #953D89.

Border color

.myBorderColor { border: 1px solid #953D89; }

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

This div border color is #953D89.

Opacity

.myOpacity80 { color: #953D89; opacity: 0.8; }

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

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

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

This text has shadow with #953D89 color.


.textShadow {text-shadow: 3px 3px 1px #953D89', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #953D89; -webkit-box-shadow: 1px 1px 3px 2px #953D89; box-shadow:1px 1px 3px 2px #953D89;">
Div content here
</div>

This div box has shadow with color #953D89.

Preview

Color preview on black background

This text has color #953D89 on black background.


Color preview on white background

This text has color #953D89 on white background.


Black color preview on #953D89 background

This text has black color on #953D89 background.


White color preview on #953D89 background

This text has white color on #953D89 background.


Related colors

Complementary color

Complementary color for #hex is #6AC276.


I love getcolorcode.com

Triadic colors

1 #89953D and #3D8995 with #953D89 are triadic colors.

2 #893D95 and #3D9589 with #953D89 are triadic colors.