COLOR #8954C9

HEX: #8954C9 RGB: (137,84,201)

Color info

#8954C9 contains mainly blue color. Web safe color of #8954C9 is #9966CC (or #96C).

RGB color model

#8954C9 color RGB value is (137,84,201).

RGB: (137,84,201) (54%, 33%, 79%)

RGB channels and saturation

R 137 of 255 = 54%
G 84 of 255 = 33%
B 201 of 255 = 79%

137
84
201

R + G + B ~ 55%. #8954C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 84 + 201 = 422 (100%)
R 137 of 422 ~ 32.46%
G 84 of 422 ~ 19.91%
B 201 of 422 ~ 47.63'%

%32.46
%19.91
%47.63

CMYK color model

#8954C9 color CMYK value is (32,58,0,21).

  • cyan value is 31.84%
  • magenta value is 58.21%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (32,58,0,21)
C32M58Y0K21 (32%, 58%, 0%, 21%)
(0.32 / 0.58 / 0.00 / 0.21)

CMYK percentages

%31.84
%58.21
%0
%21.18

Codes

Color #8954C9 in popluar color models

89 54 C9
RGB 137 84 201
HSL 267° 52.00% 55.88%
HSB/HSV 267° 58.21% 78.82%
CMYK 31.84% 58.21% 0.00%
21.18%

Color #8954C9 in popluar number systems.

HEX 89 54 C9
Decimal 137 84 201
Binary 10001001 1010100 11001001
Octal 211 124 311

Shades and tints

Shades of #8954C9

#8954C9
(137,84,201)
#7D4DB7
(125,77,183)
#7146A5
(113,70,165)
#653F93
(101,63,147)
#593881
(89,56,129)
#4D316F
(77,49,111)
#412A5D
(65,42,93)
#35234B
(53,35,75)
#291C39
(41,28,57)
#1D1527
(29,21,39)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #8954C9

#8954C9
(137,84,201)
#9363CD
(147,99,205)
#9D72D1
(157,114,209)
#A781D5
(167,129,213)
#B190D9
(177,144,217)
#BB9FDD
(187,159,221)
#C5AEE1
(197,174,225)
#CFBDE5
(207,189,229)
#D9CCE9
(217,204,233)
#E3DBED
(227,219,237)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8954C9 color. Also use rgb(137,84,201) instead hex code.

Text Font Color

.myTextColor { color: #8954C9; }

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

This text font color is #8954C9.

Background Color

.myBgColor { background-color: #8954C9; }

<div style="background-color:#8954C9">Inner text</div>

This div background color is #8954C9.

Border color

.myBorderColor { border: 1px solid #8954C9; }

<div style="border:3px solid #8954C9">Div</div>

This div border color is #8954C9.

Opacity

.myOpacity80 { color: #8954C9; opacity: 0.8; }

<p style="color:#8954C9;opacity:0.8;">80%</p>

Text with #8954C9 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 #8954C9;}

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

This text has shadow with #8954C9 color.


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

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

This text has shadow with #8954C9 primary color and red secondary color.


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

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

This text has shadow with #8954C9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8954C9.

Preview

Color preview on black background

This text has color #8954C9 on black background.


Color preview on white background

This text has color #8954C9 on white background.


Black color preview on #8954C9 background

This text has black color on #8954C9 background.


White color preview on #8954C9 background

This text has white color on #8954C9 background.


Related colors

Complementary color

Complementary color for #hex is #76AB36.


I love getcolorcode.com

Triadic colors

1 #C98954 and #54C989 with #8954C9 are triadic colors.

2 #C95489 and #5489C9 with #8954C9 are triadic colors.