COLOR #8953B7

HEX: #8953B7 RGB: (137,83,183)

Color info

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

RGB color model

#8953B7 color RGB value is (137,83,183).

RGB: (137,83,183) (54%, 33%, 72%)

RGB channels and saturation

R 137 of 255 = 54%
G 83 of 255 = 33%
B 183 of 255 = 72%

137
83
183

R + G + B ~ 53%. #8953B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 83 + 183 = 403 (100%)
R 137 of 403 ~ 34%
G 83 of 403 ~ 20.6%
B 183 of 403 ~ 45.41'%

%34
%20.6
%45.41

CMYK color model

#8953B7 color CMYK value is (25,55,0,28).

  • cyan value is 25.14%
  • magenta value is 54.64%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (25,55,0,28)
C25M55Y0K28 (25%, 55%, 0%, 28%)
(0.25 / 0.55 / 0.00 / 0.28)

CMYK percentages

%25.14
%54.64
%0
%28.24

Codes

Color #8953B7 in popluar color models

89 53 B7
RGB 137 83 183
HSL 272° 40.98% 52.16%
HSB/HSV 272° 54.64% 71.76%
CMYK 25.14% 54.64% 0.00%
28.24%

Color #8953B7 in popluar number systems.

HEX 89 53 B7
Decimal 137 83 183
Binary 10001001 1010011 10110111
Octal 211 123 267

Shades and tints

Shades of #8953B7

#8953B7
(137,83,183)
#7D4CA7
(125,76,167)
#714597
(113,69,151)
#653E87
(101,62,135)
#593777
(89,55,119)
#4D3067
(77,48,103)
#412957
(65,41,87)
#352247
(53,34,71)
#291B37
(41,27,55)
#1D1427
(29,20,39)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #8953B7

#8953B7
(137,83,183)
#9362BD
(147,98,189)
#9D71C3
(157,113,195)
#A780C9
(167,128,201)
#B18FCF
(177,143,207)
#BB9ED5
(187,158,213)
#C5ADDB
(197,173,219)
#CFBCE1
(207,188,225)
#D9CBE7
(217,203,231)
#E3DAED
(227,218,237)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8953B7 color. Also use rgb(137,83,183) instead hex code.

Text Font Color

.myTextColor { color: #8953B7; }

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

This text font color is #8953B7.

Background Color

.myBgColor { background-color: #8953B7; }

<div style="background-color:#8953B7">Inner text</div>

This div background color is #8953B7.

Border color

.myBorderColor { border: 1px solid #8953B7; }

<div style="border:3px solid #8953B7">Div</div>

This div border color is #8953B7.

Opacity

.myOpacity80 { color: #8953B7; opacity: 0.8; }

<p style="color:#8953B7;opacity:0.8;">80%</p>

Text with #8953B7 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 #8953B7;}

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

This text has shadow with #8953B7 color.


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

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

This text has shadow with #8953B7 primary color and red secondary color.


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

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

This text has shadow with #8953B7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8953B7.

Preview

Color preview on black background

This text has color #8953B7 on black background.


Color preview on white background

This text has color #8953B7 on white background.


Black color preview on #8953B7 background

This text has black color on #8953B7 background.


White color preview on #8953B7 background

This text has white color on #8953B7 background.


Related colors

Complementary color

Complementary color for #hex is #76AC48.


I love getcolorcode.com

Triadic colors

1 #B78953 and #53B789 with #8953B7 are triadic colors.

2 #B75389 and #5389B7 with #8953B7 are triadic colors.