COLOR #955D9D

HEX: #955D9D
RGB: (149,93,157)

Color info

#955D9D contains mainly red and blue colors. Web safe color of #955D9D is #996699 (or #969).

RGB color model

#955D9D color RGB value is (149,93,157).

  • red value is 149;
  • green value is 93;
  • blue value is 157.
RGB:
(149,93,157)
(58%,36%,62%)

RGB channels and saturation

R 149 of 255 = 58%
G 93 of 255 = 36%
B 157 of 255 = 62%

149
93
157

R + G + B ~ 52%. #955D9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 93 + 157 = 399 (100%)
R 149 of 399 ~ 37.34%
G 93 of 399 ~ 23.31%
B 157 of 399 ~ 39.35%

%37.34
%23.31
%39.35

CMYK color model

#955D9D color CMYK value is (5,41,0,38).

  • cyan value is 5.10%
  • magenta value is 40.76%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(5,41,0,38)
C5M41Y0K38 
(5%,41%,0%,38%)
(0.05/0.41/0.00/0.38)	

CMYK percentages

%5.1
%40.76
%0
%38.43

Codes

Color #955D9D in popluar color models

955D9D
RGB14993157
HSL293°25.60%49.02%
HSB/HSV293°40.76%61.57%
CMYK5.10%40.76%0.00%
38.43%

Color #955D9D in popluar number systems.

HEX955D9D
Decimal14993157
Binary10010101101110110011101
Octal225135235

Shades and tints

Shades of #955D9D

#955D9D
(149,93,157)
#88558F
(136,85,143)
#7B4D81
(123,77,129)
#6E4573
(110,69,115)
#613D65
(97,61,101)
#543557
(84,53,87)
#472D49
(71,45,73)
#3A253B
(58,37,59)
#2D1D2D
(45,29,45)
#20151F
(32,21,31)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #955D9D

#955D9D
(149,93,157)
#9E6BA5
(158,107,165)
#A779AD
(167,121,173)
#B087B5
(176,135,181)
#B995BD
(185,149,189)
#C2A3C5
(194,163,197)
#CBB1CD
(203,177,205)
#D4BFD5
(212,191,213)
#DDCDDD
(221,205,221)
#E6DBE5
(230,219,229)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955D9D color. Also use rgb(149,93,157) instead hex code.

Text Font Color

.myTextColor { color: #955D9D; }

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

This text font color is #955D9D.


Background Color

.myBgColor { background-color: #955D9D; }

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

This div background color is #955D9D.


Border color

.myBorderColor { border: 1px solid #955D9D; }

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

This div border color is #955D9D.


Opacity

.myOpacity80 { color: #955D9D; opacity: 0.8; }

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

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

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

This text has shadow with #955D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955D9D on black background.


Color preview on white background

This text has color #955D9D on white background.



Black color preview on #955D9D background

This text has black color on #955D9D background.


White color preview on #955D9D background

This text has white color on #955D9D background.