COLOR #893FB7

HEX: #893FB7 RGB: (137,63,183)

Color info

#893FB7 contains mainly red and blue colors. Web safe color of #893FB7 is #9933CC (or #93C).

RGB color model

#893FB7 color RGB value is (137,63,183).

RGB: (137,63,183) (54%, 25%, 72%)

RGB channels and saturation

R 137 of 255 = 54%
G 63 of 255 = 25%
B 183 of 255 = 72%

137
63
183

R + G + B ~ 50%. #893FB7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 63 + 183 = 383 (100%)
R 137 of 383 ~ 35.77%
G 63 of 383 ~ 16.45%
B 183 of 383 ~ 47.78'%

%35.77
%16.45
%47.78

CMYK color model

#893FB7 color CMYK value is (25,66,0,28).

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

CMYK: (25,66,0,28)
C25M66Y0K28 (25%, 66%, 0%, 28%)
(0.25 / 0.66 / 0.00 / 0.28)

CMYK percentages

%25.14
%65.57
%0
%28.24

Codes

Color #893FB7 in popluar color models

89 3F B7
RGB 137 63 183
HSL 277° 48.78% 48.24%
HSB/HSV 277° 65.57% 71.76%
CMYK 25.14% 65.57% 0.00%
28.24%

Color #893FB7 in popluar number systems.

HEX 89 3F B7
Decimal 137 63 183
Binary 10001001 111111 10110111
Octal 211 77 267

Shades and tints

Shades of #893FB7

#893FB7
(137,63,183)
#7D3AA7
(125,58,167)
#713597
(113,53,151)
#653087
(101,48,135)
#592B77
(89,43,119)
#4D2667
(77,38,103)
#412157
(65,33,87)
#351C47
(53,28,71)
#291737
(41,23,55)
#1D1227
(29,18,39)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #893FB7

#893FB7
(137,63,183)
#9350BD
(147,80,189)
#9D61C3
(157,97,195)
#A772C9
(167,114,201)
#B183CF
(177,131,207)
#BB94D5
(187,148,213)
#C5A5DB
(197,165,219)
#CFB6E1
(207,182,225)
#D9C7E7
(217,199,231)
#E3D8ED
(227,216,237)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893FB7 color. Also use rgb(137,63,183) instead hex code.

Text Font Color

.myTextColor { color: #893FB7; }

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

This text font color is #893FB7.

Background Color

.myBgColor { background-color: #893FB7; }

<div style="background-color:#893FB7">Inner text</div>

This div background color is #893FB7.

Border color

.myBorderColor { border: 1px solid #893FB7; }

<div style="border:3px solid #893FB7">Div</div>

This div border color is #893FB7.

Opacity

.myOpacity80 { color: #893FB7; opacity: 0.8; }

<p style="color:#893FB7;opacity:0.8;">80%</p>

Text with #893FB7 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 #893FB7;}

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

This text has shadow with #893FB7 color.


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

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

This text has shadow with #893FB7 primary color and red secondary color.


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

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

This text has shadow with #893FB7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #893FB7.

Preview

Color preview on black background

This text has color #893FB7 on black background.


Color preview on white background

This text has color #893FB7 on white background.


Black color preview on #893FB7 background

This text has black color on #893FB7 background.


White color preview on #893FB7 background

This text has white color on #893FB7 background.


Related colors

Complementary color

Complementary color for #hex is #76C048.


I love getcolorcode.com

Triadic colors

1 #B7893F and #3FB789 with #893FB7 are triadic colors.

2 #B73F89 and #3F89B7 with #893FB7 are triadic colors.