COLOR #955AAB

HEX: #955AAB RGB: (149,90,171)

Color info

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

RGB color model

#955AAB color RGB value is (149,90,171).

RGB: (149,90,171) (58%, 35%, 67%)

RGB channels and saturation

R 149 of 255 = 58%
G 90 of 255 = 35%
B 171 of 255 = 67%

149
90
171

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

Portions of RGB colors in percentages

R + G + B = 149 + 90 + 171 = 410 (100%)
R 149 of 410 ~ 36.34%
G 90 of 410 ~ 21.95%
B 171 of 410 ~ 41.71'%

%36.34
%21.95
%41.71

CMYK color model

#955AAB color CMYK value is (13,47,0,33).

  • cyan value is 12.87%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (13,47,0,33)
C13M47Y0K33 (13%, 47%, 0%, 33%)
(0.13 / 0.47 / 0.00 / 0.33)

CMYK percentages

%12.87
%47.37
%0
%32.94

Codes

Color #955AAB in popluar color models

95 5A AB
RGB 149 90 171
HSL 284° 32.53% 51.18%
HSB/HSV 284° 47.37% 67.06%
CMYK 12.87% 47.37% 0.00%
32.94%

Color #955AAB in popluar number systems.

HEX 95 5A AB
Decimal 149 90 171
Binary 10010101 1011010 10101011
Octal 225 132 253

Shades and tints

Shades of #955AAB

#955AAB
(149,90,171)
#88529C
(136,82,156)
#7B4A8D
(123,74,141)
#6E427E
(110,66,126)
#613A6F
(97,58,111)
#543260
(84,50,96)
#472A51
(71,42,81)
#3A2242
(58,34,66)
#2D1A33
(45,26,51)
#201224
(32,18,36)
#130A15
(19,10,21)
#000000
(0,0,0)

Tints of #955AAB

#955AAB
(149,90,171)
#9E69B2
(158,105,178)
#A778B9
(167,120,185)
#B087C0
(176,135,192)
#B996C7
(185,150,199)
#C2A5CE
(194,165,206)
#CBB4D5
(203,180,213)
#D4C3DC
(212,195,220)
#DDD2E3
(221,210,227)
#E6E1EA
(230,225,234)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955AAB; }

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

This text font color is #955AAB.

Background Color

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

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

This div background color is #955AAB.

Border color

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

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

This div border color is #955AAB.

Opacity

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

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

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

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

This text has shadow with #955AAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #955AAB.

Preview

Color preview on black background

This text has color #955AAB on black background.


Color preview on white background

This text has color #955AAB on white background.


Black color preview on #955AAB background

This text has black color on #955AAB background.


White color preview on #955AAB background

This text has white color on #955AAB background.


Related colors

Complementary color

Complementary color for #hex is #6AA554.


I love getcolorcode.com

Triadic colors

1 #AB955A and #5AAB95 with #955AAB are triadic colors.

2 #AB5A95 and #5A95AB with #955AAB are triadic colors.