COLOR #955AA3

HEX: #955AA3
RGB: (149,90,163)

Color info

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

RGB color model

#955AA3 color RGB value is (149,90,163).

  • red value is 149;
  • green value is 90;
  • blue value is 163.
RGB:
(149,90,163)
(58%,35%,64%)

RGB channels and saturation

R 149 of 255 = 58%
G 90 of 255 = 35%
B 163 of 255 = 64%

149
90
163

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

Portions of RGB colors in percentages

R + G + B =
149 + 90 + 163 = 402 (100%)
R 149 of 402 ~ 37.06%
G 90 of 402 ~ 22.39%
B 163 of 402 ~ 40.55%

%37.06
%22.39
%40.55

CMYK color model

#955AA3 color CMYK value is (9,45,0,36).

  • cyan value is 8.59%
  • magenta value is 44.79%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(9,45,0,36)
C9M45Y0K36 
(9%,45%,0%,36%)
(0.09/0.45/0.00/0.36)	

CMYK percentages

%8.59
%44.79
%0
%36.08

Codes

Color #955AA3 in popluar color models

955AA3
RGB14990163
HSL288°28.85%49.61%
HSB/HSV288°44.79%63.92%
CMYK8.59%44.79%0.00%
36.08%

Color #955AA3 in popluar number systems.

HEX955AA3
Decimal14990163
Binary10010101101101010100011
Octal225132243

Shades and tints

Shades of #955AA3

#955AA3
(149,90,163)
#885295
(136,82,149)
#7B4A87
(123,74,135)
#6E4279
(110,66,121)
#613A6B
(97,58,107)
#54325D
(84,50,93)
#472A4F
(71,42,79)
#3A2241
(58,34,65)
#2D1A33
(45,26,51)
#201225
(32,18,37)
#130A17
(19,10,23)
#000000
(0,0,0)

Tints of #955AA3

#955AA3
(149,90,163)
#9E69AB
(158,105,171)
#A778B3
(167,120,179)
#B087BB
(176,135,187)
#B996C3
(185,150,195)
#C2A5CB
(194,165,203)
#CBB4D3
(203,180,211)
#D4C3DB
(212,195,219)
#DDD2E3
(221,210,227)
#E6E1EB
(230,225,235)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955AA3 color. Also use rgb(149,90,163) instead hex code.

Text Font Color

.myTextColor { color: #955AA3; }

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

This text font color is #955AA3.


Background Color

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

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

This div background color is #955AA3.


Border color

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

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

This div border color is #955AA3.


Opacity

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

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

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

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

This text has shadow with #955AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955AA3 on black background.


Color preview on white background

This text has color #955AA3 on white background.



Black color preview on #955AA3 background

This text has black color on #955AA3 background.


White color preview on #955AA3 background

This text has white color on #955AA3 background.