COLOR #954B9A

HEX: #954B9A RGB: (149,75,154)

Color info

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

RGB color model

#954B9A color RGB value is (149,75,154).

RGB: (149,75,154) (58%, 29%, 60%)

RGB channels and saturation

R 149 of 255 = 58%
G 75 of 255 = 29%
B 154 of 255 = 60%

149
75
154

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

Portions of RGB colors in percentages

R + G + B = 149 + 75 + 154 = 378 (100%)
R 149 of 378 ~ 39.42%
G 75 of 378 ~ 19.84%
B 154 of 378 ~ 40.74'%

%39.42
%19.84
%40.74

CMYK color model

#954B9A color CMYK value is (3,51,0,40).

  • cyan value is 3.25%
  • magenta value is 51.30%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (3,51,0,40) C3M51Y0K40 (3%,51%,0%,40%) (0.03/0.51/0.00/0.40) 

CMYK percentages

%3.25
%51.3
%0
%39.61

Codes

Color #954B9A in popluar color models

95 4B 9A
RGB 149 75 154
HSL 296° 34.50% 44.90%
HSB/HSV 296° 51.30% 60.39%
CMYK 3.25% 51.30% 0.00%
39.61%

Color #954B9A in popluar number systems.

HEX 95 4B 9A
Decimal 149 75 154
Binary 10010101 1001011 10011010
Octal 225 113 232

Shades and tints

Shades of #954B9A

#954B9A
(149,75,154)
#88458C
(136,69,140)
#7B3F7E
(123,63,126)
#6E3970
(110,57,112)
#613362
(97,51,98)
#542D54
(84,45,84)
#472746
(71,39,70)
#3A2138
(58,33,56)
#2D1B2A
(45,27,42)
#20151C
(32,21,28)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #954B9A

#954B9A
(149,75,154)
#9E5BA3
(158,91,163)
#A76BAC
(167,107,172)
#B07BB5
(176,123,181)
#B98BBE
(185,139,190)
#C29BC7
(194,155,199)
#CBABD0
(203,171,208)
#D4BBD9
(212,187,217)
#DDCBE2
(221,203,226)
#E6DBEB
(230,219,235)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954B9A; }

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

This text font color is #954B9A.

Background Color

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

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

This div background color is #954B9A.

Border color

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

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

This div border color is #954B9A.

Opacity

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

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

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

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

This text has shadow with #954B9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #954B9A.

Preview

Color preview on black background

This text has color #954B9A on black background.


Color preview on white background

This text has color #954B9A on white background.


Black color preview on #954B9A background

This text has black color on #954B9A background.


White color preview on #954B9A background

This text has white color on #954B9A background.


Related colors

Complementary color

Complementary color for #hex is #6AB465.


I love getcolorcode.com

Triadic colors

1 #9A954B and #4B9A95 with #954B9A are triadic colors.

2 #9A4B95 and #4B959A with #954B9A are triadic colors.