COLOR #954FA5

HEX: #954FA5
RGB: (149,79,165)

Color info

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

RGB color model

#954FA5 color RGB value is (149,79,165).

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

RGB channels and saturation

R 149 of 255 = 58%
G 79 of 255 = 31%
B 165 of 255 = 65%

149
79
165

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

Portions of RGB colors in percentages

R + G + B =
149 + 79 + 165 = 393 (100%)
R 149 of 393 ~ 37.91%
G 79 of 393 ~ 20.1%
B 165 of 393 ~ 41.98%

%37.91
%20.1
%41.98

CMYK color model

#954FA5 color CMYK value is (10,52,0,35).

  • cyan value is 9.70%
  • magenta value is 52.12%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(10,52,0,35)
C10M52Y0K35 
(10%,52%,0%,35%)
(0.10/0.52/0.00/0.35)	

CMYK percentages

%9.7
%52.12
%0
%35.29

Codes

Color #954FA5 in popluar color models

954FA5
RGB14979165
HSL289°35.25%47.84%
HSB/HSV289°52.12%64.71%
CMYK9.70%52.12%0.00%
35.29%

Color #954FA5 in popluar number systems.

HEX954FA5
Decimal14979165
Binary10010101100111110100101
Octal225117245

Shades and tints

Shades of #954FA5

#954FA5
(149,79,165)
#884896
(136,72,150)
#7B4187
(123,65,135)
#6E3A78
(110,58,120)
#613369
(97,51,105)
#542C5A
(84,44,90)
#47254B
(71,37,75)
#3A1E3C
(58,30,60)
#2D172D
(45,23,45)
#20101E
(32,16,30)
#13090F
(19,9,15)
#000000
(0,0,0)

Tints of #954FA5

#954FA5
(149,79,165)
#9E5FAD
(158,95,173)
#A76FB5
(167,111,181)
#B07FBD
(176,127,189)
#B98FC5
(185,143,197)
#C29FCD
(194,159,205)
#CBAFD5
(203,175,213)
#D4BFDD
(212,191,221)
#DDCFE5
(221,207,229)
#E6DFED
(230,223,237)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954FA5; }

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

This text font color is #954FA5.


Background Color

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

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

This div background color is #954FA5.


Border color

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

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

This div border color is #954FA5.


Opacity

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

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

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

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

This text has shadow with #954FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954FA5 on black background.


Color preview on white background

This text has color #954FA5 on white background.



Black color preview on #954FA5 background

This text has black color on #954FA5 background.


White color preview on #954FA5 background

This text has white color on #954FA5 background.