COLOR #893FC7

HEX: #893FC7
RGB: (137,63,199)

Color info

#893FC7 contains mainly blue color. Web safe color of #893FC7 is #9933CC (or #93C).

RGB color model

#893FC7 color RGB value is (137,63,199).

  • red value is 137;
  • green value is 63;
  • blue value is 199.
RGB:
(137,63,199)
(54%,25%,78%)

RGB channels and saturation

R 137 of 255 = 54%
G 63 of 255 = 25%
B 199 of 255 = 78%

137
63
199

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

Portions of RGB colors in percentages

R + G + B =
137 + 63 + 199 = 399 (100%)
R 137 of 399 ~ 34.34%
G 63 of 399 ~ 15.79%
B 199 of 399 ~ 49.87%

%34.34
%15.79
%49.87

CMYK color model

#893FC7 color CMYK value is (31,68,0,22).

  • cyan value is 31.16%
  • magenta value is 68.34%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(31,68,0,22)
C31M68Y0K22 
(31%,68%,0%,22%)
(0.31/0.68/0.00/0.22)	

CMYK percentages

%31.16
%68.34
%0
%21.96

Codes

Color #893FC7 in popluar color models

893FC7
RGB13763199
HSL273°54.84%51.37%
HSB/HSV273°68.34%78.04%
CMYK31.16%68.34%0.00%
21.96%

Color #893FC7 in popluar number systems.

HEX893FC7
Decimal13763199
Binary1000100111111111000111
Octal21177307

Shades and tints

Shades of #893FC7

#893FC7
(137,63,199)
#7D3AB5
(125,58,181)
#7135A3
(113,53,163)
#653091
(101,48,145)
#592B7F
(89,43,127)
#4D266D
(77,38,109)
#41215B
(65,33,91)
#351C49
(53,28,73)
#291737
(41,23,55)
#1D1225
(29,18,37)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #893FC7

#893FC7
(137,63,199)
#9350CC
(147,80,204)
#9D61D1
(157,97,209)
#A772D6
(167,114,214)
#B183DB
(177,131,219)
#BB94E0
(187,148,224)
#C5A5E5
(197,165,229)
#CFB6EA
(207,182,234)
#D9C7EF
(217,199,239)
#E3D8F4
(227,216,244)
#EDE9F9
(237,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893FC7; }

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

This text font color is #893FC7.


Background Color

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

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

This div background color is #893FC7.


Border color

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

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

This div border color is #893FC7.


Opacity

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

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

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

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

This text has shadow with #893FC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893FC7 on black background.


Color preview on white background

This text has color #893FC7 on white background.



Black color preview on #893FC7 background

This text has black color on #893FC7 background.


White color preview on #893FC7 background

This text has white color on #893FC7 background.