COLOR #955CAA

HEX: #955CAA
RGB: (149,92,170)

Color info

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

RGB color model

#955CAA color RGB value is (149,92,170).

  • red value is 149;
  • green value is 92;
  • blue value is 170.
RGB:
(149,92,170)
(58%,36%,67%)

RGB channels and saturation

R 149 of 255 = 58%
G 92 of 255 = 36%
B 170 of 255 = 67%

149
92
170

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

Portions of RGB colors in percentages

R + G + B =
149 + 92 + 170 = 411 (100%)
R 149 of 411 ~ 36.25%
G 92 of 411 ~ 22.38%
B 170 of 411 ~ 41.36%

%36.25
%22.38
%41.36

CMYK color model

#955CAA color CMYK value is (12,46,0,33).

  • cyan value is 12.35%
  • magenta value is 45.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(12,46,0,33)
C12M46Y0K33 
(12%,46%,0%,33%)
(0.12/0.46/0.00/0.33)	

CMYK percentages

%12.35
%45.88
%0
%33.33

Codes

Color #955CAA in popluar color models

955CAA
RGB14992170
HSL284°31.45%51.37%
HSB/HSV284°45.88%66.67%
CMYK12.35%45.88%0.00%
33.33%

Color #955CAA in popluar number systems.

HEX955CAA
Decimal14992170
Binary10010101101110010101010
Octal225134252

Shades and tints

Shades of #955CAA

#955CAA
(149,92,170)
#88549B
(136,84,155)
#7B4C8C
(123,76,140)
#6E447D
(110,68,125)
#613C6E
(97,60,110)
#54345F
(84,52,95)
#472C50
(71,44,80)
#3A2441
(58,36,65)
#2D1C32
(45,28,50)
#201423
(32,20,35)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #955CAA

#955CAA
(149,92,170)
#9E6AB1
(158,106,177)
#A778B8
(167,120,184)
#B086BF
(176,134,191)
#B994C6
(185,148,198)
#C2A2CD
(194,162,205)
#CBB0D4
(203,176,212)
#D4BEDB
(212,190,219)
#DDCCE2
(221,204,226)
#E6DAE9
(230,218,233)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955CAA color. Also use rgb(149,92,170) instead hex code.

Text Font Color

.myTextColor { color: #955CAA; }

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

This text font color is #955CAA.


Background Color

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

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

This div background color is #955CAA.


Border color

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

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

This div border color is #955CAA.


Opacity

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

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

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

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

This text has shadow with #955CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955CAA on black background.


Color preview on white background

This text has color #955CAA on white background.



Black color preview on #955CAA background

This text has black color on #955CAA background.


White color preview on #955CAA background

This text has white color on #955CAA background.