COLOR #954ECE

HEX: #954ECE RGB: (149,78,206)

Color info

#954ECE contains mainly red and blue colors. Web safe color of #954ECE is #9966CC (or #96C).

RGB color model

#954ECE color RGB value is (149,78,206).

RGB: (149,78,206) (58%, 31%, 81%)

RGB channels and saturation

R 149 of 255 = 58%
G 78 of 255 = 31%
B 206 of 255 = 81%

149
78
206

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

Portions of RGB colors in percentages

R + G + B = 149 + 78 + 206 = 433 (100%)
R 149 of 433 ~ 34.41%
G 78 of 433 ~ 18.01%
B 206 of 433 ~ 47.58'%

%34.41
%18.01
%47.58

CMYK color model

#954ECE color CMYK value is (28,62,0,19).

  • cyan value is 27.67%
  • magenta value is 62.14%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (28,62,0,19)
C28M62Y0K19 (28%, 62%, 0%, 19%)
(0.28 / 0.62 / 0.00 / 0.19)

CMYK percentages

%27.67
%62.14
%0
%19.22

Codes

Color #954ECE in popluar color models

95 4E CE
RGB 149 78 206
HSL 273° 56.64% 55.69%
HSB/HSV 273° 62.14% 80.78%
CMYK 27.67% 62.14% 0.00%
19.22%

Color #954ECE in popluar number systems.

HEX 95 4E CE
Decimal 149 78 206
Binary 10010101 1001110 11001110
Octal 225 116 316

Shades and tints

Shades of #954ECE

#954ECE
(149,78,206)
#8847BC
(136,71,188)
#7B40AA
(123,64,170)
#6E3998
(110,57,152)
#613286
(97,50,134)
#542B74
(84,43,116)
#472462
(71,36,98)
#3A1D50
(58,29,80)
#2D163E
(45,22,62)
#200F2C
(32,15,44)
#13081A
(19,8,26)
#000000
(0,0,0)

Tints of #954ECE

#954ECE
(149,78,206)
#9E5ED2
(158,94,210)
#A76ED6
(167,110,214)
#B07EDA
(176,126,218)
#B98EDE
(185,142,222)
#C29EE2
(194,158,226)
#CBAEE6
(203,174,230)
#D4BEEA
(212,190,234)
#DDCEEE
(221,206,238)
#E6DEF2
(230,222,242)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954ECE color. Also use rgb(149,78,206) instead hex code.

Text Font Color

.myTextColor { color: #954ECE; }

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

This text font color is #954ECE.

Background Color

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

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

This div background color is #954ECE.

Border color

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

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

This div border color is #954ECE.

Opacity

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

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

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

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

This text has shadow with #954ECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #954ECE.

Preview

Color preview on black background

This text has color #954ECE on black background.


Color preview on white background

This text has color #954ECE on white background.


Black color preview on #954ECE background

This text has black color on #954ECE background.


White color preview on #954ECE background

This text has white color on #954ECE background.


Related colors

Complementary color

Complementary color for #hex is #6AB131.


I love getcolorcode.com

Triadic colors

1 #CE954E and #4ECE95 with #954ECE are triadic colors.

2 #CE4E95 and #4E95CE with #954ECE are triadic colors.