COLOR #89197D

HEX: #89197D
RGB: (137,25,125)

Color info

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

RGB color model

#89197D color RGB value is (137,25,125).

  • red value is 137;
  • green value is 25;
  • blue value is 125.
RGB:
(137,25,125)
(54%,10%,49%)

RGB channels and saturation

R 137 of 255 = 54%
G 25 of 255 = 10%
B 125 of 255 = 49%

137
25
125

R + G + B ~ 38%. #89197D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 25 + 125 = 287 (100%)
R 137 of 287 ~ 47.74%
G 25 of 287 ~ 8.71%
B 125 of 287 ~ 43.55%

%47.74
%43.55

CMYK color model

#89197D color CMYK value is (0,82,9,46).

  • cyan value is 0.00%
  • magenta value is 81.75%
  • yellow value is 8.76%
  • key color value is 46.27%
CMYK:
(0,82,9,46)
C0M82Y9K46 
(0%,82%,9%,46%)
(0.00/0.82/0.09/0.46)	

CMYK percentages

%0
%81.75
%8.76
%46.27

Codes

Color #89197D in popluar color models

89197D
RGB13725125
HSL306°69.14%31.76%
HSB/HSV306°81.75%53.73%
CMYK0.00%81.75%8.76%
46.27%

Color #89197D in popluar number systems.

HEX89197D
Decimal13725125
Binary10001001110011111101
Octal21131175

Shades and tints

Shades of #89197D

#89197D
(137,25,125)
#7D1772
(125,23,114)
#711567
(113,21,103)
#65135C
(101,19,92)
#591151
(89,17,81)
#4D0F46
(77,15,70)
#410D3B
(65,13,59)
#350B30
(53,11,48)
#290925
(41,9,37)
#1D071A
(29,7,26)
#11050F
(17,5,15)
#000000
(0,0,0)

Tints of #89197D

#89197D
(137,25,125)
#932D88
(147,45,136)
#9D4193
(157,65,147)
#A7559E
(167,85,158)
#B169A9
(177,105,169)
#BB7DB4
(187,125,180)
#C591BF
(197,145,191)
#CFA5CA
(207,165,202)
#D9B9D5
(217,185,213)
#E3CDE0
(227,205,224)
#EDE1EB
(237,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89197D color. Also use rgb(137,25,125) instead hex code.

Text Font Color

.myTextColor { color: #89197D; }

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

This text font color is #89197D.


Background Color

.myBgColor { background-color: #89197D; }

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

This div background color is #89197D.


Border color

.myBorderColor { border: 1px solid #89197D; }

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

This div border color is #89197D.


Opacity

.myOpacity80 { color: #89197D; opacity: 0.8; }

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

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

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

This text has shadow with #89197D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89197D on black background.


Color preview on white background

This text has color #89197D on white background.



Black color preview on #89197D background

This text has black color on #89197D background.


White color preview on #89197D background

This text has white color on #89197D background.