COLOR #890056

HEX: #890056
RGB: (137,0,86)

Color info

#890056 contains only red and blue colors. Web safe color of #890056 is #990066 (or #906).

RGB color model

#890056 color RGB value is (137,0,86).

  • red value is 137;
  • green value is 0;
  • blue value is 86.
RGB:
(137,0,86)
(54%,0%,34%)

RGB channels and saturation

R 137 of 255 = 54%
G 0 of 255 = 0%
B 86 of 255 = 34%

137
0
86

R + G + B ~ 29%. #890056 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 0 + 86 = 223 (100%)
R 137 of 223 ~ 61.43%
G 0 of 223 ~ 0%
B 86 of 223 ~ 38.57%

%61.43
%38.57

CMYK color model

#890056 color CMYK value is (0,100,37,46).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 37.23%
  • key color value is 46.27%
CMYK:
(0,100,37,46)
C0M100Y37K46 
(0%,100%,37%,46%)
(0.00/1.00/0.37/0.46)	

CMYK percentages

%0
%100
%37.23
%46.27

Codes

Color #890056 in popluar color models

890056
RGB137086
HSL322°100.00%26.86%
HSB/HSV322°100.00%53.73%
CMYK0.00%100.00%37.23%
46.27%

Color #890056 in popluar number systems.

HEX890056
Decimal137086
Binary1000100101010110
Octal2110126

Shades and tints

Shades of #890056

#890056
(137,0,86)
#7D004F
(125,0,79)
#710048
(113,0,72)
#650041
(101,0,65)
#59003A
(89,0,58)
#4D0033
(77,0,51)
#41002C
(65,0,44)
#350025
(53,0,37)
#29001E
(41,0,30)
#1D0017
(29,0,23)
#110010
(17,0,16)
#000000
(0,0,0)

Tints of #890056

#890056
(137,0,86)
#931765
(147,23,101)
#9D2E74
(157,46,116)
#A74583
(167,69,131)
#B15C92
(177,92,146)
#BB73A1
(187,115,161)
#C58AB0
(197,138,176)
#CFA1BF
(207,161,191)
#D9B8CE
(217,184,206)
#E3CFDD
(227,207,221)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #890056 color. Also use rgb(137,0,86) instead hex code.

Text Font Color

.myTextColor { color: #890056; }

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

This text font color is #890056.


Background Color

.myBgColor { background-color: #890056; }

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

This div background color is #890056.


Border color

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

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

This div border color is #890056.


Opacity

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

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

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

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

This text has shadow with #890056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #890056 on black background.


Color preview on white background

This text has color #890056 on white background.



Black color preview on #890056 background

This text has black color on #890056 background.


White color preview on #890056 background

This text has white color on #890056 background.