COLOR #955793

HEX: #955793
RGB: (149,87,147)

Color info

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

RGB color model

#955793 color RGB value is (149,87,147).

  • red value is 149;
  • green value is 87;
  • blue value is 147.
RGB:
(149,87,147)
(58%,34%,58%)

RGB channels and saturation

R 149 of 255 = 58%
G 87 of 255 = 34%
B 147 of 255 = 58%

149
87
147

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

Portions of RGB colors in percentages

R + G + B =
149 + 87 + 147 = 383 (100%)
R 149 of 383 ~ 38.9%
G 87 of 383 ~ 22.72%
B 147 of 383 ~ 38.38%

%38.9
%22.72
%38.38

CMYK color model

#955793 color CMYK value is (0,42,1,42).

  • cyan value is 0.00%
  • magenta value is 41.61%
  • yellow value is 1.34%
  • key color value is 41.57%
CMYK:
(0,42,1,42)
C0M42Y1K42 
(0%,42%,1%,42%)
(0.00/0.42/0.01/0.42)	

CMYK percentages

%0
%41.61
%1.34
%41.57

Codes

Color #955793 in popluar color models

955793
RGB14987147
HSL302°26.27%46.27%
HSB/HSV302°41.61%58.43%
CMYK0.00%41.61%1.34%
41.57%

Color #955793 in popluar number systems.

HEX955793
Decimal14987147
Binary10010101101011110010011
Octal225127223

Shades and tints

Shades of #955793

#955793
(149,87,147)
#885086
(136,80,134)
#7B4979
(123,73,121)
#6E426C
(110,66,108)
#613B5F
(97,59,95)
#543452
(84,52,82)
#472D45
(71,45,69)
#3A2638
(58,38,56)
#2D1F2B
(45,31,43)
#20181E
(32,24,30)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #955793

#955793
(149,87,147)
#9E669C
(158,102,156)
#A775A5
(167,117,165)
#B084AE
(176,132,174)
#B993B7
(185,147,183)
#C2A2C0
(194,162,192)
#CBB1C9
(203,177,201)
#D4C0D2
(212,192,210)
#DDCFDB
(221,207,219)
#E6DEE4
(230,222,228)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955793 color. Also use rgb(149,87,147) instead hex code.

Text Font Color

.myTextColor { color: #955793; }

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

This text font color is #955793.


Background Color

.myBgColor { background-color: #955793; }

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

This div background color is #955793.


Border color

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

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

This div border color is #955793.


Opacity

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

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

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

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

This text has shadow with #955793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955793 on black background.


Color preview on white background

This text has color #955793 on white background.



Black color preview on #955793 background

This text has black color on #955793 background.


White color preview on #955793 background

This text has white color on #955793 background.