COLOR #953D91

HEX: #953D91
RGB: (149,61,145)

Color info

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

RGB color model

#953D91 color RGB value is (149,61,145).

  • red value is 149;
  • green value is 61;
  • blue value is 145.
RGB:
(149,61,145)
(58%,24%,57%)

RGB channels and saturation

R 149 of 255 = 58%
G 61 of 255 = 24%
B 145 of 255 = 57%

149
61
145

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

Portions of RGB colors in percentages

R + G + B =
149 + 61 + 145 = 355 (100%)
R 149 of 355 ~ 41.97%
G 61 of 355 ~ 17.18%
B 145 of 355 ~ 40.85%

%41.97
%17.18
%40.85

CMYK color model

#953D91 color CMYK value is (0,59,3,42).

  • cyan value is 0.00%
  • magenta value is 59.06%
  • yellow value is 2.68%
  • key color value is 41.57%
CMYK:
(0,59,3,42)
C0M59Y3K42 
(0%,59%,3%,42%)
(0.00/0.59/0.03/0.42)	

CMYK percentages

%0
%59.06
%2.68
%41.57

Codes

Color #953D91 in popluar color models

953D91
RGB14961145
HSL303°41.90%41.18%
HSB/HSV303°59.06%58.43%
CMYK0.00%59.06%2.68%
41.57%

Color #953D91 in popluar number systems.

HEX953D91
Decimal14961145
Binary1001010111110110010001
Octal22575221

Shades and tints

Shades of #953D91

#953D91
(149,61,145)
#883884
(136,56,132)
#7B3377
(123,51,119)
#6E2E6A
(110,46,106)
#61295D
(97,41,93)
#542450
(84,36,80)
#471F43
(71,31,67)
#3A1A36
(58,26,54)
#2D1529
(45,21,41)
#20101C
(32,16,28)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #953D91

#953D91
(149,61,145)
#9E4E9B
(158,78,155)
#A75FA5
(167,95,165)
#B070AF
(176,112,175)
#B981B9
(185,129,185)
#C292C3
(194,146,195)
#CBA3CD
(203,163,205)
#D4B4D7
(212,180,215)
#DDC5E1
(221,197,225)
#E6D6EB
(230,214,235)
#EFE7F5
(239,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #953D91; }

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

This text font color is #953D91.


Background Color

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

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

This div background color is #953D91.


Border color

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

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

This div border color is #953D91.


Opacity

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

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

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

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

This text has shadow with #953D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953D91 on black background.


Color preview on white background

This text has color #953D91 on white background.



Black color preview on #953D91 background

This text has black color on #953D91 background.


White color preview on #953D91 background

This text has white color on #953D91 background.