COLOR #890D7E

HEX: #890D7E
RGB: (137,13,126)

Color info

#890D7E contains mainly red and blue colors. Web safe color of #890D7E is #990066 (or #906).

RGB color model

#890D7E color RGB value is (137,13,126).

  • red value is 137;
  • green value is 13;
  • blue value is 126.
RGB:
(137,13,126)
(54%,5%,49%)

RGB channels and saturation

R 137 of 255 = 54%
G 13 of 255 = 5%
B 126 of 255 = 49%

137
13
126

R + G + B ~ 36%. #890D7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 13 + 126 = 276 (100%)
R 137 of 276 ~ 49.64%
G 13 of 276 ~ 4.71%
B 126 of 276 ~ 45.65%

%49.64
%45.65

CMYK color model

#890D7E color CMYK value is (0,91,8,46).

  • cyan value is 0.00%
  • magenta value is 90.51%
  • yellow value is 8.03%
  • key color value is 46.27%
CMYK:
(0,91,8,46)
C0M91Y8K46 
(0%,91%,8%,46%)
(0.00/0.91/0.08/0.46)	

CMYK percentages

%0
%90.51
%8.03
%46.27

Codes

Color #890D7E in popluar color models

890D7E
RGB13713126
HSL305°82.67%29.41%
HSB/HSV305°90.51%53.73%
CMYK0.00%90.51%8.03%
46.27%

Color #890D7E in popluar number systems.

HEX890D7E
Decimal13713126
Binary1000100111011111110
Octal21115176

Shades and tints

Shades of #890D7E

#890D7E
(137,13,126)
#7D0C73
(125,12,115)
#710B68
(113,11,104)
#650A5D
(101,10,93)
#590952
(89,9,82)
#4D0847
(77,8,71)
#41073C
(65,7,60)
#350631
(53,6,49)
#290526
(41,5,38)
#1D041B
(29,4,27)
#110310
(17,3,16)
#000000
(0,0,0)

Tints of #890D7E

#890D7E
(137,13,126)
#932389
(147,35,137)
#9D3994
(157,57,148)
#A74F9F
(167,79,159)
#B165AA
(177,101,170)
#BB7BB5
(187,123,181)
#C591C0
(197,145,192)
#CFA7CB
(207,167,203)
#D9BDD6
(217,189,214)
#E3D3E1
(227,211,225)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #890D7E color. Also use rgb(137,13,126) instead hex code.

Text Font Color

.myTextColor { color: #890D7E; }

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

This text font color is #890D7E.


Background Color

.myBgColor { background-color: #890D7E; }

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

This div background color is #890D7E.


Border color

.myBorderColor { border: 1px solid #890D7E; }

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

This div border color is #890D7E.


Opacity

.myOpacity80 { color: #890D7E; opacity: 0.8; }

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

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

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

This text has shadow with #890D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #890D7E on black background.


Color preview on white background

This text has color #890D7E on white background.



Black color preview on #890D7E background

This text has black color on #890D7E background.


White color preview on #890D7E background

This text has white color on #890D7E background.