COLOR #954F78

HEX: #954F78 RGB: (149,79,120)

Color info

#954F78 contains mainly red and blue colors. Web safe color of #954F78 is #996666 (or #966).

RGB color model

#954F78 color RGB value is (149,79,120).

RGB: (149,79,120) (58%, 31%, 47%)

RGB channels and saturation

R 149 of 255 = 58%
G 79 of 255 = 31%
B 120 of 255 = 47%

149
79
120

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

Portions of RGB colors in percentages

R + G + B = 149 + 79 + 120 = 348 (100%)
R 149 of 348 ~ 42.82%
G 79 of 348 ~ 22.7%
B 120 of 348 ~ 34.48'%

%42.82
%22.7
%34.48

CMYK color model

#954F78 color CMYK value is (0,47,19,42).

  • cyan value is 0.00%
  • magenta value is 46.98%
  • yellow value is 19.46%
  • key color value is 41.57%

CMYK: (0,47,19,42)
C0M47Y19K42 (0%, 47%, 19%, 42%)
(0.00 / 0.47 / 0.19 / 0.42)

CMYK percentages

%0
%46.98
%19.46
%41.57

Codes

Color #954F78 in popluar color models

95 4F 78
RGB 149 79 120
HSL 325° 30.70% 44.71%
HSB/HSV 325° 46.98% 58.43%
CMYK 0.00% 46.98% 19.46%
41.57%

Color #954F78 in popluar number systems.

HEX 95 4F 78
Decimal 149 79 120
Binary 10010101 1001111 1111000
Octal 225 117 170

Shades and tints

Shades of #954F78

#954F78
(149,79,120)
#88486E
(136,72,110)
#7B4164
(123,65,100)
#6E3A5A
(110,58,90)
#613350
(97,51,80)
#542C46
(84,44,70)
#47253C
(71,37,60)
#3A1E32
(58,30,50)
#2D1728
(45,23,40)
#20101E
(32,16,30)
#130914
(19,9,20)
#000000
(0,0,0)

Tints of #954F78

#954F78
(149,79,120)
#9E5F84
(158,95,132)
#A76F90
(167,111,144)
#B07F9C
(176,127,156)
#B98FA8
(185,143,168)
#C29FB4
(194,159,180)
#CBAFC0
(203,175,192)
#D4BFCC
(212,191,204)
#DDCFD8
(221,207,216)
#E6DFE4
(230,223,228)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954F78; }

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

This text font color is #954F78.

Background Color

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

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

This div background color is #954F78.

Border color

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

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

This div border color is #954F78.

Opacity

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

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

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

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

This text has shadow with #954F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #954F78.

Preview

Color preview on black background

This text has color #954F78 on black background.


Color preview on white background

This text has color #954F78 on white background.


Black color preview on #954F78 background

This text has black color on #954F78 background.


White color preview on #954F78 background

This text has white color on #954F78 background.


Related colors

Complementary color

Complementary color for #hex is #6AB087.


I love getcolorcode.com

Triadic colors

1 #78954F and #4F7895 with #954F78 are triadic colors.

2 #784F95 and #4F9578 with #954F78 are triadic colors.