COLOR #953A7F

HEX: #953A7F
RGB: (149,58,127)

Color info

#953A7F contains mainly red and blue colors. Web safe color of #953A7F is #993366 (or #936).

RGB color model

#953A7F color RGB value is (149,58,127).

  • red value is 149;
  • green value is 58;
  • blue value is 127.
RGB:
(149,58,127)
(58%,23%,50%)

RGB channels and saturation

R 149 of 255 = 58%
G 58 of 255 = 23%
B 127 of 255 = 50%

149
58
127

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

Portions of RGB colors in percentages

R + G + B =
149 + 58 + 127 = 334 (100%)
R 149 of 334 ~ 44.61%
G 58 of 334 ~ 17.37%
B 127 of 334 ~ 38.02%

%44.61
%17.37
%38.02

CMYK color model

#953A7F color CMYK value is (0,61,15,42).

  • cyan value is 0.00%
  • magenta value is 61.07%
  • yellow value is 14.77%
  • key color value is 41.57%
CMYK:
(0,61,15,42)
C0M61Y15K42 
(0%,61%,15%,42%)
(0.00/0.61/0.15/0.42)	

CMYK percentages

%0
%61.07
%14.77
%41.57

Codes

Color #953A7F in popluar color models

953A7F
RGB14958127
HSL315°43.96%40.59%
HSB/HSV315°61.07%58.43%
CMYK0.00%61.07%14.77%
41.57%

Color #953A7F in popluar number systems.

HEX953A7F
Decimal14958127
Binary100101011110101111111
Octal22572177

Shades and tints

Shades of #953A7F

#953A7F
(149,58,127)
#883574
(136,53,116)
#7B3069
(123,48,105)
#6E2B5E
(110,43,94)
#612653
(97,38,83)
#542148
(84,33,72)
#471C3D
(71,28,61)
#3A1732
(58,23,50)
#2D1227
(45,18,39)
#200D1C
(32,13,28)
#130811
(19,8,17)
#000000
(0,0,0)

Tints of #953A7F

#953A7F
(149,58,127)
#9E4B8A
(158,75,138)
#A75C95
(167,92,149)
#B06DA0
(176,109,160)
#B97EAB
(185,126,171)
#C28FB6
(194,143,182)
#CBA0C1
(203,160,193)
#D4B1CC
(212,177,204)
#DDC2D7
(221,194,215)
#E6D3E2
(230,211,226)
#EFE4ED
(239,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953A7F color. Also use rgb(149,58,127) instead hex code.

Text Font Color

.myTextColor { color: #953A7F; }

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

This text font color is #953A7F.


Background Color

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

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

This div background color is #953A7F.


Border color

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

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

This div border color is #953A7F.


Opacity

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

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

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

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

This text has shadow with #953A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953A7F on black background.


Color preview on white background

This text has color #953A7F on white background.



Black color preview on #953A7F background

This text has black color on #953A7F background.


White color preview on #953A7F background

This text has white color on #953A7F background.