COLOR #953580

HEX: #953580
RGB: (149,53,128)

Color info

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

RGB color model

#953580 color RGB value is (149,53,128).

  • red value is 149;
  • green value is 53;
  • blue value is 128.
RGB:
(149,53,128)
(58%,21%,50%)

RGB channels and saturation

R 149 of 255 = 58%
G 53 of 255 = 21%
B 128 of 255 = 50%

149
53
128

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

Portions of RGB colors in percentages

R + G + B =
149 + 53 + 128 = 330 (100%)
R 149 of 330 ~ 45.15%
G 53 of 330 ~ 16.06%
B 128 of 330 ~ 38.79%

%45.15
%16.06
%38.79

CMYK color model

#953580 color CMYK value is (0,64,14,42).

  • cyan value is 0.00%
  • magenta value is 64.43%
  • yellow value is 14.09%
  • key color value is 41.57%
CMYK:
(0,64,14,42)
C0M64Y14K42 
(0%,64%,14%,42%)
(0.00/0.64/0.14/0.42)	

CMYK percentages

%0
%64.43
%14.09
%41.57

Codes

Color #953580 in popluar color models

953580
RGB14953128
HSL313°47.52%39.61%
HSB/HSV313°64.43%58.43%
CMYK0.00%64.43%14.09%
41.57%

Color #953580 in popluar number systems.

HEX953580
Decimal14953128
Binary1001010111010110000000
Octal22565200

Shades and tints

Shades of #953580

#953580
(149,53,128)
#883175
(136,49,117)
#7B2D6A
(123,45,106)
#6E295F
(110,41,95)
#612554
(97,37,84)
#542149
(84,33,73)
#471D3E
(71,29,62)
#3A1933
(58,25,51)
#2D1528
(45,21,40)
#20111D
(32,17,29)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #953580

#953580
(149,53,128)
#9E478B
(158,71,139)
#A75996
(167,89,150)
#B06BA1
(176,107,161)
#B97DAC
(185,125,172)
#C28FB7
(194,143,183)
#CBA1C2
(203,161,194)
#D4B3CD
(212,179,205)
#DDC5D8
(221,197,216)
#E6D7E3
(230,215,227)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953580 color. Also use rgb(149,53,128) instead hex code.

Text Font Color

.myTextColor { color: #953580; }

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

This text font color is #953580.


Background Color

.myBgColor { background-color: #953580; }

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

This div background color is #953580.


Border color

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

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

This div border color is #953580.


Opacity

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

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

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

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

This text has shadow with #953580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953580 on black background.


Color preview on white background

This text has color #953580 on white background.



Black color preview on #953580 background

This text has black color on #953580 background.


White color preview on #953580 background

This text has white color on #953580 background.