COLOR #955D9E

HEX: #955D9E RGB: (149,93,158)

Color info

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

RGB color model

#955D9E color RGB value is (149,93,158).

RGB: (149,93,158) (58%, 36%, 62%)

RGB channels and saturation

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

149
93
158

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

Portions of RGB colors in percentages

R + G + B = 149 + 93 + 158 = 400 (100%)
R 149 of 400 ~ 37.25%
G 93 of 400 ~ 23.25%
B 158 of 400 ~ 39.5'%

%37.25
%23.25
%39.5

CMYK color model

#955D9E color CMYK value is (6,41,0,38).

  • cyan value is 5.70%
  • magenta value is 41.14%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (6,41,0,38)
C6M41Y0K38 (6%, 41%, 0%, 38%)
(0.06 / 0.41 / 0.00 / 0.38)

CMYK percentages

%5.7
%41.14
%0
%38.04

Codes

Color #955D9E in popluar color models

95 5D 9E
RGB 149 93 158
HSL 292° 25.90% 49.22%
HSB/HSV 292° 41.14% 61.96%
CMYK 5.70% 41.14% 0.00%
38.04%

Color #955D9E in popluar number systems.

HEX 95 5D 9E
Decimal 149 93 158
Binary 10010101 1011101 10011110
Octal 225 135 236

Shades and tints

Shades of #955D9E

#955D9E
(149,93,158)
#885590
(136,85,144)
#7B4D82
(123,77,130)
#6E4574
(110,69,116)
#613D66
(97,61,102)
#543558
(84,53,88)
#472D4A
(71,45,74)
#3A253C
(58,37,60)
#2D1D2E
(45,29,46)
#201520
(32,21,32)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #955D9E

#955D9E
(149,93,158)
#9E6BA6
(158,107,166)
#A779AE
(167,121,174)
#B087B6
(176,135,182)
#B995BE
(185,149,190)
#C2A3C6
(194,163,198)
#CBB1CE
(203,177,206)
#D4BFD6
(212,191,214)
#DDCDDE
(221,205,222)
#E6DBE6
(230,219,230)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955D9E; }

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

This text font color is #955D9E.

Background Color

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

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

This div background color is #955D9E.

Border color

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

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

This div border color is #955D9E.

Opacity

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

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

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

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

This text has shadow with #955D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #955D9E.

Preview

Color preview on black background

This text has color #955D9E on black background.


Color preview on white background

This text has color #955D9E on white background.


Black color preview on #955D9E background

This text has black color on #955D9E background.


White color preview on #955D9E background

This text has white color on #955D9E background.


Related colors

Complementary color

Complementary color for #hex is #6AA261.


I love getcolorcode.com

Triadic colors

1 #9E955D and #5D9E95 with #955D9E are triadic colors.

2 #9E5D95 and #5D959E with #955D9E are triadic colors.