COLOR #955E90

HEX: #955E90
RGB: (149,94,144)

Color info

#955E90 contains red, green and blue colors in about the same proportion. Web safe color of #955E90 is #996699 (or #969).

RGB color model

#955E90 color RGB value is (149,94,144).

  • red value is 149;
  • green value is 94;
  • blue value is 144.
RGB:
(149,94,144)
(58%,37%,56%)

RGB channels and saturation

R 149 of 255 = 58%
G 94 of 255 = 37%
B 144 of 255 = 56%

149
94
144

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

Portions of RGB colors in percentages

R + G + B =
149 + 94 + 144 = 387 (100%)
R 149 of 387 ~ 38.5%
G 94 of 387 ~ 24.29%
B 144 of 387 ~ 37.21%

%38.5
%24.29
%37.21

CMYK color model

#955E90 color CMYK value is (0,37,3,42).

  • cyan value is 0.00%
  • magenta value is 36.91%
  • yellow value is 3.36%
  • key color value is 41.57%
CMYK:
(0,37,3,42)
C0M37Y3K42 
(0%,37%,3%,42%)
(0.00/0.37/0.03/0.42)	

CMYK percentages

%0
%36.91
%3.36
%41.57

Codes

Color #955E90 in popluar color models

955E90
RGB14994144
HSL305°22.63%47.65%
HSB/HSV305°36.91%58.43%
CMYK0.00%36.91%3.36%
41.57%

Color #955E90 in popluar number systems.

HEX955E90
Decimal14994144
Binary10010101101111010010000
Octal225136220

Shades and tints

Shades of #955E90

#955E90
(149,94,144)
#885683
(136,86,131)
#7B4E76
(123,78,118)
#6E4669
(110,70,105)
#613E5C
(97,62,92)
#54364F
(84,54,79)
#472E42
(71,46,66)
#3A2635
(58,38,53)
#2D1E28
(45,30,40)
#20161B
(32,22,27)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #955E90

#955E90
(149,94,144)
#9E6C9A
(158,108,154)
#A77AA4
(167,122,164)
#B088AE
(176,136,174)
#B996B8
(185,150,184)
#C2A4C2
(194,164,194)
#CBB2CC
(203,178,204)
#D4C0D6
(212,192,214)
#DDCEE0
(221,206,224)
#E6DCEA
(230,220,234)
#EFEAF4
(239,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955E90 color. Also use rgb(149,94,144) instead hex code.

Text Font Color

.myTextColor { color: #955E90; }

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

This text font color is #955E90.


Background Color

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

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

This div background color is #955E90.


Border color

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

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

This div border color is #955E90.


Opacity

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

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

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

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

This text has shadow with #955E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955E90 on black background.


Color preview on white background

This text has color #955E90 on white background.



Black color preview on #955E90 background

This text has black color on #955E90 background.


White color preview on #955E90 background

This text has white color on #955E90 background.