COLOR #893395

HEX: #893395
RGB: (137,51,149)

Color info

#893395 contains mainly red and blue colors. Web safe color of #893395 is #993399 (or #939).

RGB color model

#893395 color RGB value is (137,51,149).

  • red value is 137;
  • green value is 51;
  • blue value is 149.
RGB:
(137,51,149)
(54%,20%,58%)

RGB channels and saturation

R 137 of 255 = 54%
G 51 of 255 = 20%
B 149 of 255 = 58%

137
51
149

R + G + B ~ 44%. #893395 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 51 + 149 = 337 (100%)
R 137 of 337 ~ 40.65%
G 51 of 337 ~ 15.13%
B 149 of 337 ~ 44.21%

%40.65
%15.13
%44.21

CMYK color model

#893395 color CMYK value is (8,66,0,42).

  • cyan value is 8.05%
  • magenta value is 65.77%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(8,66,0,42)
C8M66Y0K42 
(8%,66%,0%,42%)
(0.08/0.66/0.00/0.42)	

CMYK percentages

%8.05
%65.77
%0
%41.57

Codes

Color #893395 in popluar color models

893395
RGB13751149
HSL293°49.00%39.22%
HSB/HSV293°65.77%58.43%
CMYK8.05%65.77%0.00%
41.57%

Color #893395 in popluar number systems.

HEX893395
Decimal13751149
Binary1000100111001110010101
Octal21163225

Shades and tints

Shades of #893395

#893395
(137,51,149)
#7D2F88
(125,47,136)
#712B7B
(113,43,123)
#65276E
(101,39,110)
#592361
(89,35,97)
#4D1F54
(77,31,84)
#411B47
(65,27,71)
#35173A
(53,23,58)
#29132D
(41,19,45)
#1D0F20
(29,15,32)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #893395

#893395
(137,51,149)
#93459E
(147,69,158)
#9D57A7
(157,87,167)
#A769B0
(167,105,176)
#B17BB9
(177,123,185)
#BB8DC2
(187,141,194)
#C59FCB
(197,159,203)
#CFB1D4
(207,177,212)
#D9C3DD
(217,195,221)
#E3D5E6
(227,213,230)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893395 color. Also use rgb(137,51,149) instead hex code.

Text Font Color

.myTextColor { color: #893395; }

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

This text font color is #893395.


Background Color

.myBgColor { background-color: #893395; }

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

This div background color is #893395.


Border color

.myBorderColor { border: 1px solid #893395; }

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

This div border color is #893395.


Opacity

.myOpacity80 { color: #893395; opacity: 0.8; }

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

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

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

This text has shadow with #893395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893395 on black background.


Color preview on white background

This text has color #893395 on white background.



Black color preview on #893395 background

This text has black color on #893395 background.


White color preview on #893395 background

This text has white color on #893395 background.