COLOR #955E92

HEX: #955E92
RGB: (149,94,146)

Color info

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

RGB color model

#955E92 color RGB value is (149,94,146).

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

RGB channels and saturation

R 149 of 255 = 58%
G 94 of 255 = 37%
B 146 of 255 = 57%

149
94
146

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

Portions of RGB colors in percentages

R + G + B =
149 + 94 + 146 = 389 (100%)
R 149 of 389 ~ 38.3%
G 94 of 389 ~ 24.16%
B 146 of 389 ~ 37.53%

%38.3
%24.16
%37.53

CMYK color model

#955E92 color CMYK value is (0,37,2,42).

  • cyan value is 0.00%
  • magenta value is 36.91%
  • yellow value is 2.01%
  • key color value is 41.57%
CMYK:
(0,37,2,42)
C0M37Y2K42 
(0%,37%,2%,42%)
(0.00/0.37/0.02/0.42)	

CMYK percentages

%0
%36.91
%2.01
%41.57

Codes

Color #955E92 in popluar color models

955E92
RGB14994146
HSL303°22.63%47.65%
HSB/HSV303°36.91%58.43%
CMYK0.00%36.91%2.01%
41.57%

Color #955E92 in popluar number systems.

HEX955E92
Decimal14994146
Binary10010101101111010010010
Octal225136222

Shades and tints

Shades of #955E92

#955E92
(149,94,146)
#885685
(136,86,133)
#7B4E78
(123,78,120)
#6E466B
(110,70,107)
#613E5E
(97,62,94)
#543651
(84,54,81)
#472E44
(71,46,68)
#3A2637
(58,38,55)
#2D1E2A
(45,30,42)
#20161D
(32,22,29)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #955E92

#955E92
(149,94,146)
#9E6C9B
(158,108,155)
#A77AA4
(167,122,164)
#B088AD
(176,136,173)
#B996B6
(185,150,182)
#C2A4BF
(194,164,191)
#CBB2C8
(203,178,200)
#D4C0D1
(212,192,209)
#DDCEDA
(221,206,218)
#E6DCE3
(230,220,227)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955E92; }

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

This text font color is #955E92.


Background Color

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

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

This div background color is #955E92.


Border color

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

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

This div border color is #955E92.


Opacity

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

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

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

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

This text has shadow with #955E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955E92 on black background.


Color preview on white background

This text has color #955E92 on white background.



Black color preview on #955E92 background

This text has black color on #955E92 background.


White color preview on #955E92 background

This text has white color on #955E92 background.