COLOR #954BA5

HEX: #954BA5
RGB: (149,75,165)

Color info

#954BA5 contains mainly red and blue colors. Web safe color of #954BA5 is #993399 (or #939).

RGB color model

#954BA5 color RGB value is (149,75,165).

  • red value is 149;
  • green value is 75;
  • blue value is 165.
RGB:
(149,75,165)
(58%,29%,65%)

RGB channels and saturation

R 149 of 255 = 58%
G 75 of 255 = 29%
B 165 of 255 = 65%

149
75
165

R + G + B ~ 51%. #954BA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 75 + 165 = 389 (100%)
R 149 of 389 ~ 38.3%
G 75 of 389 ~ 19.28%
B 165 of 389 ~ 42.42%

%38.3
%19.28
%42.42

CMYK color model

#954BA5 color CMYK value is (10,55,0,35).

  • cyan value is 9.70%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(10,55,0,35)
C10M55Y0K35 
(10%,55%,0%,35%)
(0.10/0.55/0.00/0.35)	

CMYK percentages

%9.7
%54.55
%0
%35.29

Codes

Color #954BA5 in popluar color models

954BA5
RGB14975165
HSL289°37.50%47.06%
HSB/HSV289°54.55%64.71%
CMYK9.70%54.55%0.00%
35.29%

Color #954BA5 in popluar number systems.

HEX954BA5
Decimal14975165
Binary10010101100101110100101
Octal225113245

Shades and tints

Shades of #954BA5

#954BA5
(149,75,165)
#884596
(136,69,150)
#7B3F87
(123,63,135)
#6E3978
(110,57,120)
#613369
(97,51,105)
#542D5A
(84,45,90)
#47274B
(71,39,75)
#3A213C
(58,33,60)
#2D1B2D
(45,27,45)
#20151E
(32,21,30)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #954BA5

#954BA5
(149,75,165)
#9E5BAD
(158,91,173)
#A76BB5
(167,107,181)
#B07BBD
(176,123,189)
#B98BC5
(185,139,197)
#C29BCD
(194,155,205)
#CBABD5
(203,171,213)
#D4BBDD
(212,187,221)
#DDCBE5
(221,203,229)
#E6DBED
(230,219,237)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954BA5 color. Also use rgb(149,75,165) instead hex code.

Text Font Color

.myTextColor { color: #954BA5; }

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

This text font color is #954BA5.


Background Color

.myBgColor { background-color: #954BA5; }

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

This div background color is #954BA5.


Border color

.myBorderColor { border: 1px solid #954BA5; }

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

This div border color is #954BA5.


Opacity

.myOpacity80 { color: #954BA5; opacity: 0.8; }

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

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

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

This text has shadow with #954BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954BA5 on black background.


Color preview on white background

This text has color #954BA5 on white background.



Black color preview on #954BA5 background

This text has black color on #954BA5 background.


White color preview on #954BA5 background

This text has white color on #954BA5 background.