COLOR #890D60

HEX: #890D60
RGB: (137,13,96)

Color info

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

RGB color model

#890D60 color RGB value is (137,13,96).

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

RGB channels and saturation

R 137 of 255 = 54%
G 13 of 255 = 5%
B 96 of 255 = 38%

137
13
96

R + G + B ~ 32%. #890D60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 13 + 96 = 246 (100%)
R 137 of 246 ~ 55.69%
G 13 of 246 ~ 5.28%
B 96 of 246 ~ 39.02%

%55.69
%39.02

CMYK color model

#890D60 color CMYK value is (0,91,30,46).

  • cyan value is 0.00%
  • magenta value is 90.51%
  • yellow value is 29.93%
  • key color value is 46.27%
CMYK:
(0,91,30,46)
C0M91Y30K46 
(0%,91%,30%,46%)
(0.00/0.91/0.30/0.46)	

CMYK percentages

%0
%90.51
%29.93
%46.27

Codes

Color #890D60 in popluar color models

890D60
RGB1371396
HSL320°82.67%29.41%
HSB/HSV320°90.51%53.73%
CMYK0.00%90.51%29.93%
46.27%

Color #890D60 in popluar number systems.

HEX890D60
Decimal1371396
Binary1000100111011100000
Octal21115140

Shades and tints

Shades of #890D60

#890D60
(137,13,96)
#7D0C58
(125,12,88)
#710B50
(113,11,80)
#650A48
(101,10,72)
#590940
(89,9,64)
#4D0838
(77,8,56)
#410730
(65,7,48)
#350628
(53,6,40)
#290520
(41,5,32)
#1D0418
(29,4,24)
#110310
(17,3,16)
#000000
(0,0,0)

Tints of #890D60

#890D60
(137,13,96)
#93236E
(147,35,110)
#9D397C
(157,57,124)
#A74F8A
(167,79,138)
#B16598
(177,101,152)
#BB7BA6
(187,123,166)
#C591B4
(197,145,180)
#CFA7C2
(207,167,194)
#D9BDD0
(217,189,208)
#E3D3DE
(227,211,222)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #890D60; }

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

This text font color is #890D60.


Background Color

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

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

This div background color is #890D60.


Border color

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

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

This div border color is #890D60.


Opacity

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

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

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

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

This text has shadow with #890D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #890D60 on black background.


Color preview on white background

This text has color #890D60 on white background.



Black color preview on #890D60 background

This text has black color on #890D60 background.


White color preview on #890D60 background

This text has white color on #890D60 background.