COLOR #89498A

HEX: #89498A
RGB: (137,73,138)

Color info

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

RGB color model

#89498A color RGB value is (137,73,138).

  • red value is 137;
  • green value is 73;
  • blue value is 138.
RGB:
(137,73,138)
(54%,29%,54%)

RGB channels and saturation

R 137 of 255 = 54%
G 73 of 255 = 29%
B 138 of 255 = 54%

137
73
138

R + G + B ~ 46%. #89498A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 73 + 138 = 348 (100%)
R 137 of 348 ~ 39.37%
G 73 of 348 ~ 20.98%
B 138 of 348 ~ 39.66%

%39.37
%20.98
%39.66

CMYK color model

#89498A color CMYK value is (1,47,0,46).

  • cyan value is 0.72%
  • magenta value is 47.10%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(1,47,0,46)
C1M47Y0K46 
(1%,47%,0%,46%)
(0.01/0.47/0.00/0.46)	

CMYK percentages

%0.72
%47.1
%0
%45.88

Codes

Color #89498A in popluar color models

89498A
RGB13773138
HSL299°30.81%41.37%
HSB/HSV299°47.10%54.12%
CMYK0.72%47.10%0.00%
45.88%

Color #89498A in popluar number systems.

HEX89498A
Decimal13773138
Binary10001001100100110001010
Octal211111212

Shades and tints

Shades of #89498A

#89498A
(137,73,138)
#7D437E
(125,67,126)
#713D72
(113,61,114)
#653766
(101,55,102)
#59315A
(89,49,90)
#4D2B4E
(77,43,78)
#412542
(65,37,66)
#351F36
(53,31,54)
#29192A
(41,25,42)
#1D131E
(29,19,30)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #89498A

#89498A
(137,73,138)
#935994
(147,89,148)
#9D699E
(157,105,158)
#A779A8
(167,121,168)
#B189B2
(177,137,178)
#BB99BC
(187,153,188)
#C5A9C6
(197,169,198)
#CFB9D0
(207,185,208)
#D9C9DA
(217,201,218)
#E3D9E4
(227,217,228)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89498A color. Also use rgb(137,73,138) instead hex code.

Text Font Color

.myTextColor { color: #89498A; }

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

This text font color is #89498A.


Background Color

.myBgColor { background-color: #89498A; }

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

This div background color is #89498A.


Border color

.myBorderColor { border: 1px solid #89498A; }

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

This div border color is #89498A.


Opacity

.myOpacity80 { color: #89498A; opacity: 0.8; }

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

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

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

This text has shadow with #89498A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89498A on black background.


Color preview on white background

This text has color #89498A on white background.



Black color preview on #89498A background

This text has black color on #89498A background.


White color preview on #89498A background

This text has white color on #89498A background.