COLOR #955AAE

HEX: #955AAE RGB: (149,90,174)

Color info

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

RGB color model

#955AAE color RGB value is (149,90,174).

RGB: (149,90,174) (58%, 35%, 68%)

RGB channels and saturation

R 149 of 255 = 58%
G 90 of 255 = 35%
B 174 of 255 = 68%

149
90
174

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

Portions of RGB colors in percentages

R + G + B = 149 + 90 + 174 = 413 (100%)
R 149 of 413 ~ 36.08%
G 90 of 413 ~ 21.79%
B 174 of 413 ~ 42.13'%

%36.08
%21.79
%42.13

CMYK color model

#955AAE color CMYK value is (14,48,0,32).

  • cyan value is 14.37%
  • magenta value is 48.28%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (14,48,0,32)
C14M48Y0K32 (14%, 48%, 0%, 32%)
(0.14 / 0.48 / 0.00 / 0.32)

CMYK percentages

%14.37
%48.28
%0
%31.76

Codes

Color #955AAE in popluar color models

95 5A AE
RGB 149 90 174
HSL 282° 34.15% 51.76%
HSB/HSV 282° 48.28% 68.24%
CMYK 14.37% 48.28% 0.00%
31.76%

Color #955AAE in popluar number systems.

HEX 95 5A AE
Decimal 149 90 174
Binary 10010101 1011010 10101110
Octal 225 132 256

Shades and tints

Shades of #955AAE

#955AAE
(149,90,174)
#88529F
(136,82,159)
#7B4A90
(123,74,144)
#6E4281
(110,66,129)
#613A72
(97,58,114)
#543263
(84,50,99)
#472A54
(71,42,84)
#3A2245
(58,34,69)
#2D1A36
(45,26,54)
#201227
(32,18,39)
#130A18
(19,10,24)
#000000
(0,0,0)

Tints of #955AAE

#955AAE
(149,90,174)
#9E69B5
(158,105,181)
#A778BC
(167,120,188)
#B087C3
(176,135,195)
#B996CA
(185,150,202)
#C2A5D1
(194,165,209)
#CBB4D8
(203,180,216)
#D4C3DF
(212,195,223)
#DDD2E6
(221,210,230)
#E6E1ED
(230,225,237)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955AAE; }

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

This text font color is #955AAE.

Background Color

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

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

This div background color is #955AAE.

Border color

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

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

This div border color is #955AAE.

Opacity

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

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

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

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

This text has shadow with #955AAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #955AAE.

Preview

Color preview on black background

This text has color #955AAE on black background.


Color preview on white background

This text has color #955AAE on white background.


Black color preview on #955AAE background

This text has black color on #955AAE background.


White color preview on #955AAE background

This text has white color on #955AAE background.


Related colors

Complementary color

Complementary color for #hex is #6AA551.


I love getcolorcode.com

Triadic colors

1 #AE955A and #5AAE95 with #955AAE are triadic colors.

2 #AE5A95 and #5A95AE with #955AAE are triadic colors.